Skip to content

Configureable percentage/amount of players that need to sleep to skip the night + Displays sleeping players

License

Notifications You must be signed in to change notification settings

jodeks-datapacks/Simple-Sleep

Repository files navigation

Simple Sleep

💡 Tip: Questions or issues? -> discord server | or create an issue on github

Features

  • Config to either use amount or percentage of players that must sleep to skip the night
  • Displays how many players are sleeping

Config

Location: config/SimpleSleep.json

{
"mode": "percentage", --> either "percentage" or "amount"
"percentageRequired": 0.5, --> decimal value, e.g. 0.5 = 50% (default)
"amountRequired": 3, --> int value, e.g. 3 (default)
"showSleepingPlayers": true, --> either true or false
"_comment": "Mode can be 'percentage' or 'amount'. If 'percentage', uses percentageRequired (0.0-1.0). If 'amount', uses amountRequired."
}

About

Configureable percentage/amount of players that need to sleep to skip the night + Displays sleeping players

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published