aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 9d6e890b6c590c26f753bb1cb2111e1503847b47 (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 skip the night | `playersSleepingPercentage` |

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