From 1b4a4c2e49293e835934844c128df064ba528ecf Mon Sep 17 00:00:00 2001 From: pietru Date: Thu, 27 Feb 2025 13:33:48 +0100 Subject: [PATCH] Update Chat Commands --- Chat-Commands.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/Chat-Commands.md b/Chat-Commands.md index 75310a7..3bb4709 100644 --- a/Chat-Commands.md +++ b/Chat-Commands.md @@ -5,4 +5,24 @@ ATM all commands in Cookie Utils are invoked by using `:` prefix -All commands require permission to be used. \ No newline at end of file +All commands require permission to be used. + +Following commands are currently available: +- help - Displays list of commands player has access to. +- my_rank - Displays what rank player has +- gpos - Displays what xyz player is at. +- my_zone - Displays in what zone player currently is in. +- my_id - Displays player's id, like `platform:unique_user_id` +- my_name - Displays player username, like `platform:username`, it is not the display name. +- my_area - Displays what area player currently is in. +- my_claims - Displays how many claims/areas player is owner of. +- setup - Allows to run interactive setups. +- region - Allows to modify regions. +- make_zone - Allows to create new zone. +- send - Allows to send player to different zone. +- perm_code - Allows to activate player sudo access. +- perm_clear - Clears sudo access. +- group - Allows modifying player group. +- reload_regions - Reloads plugin region configs, can be used to reload all regions or single area player perms. +- reload - Reloads plugin configs, specyfing args limits reload only to selected configs - opt arg: `scripts`, `groups`, `regions` +- dump - Dumps data into server_folder/dumps - opt arg: `zones` \ No newline at end of file