Please feel free to comment if you experience an issue or wish to offer a suggestion.
Features
Instantly replenishes the sender's or a chosen player's health, food level, and extinguishes a burning player on command.
Commands
- /heal : Instantly replenishes the sender's health, food level, and extinguishes the sender if they are on fire.
- /heal [Player] : Replenishes the specified player's health, food level, and extinguishes the player if they are on fire.
- /feed : Instantly replenishes the sender's food level.
- /feed [Player] : Replenishes the specified player's food level.
- /extinguish or /ext : Extinguishes the sender if they are on fire.
- /extinguish [Player] or /ext [Player] : Extinguishes the specified player if they are on fire.
Permissions
- iheal.heal : Allows the use of the /heal command
- iheal.heal.others : Allows the use of the /heal [Player] command
- iheal.feed : Allows the use of the /feed command
- iheal.feed.others : Allows the use of the /feed [Player] command
- iheal.ext : Allows the use of the /extinguish command
- iheal.ext.others : Allows the use of the /extinguish [Player] command
Installation
- Put the .jar file into your server's plugin folder
- Reload or restart your server
- Edit the config.yml if necessary
- Reload or restart your server again
- Heal away
Configuration
Make sure to use spaces instead if tabs in the config file. Default config.yml :
##Change to your desired cooldown times in seconds heal_cooldown: 60 feed_cooldown: 60 ext_cooldown: 60
To-Do
- Add a bypass permission for the cooldown
- Please let me know if you have any other suggestions or if you find a bug