aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 9feda34..9d6e890 100644
--- a/README.md
+++ b/README.md
@@ -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
+```