Changes in messages.yml
- Fixed no permission message not working.
- Leave 'commands.no-permission' empty if you don't want to send a message.
- Cached PlaceholderAPI state for better performance.
YAML:commands: no-permission: "&cYou must be admin or higher to use this command!"
Changes in food-components.yml
- Added cooldown feature to eaten items.
YAML:food: 'default': components: # Should this item have a cooldown of X seconds before they can be used again? # The cooldown is shown in the hotbar by a white overlay on the item stack # that shrinks and must disappear before the player can use it again. cooldown: 0
- Added 3 new placeholders to use in command execution.
- %saturation% - The amount of saturation restored by this item when eaten.
- %nutrition% - The number of food points restored by this item when eaten.
- %material% - The name of the item that is considered as a food, and can be eaten.
Added 2 new placeholders to use in command execution.
- %sender% - The name of the sender who executes the command.
- %consumption_time% - The number of seconds taken by this item to be eaten.
