
A plugin that rewards players for sleeping with saturation effect.
plugins folderYou can customize the plugin by editing the config.yml file in the plugin's folder:
# Saturation effect settings
saturation:
# Duration in seconds
duration: 30
# Amplifier level (0 = level I, 1 = level II, etc.)
amplifier: 1
# Messages
messages:
# Message shown when player wakes up
well-rested: "&aYou got a very good sleep, and now you're well rested!"
saturation.duration: How long the saturation effect lasts (in seconds)saturation.amplifier: The strength of the saturation effect (0 = level I, 1 = level II, etc.)messages.well-rested: The message shown to players when they wake up (supports color codes with &)