aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 9feda34cc0adc13bdc9b62c17acd9fa2bfcda7f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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 <percentage>` | Set the percentage of players required to sleep the night | `playersSleepingPercentage` |

### Config
```yaml
# The percentage of players required to skip the night
PlayersSleepingPercentage: 50
```