# ═══════════════
# Have Fun!
# ═══════════════
#All messages can be sent via chat or/and with the actionbar
- Mode:
- Chat: false
- Actionbar: true
## You can change every message
Messages:
#Message when team members enter a bed
- teammember: '&6Team members &edo not count as required players, but as sleeping players.'
#You can use {world} to get the name of the world.
- skipinprogress: '&aNight in world "&9{world}&a" will be skipped.'
#Already sleeping Players -> {sleeping}
#Needed players to skip the night -> {neededplayers}
#Name of the World -> {world}
#Hint for team members -> {teammember}
#Sigular is used if there is only one needed player to skip the night.
- pendingskipsingular: '&9{sleeping} &aof &9{neededplayers} §aneeded players want to skip the night in world "&9{world}&a".{teammember}'
- pendingskipplural: '&9{sleeping} &aof &9{neededplayers} §aneeded players want to skip the night in world "&9{world}&a".{teammember}'
#Hint from pending message
- hintforteammembers: ' &8| &e(&6team&e)'
#Don´t change if you dont know what these values are
Settings:
#Factor which is used to calculate the needed players to skip the night
#neededplayers(cutOffDecimalPlaces) = onlineplayers(without team) / factor
#If you want every player to sleep (without team) then set 1. (double, integer possible)
#With the factor 2.5 have 4 players to sleep out of 10 players.
#Beds can used at 12541 ticks so the plugin should be usable at 12541 too.
#At which time should the plugin stop skipping? Only 0 - night
#Here you can change the speed of the skip. 1 means 20 times per second.(only integer possible)
#Here you can change the amount of ticks which get added during every loop from speed. (only integer)