generated from AriasCreations/vsmodtemplate
Update admin
parent
274bed630a
commit
e391295b7c
1 changed files with 44 additions and 1 deletions
45
admin.md
45
admin.md
|
@ -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.
|
Loading…
Add table
Add a link
Reference in a new issue