Update admin

zontreck 2025-01-18 16:52:40 -07:00
parent 274bed630a
commit e391295b7c

@ -8,4 +8,47 @@ This command will restore a player's inventory. The command requires an argument
NOTE: The target player's inventory will be wiped out before restore.
NOTE: Snapshots do not persist past a server restart, and are kept in memory only for the current server's session.
NOTE: Snapshots do not persist past a server restart, and are kept in memory only for the current server's session.
# /asu
This is the management command for the mod.
## update
**NOTE**: ALL COMMANDS HERE REQUIRE ADMIN!
Subcommand that update the config
### maxHomes
This will let the admin update the max Homes flag.
Example Usage:
```
/asu update maxHomes 20
```
### adminhomes
This allows updating the bypass flag
Example Usage:
```
/asu update adminhomes true
```
### onlyAdminManageWarps
This lets the admin turn on or off allowing everybody to manage warps.
Example Usage:
```
/asu update onlyadminmanagewarps true
```
## help
Lists all available commands present in the mod, as well as the current configuration values.