# PlayersSleepingPercentage backport A spigot plugin that backports the playersSleepingPercentage gamerule added in 1.17 to 1.16 This plugin is very simple and could probably be compiled for older versions with minimal modifications. ### Command / Permission | Command | Description | Permission | |------------------------------------------|----------------------------------------------------------|-----------------------------| | `playerssleepingpercentage ` | Set the percentage of players required to skip the night | `playersSleepingPercentage` | ### Config ```yaml # The percentage of players required to skip the night PlayersSleepingPercentage: 50 ```