A lightweight and clean Minecraft plugin for Spigot/Paper that adds the commands /heal and /feed.
Supports cooldowns, permissions, HEX colors, and fully customizable messages.
Features
- Commands for healing and feeding players
- HEX color support (e.g., #FFFFFF or &#FFFFFF)
- Fully configurable messages via config.yml
Commands and Permissions
/heal - cordeheal.heal.self - Heals yourself to full health
/heal <player> - cordeheal.heal.other - Heals another player
/feed - cordeheal.feed.self - Restores your hunger and saturation
/feed <player> - cordeheal.feed.other - Restores hunger for another player
/cordeheal reload - cordeheal.admin - Reloads the configuration
* -
cordeheal.bypass - Bypass all cooldowns
Example config.yml
Code (YAML):
cooldowns
:
# In seconds
heal
: 30
feed
: 15
messages:
heal:
self
:
"&aYou have been healed!"
other
:
# Player who heals
sender
:
"&fYou healed player &a%player%"
# Player who is being healed
target
:
"&fYou were healed by player &a%player%"
feed:
self
:
"&aYou have successfully satisfied your hunger!"
other
:
# Player who feeds
sender
:
"&fYou fed player &a%player%"
# Player who is being fed
target
:
"&fYou were fed by player &a%player%"
no-perms
:
"&cYou don't have permission for this command!"
cooldown
:
"&cPlease wait %time% seconds before using this command again"
offline
:
"&cPlayer is offline."
config
:
"&aConfig successfully reloaded!"