aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..9feda34
--- /dev/null
+++ b/README.md
@@ -0,0 +1,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 sleep the night | `playersSleepingPercentage` |
+
+### Config
+```yaml
+# The percentage of players required to skip the night
+PlayersSleepingPercentage: 50
+``` \ No newline at end of file