diff options
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -5,12 +5,12 @@ This plugin is very simple and could probably be compiled for older versions wit ### Command / Permission -| Command | Description | Permission | -|------------------------------------------|-----------------------------------------------------------|-----------------------------| -| `playerssleepingpercentage <percentage>` | Set the percentage of players required to sleep the night | `playersSleepingPercentage` | +| 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 -```
\ No newline at end of file +``` |