Update readme to reflect changes
All checks were successful
/ deploy (push) Successful in 2m22s

This commit is contained in:
Minecon724 2024-12-06 17:35:05 +01:00
parent ba91125ae3
commit 90e6298149
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8

View file

@ -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. \ 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 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 "<key>.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 # Commands
### /chat ### /chat
Changes chatroom Changes chatroom
@ -74,4 +78,14 @@ That allows for more precision (decimal places) and to get the ping immediately
### /pomodoro ### /pomodoro
`tweaks724.pomodoro` \ `tweaks724.pomodoro` \
Manage your pomodoro. `/pom start` to start, `stop` to stop, no arguments to forward Manage your pomodoro
- `/pom start` to start
- `/pom stop` to stop
- `/pom` to skip stage
### /tauth
`tweaks724.tauth` \
Manages authentication keys.
- `/tauth <key>` to see who the key is bound to
- `/tauth new` to create a key
- `/tauth delete <key>` to delete a key