ForceSleep forces users to go to bed at fixed time intervals (defined in config). If someone forgets about it, he'll be punished by losing hp.
language: EN # plugin language, default is english
refresh_time: 30 # seconds between users checking (30 is good value)
sleep_delay: 720 # seconds to next sleep
warning_delay: 15 # warnings about next sleep
minimum_health: # when user have this or lower hp, plugin will stop causing damage
day: 15 # during the day (user can't go to bed, so it should be higher than night value)
night: 2 # at night
You can change plugin language by changing "language" in config file. Plugin, after restart, will try to download selected language file from the server. If it'll be impossible, plugin will create new empty file where you can put content from default translate_EN.yml and translate it to your language (please contact with me after that, I'll add this file to resources on the server). Currently only english (EN) and polish (PL) translations are available to download.