Update Chat Commands
parent
1cce409fec
commit
1b4a4c2e49
1 changed files with 21 additions and 1 deletions
|
@ -6,3 +6,23 @@
|
||||||
ATM all commands in Cookie Utils are invoked by using `:` prefix
|
ATM all commands in Cookie Utils are invoked by using `:` prefix
|
||||||
|
|
||||||
All commands require permission to be used.
|
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`
|
Loading…
Reference in a new issue