From fb7949e08f1e713781f66b7bd5ff4291bdf8489c Mon Sep 17 00:00:00 2001 From: Libreh Date: Sat, 8 Feb 2025 19:01:56 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index c1a14a2..0de2c30 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,11 @@ Supports [Placeholder API](https://placeholders.pb4.eu/user/general/), [Simplifi +## Clarifications +You accept the rules by viewing all pages and closing the rulebook. +You can close by clicking the `Done` or `Take Book` buttons, or pressing Escape on your keyboard. +The `Take Book` button is not supposed to give the player the book (that's just what it says and AFAIK you can't change it server-side). + ## Commands (and permissions): - `/rulebook` and `/rules` - Displays the rules in chat (`rulebook.main`, available by default) - `/rulebook reload` - Relods configuration (requires `rulebook.reload`) @@ -41,6 +46,10 @@ Supports [Placeholder API](https://placeholders.pb4.eu/user/general/), [Simplifi "title": "more title", "description": "more description" } + ], + // List of players that have accepted + "acceptedPlayers": [ + "a29f4bb7-9585-48b2-bd72-ff349a11a7e6" ] } ```