From 59fcef47d9ee1379d0fb0e0228521f269d9d3761 Mon Sep 17 00:00:00 2001 From: sowgro Date: Fri, 5 Jul 2024 02:21:13 -0400 Subject: First commit --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 ` | 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 -- cgit v1.2.3