diff options
author | Tyler Ferrari <69283684+Sowgro@users.noreply.github.com> | 2024-07-05 02:32:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-05 02:32:50 -0400 |
commit | d9d454eea01364f4ed0a07c497a0778606d8c85f (patch) | |
tree | 79502db50f510910585a643b3c8c0c5af0d14667 /README.md | |
parent | 82a6d3d2dccae258b4430c2b3a0df19b0c1b53a4 (diff) | |
download | PlayersSleepingPercentage-d9d454eea01364f4ed0a07c497a0778606d8c85f.tar.gz PlayersSleepingPercentage-d9d454eea01364f4ed0a07c497a0778606d8c85f.tar.bz2 PlayersSleepingPercentage-d9d454eea01364f4ed0a07c497a0778606d8c85f.zip |
Diffstat (limited to 'README.md')
-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 +``` |