aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler Ferrari <69283684+Sowgro@users.noreply.github.com>2024-07-05 02:32:50 -0400
committerGitHub <noreply@github.com>2024-07-05 02:32:50 -0400
commitd9d454eea01364f4ed0a07c497a0778606d8c85f (patch)
tree79502db50f510910585a643b3c8c0c5af0d14667
parent82a6d3d2dccae258b4430c2b3a0df19b0c1b53a4 (diff)
downloadPlayersSleepingPercentage-main.tar.gz
PlayersSleepingPercentage-main.tar.bz2
PlayersSleepingPercentage-main.zip
Update README.mdHEADmain
-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
+```