From 90e6298149d438d935e0126cc7ead4b049edf5f6 Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Fri, 6 Dec 2024 17:35:05 +0100 Subject: [PATCH] Update readme to reflect changes --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e9be561..bfda86c 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,10 @@ One can instantly skip, but only a part of the night. \ There's 5 players on the server. A night is 10 minutes long. \ Each player can instantly skip 2 minutes of the night at any time, even if others aren't sleeping +### Authentication +Players are given a unique subdomain like ".example.com" and they must use it to join \ +It can be enabled that new players can't join the server without a key + # Commands ### /chat Changes chatroom @@ -74,4 +78,14 @@ That allows for more precision (decimal places) and to get the ping immediately ### /pomodoro `tweaks724.pomodoro` \ -Manage your pomodoro. `/pom start` to start, `stop` to stop, no arguments to forward \ No newline at end of file +Manage your pomodoro +- `/pom start` to start +- `/pom stop` to stop +- `/pom` to skip stage + +### /tauth +`tweaks724.tauth` \ +Manages authentication keys. +- `/tauth ` to see who the key is bound to +- `/tauth new` to create a key +- `/tauth delete ` to delete a key \ No newline at end of file