(1.2)
New command:
/chestactions-do <player> <action> <parameter>
Player - nickname of any player who is online
Action - At the moment there are only 3 actions:
- SetHealth - Make the player's health equal to the parameter
- AddHealth - Add as much health to the player as specified in the parameter
- Glowing - Toggle player glow. In the parameter, specify 1 OR 0. (Enable or disable)
Parameter - Value for action
FOR EXAMPLE:
/chestactions-do Notch setHealth 20 - Set player Notch to 20 health
/chestactions-do Notch addHealth 5 - Will add player Notch to 20 health
/chestactions-do Notch addHealth -5 - Will take 5 health from the player Notch
/chestactions-do Notch glowing 1 - Turns on the glow for player Notch