Request was made for more control over player thirst, so 3 new commands have been added.
/thirst add <player> <amount 0-100> - Adds the amount to the current thirst level
/thirst remove <player> <amount 0-100> - Removes the amount from the current thirst level
/thirst set <player> <amount 0-100> - Sets the current thirst level
All amounts are 0-100 and must be whole numbers. Player is the player name (tab completion is on) and the player MUST be online.
A new permission is required for the /thirst command (or players with op/epidemic.admin can use)
epidemic.thirst
And finally, the following entries should be added to your lang.yml file (optional)
Code (YAML):
thirst_disabled: "&cThirst is disabled, unable to use command" thirst_no_perm: "&cSorry, you do not have permission to do use that command" thirst_unexpected_error: "&cUnexpected Error - Please contact an admin" thirst_invalid_number: "&cAmount must be a whole number between 0 and 100 (example: 32)" thirst_invalid_player: "&cInvalid player. Player must be online" thirst_add_success: "&aAmount added to players thirst bar" thirst_add_usage: "&lUsage: &r/thirst &badd &6<player> <amount 0-100>" thirst_remove_success: "&aAmount removed from players thirst bar" thirst_remove_usage: "&lUsage: &r/thirst &bremove &6<player> <amount 0-100>" thirst_set_success: "&aAmount set to players thirst bar" thirst_set_usage: "&lUsage: &r/thirst &bset &6<player> <amount 0-100>"