generated from AriasCreations/vsmodtemplate
Add warps
parent
84950d2606
commit
8e759b87aa
1 changed files with 33 additions and 0 deletions
33
warps.md
Normal file
33
warps.md
Normal file
|
@ -0,0 +1,33 @@
|
|||
### Warps
|
||||
|
||||
This page details the warps system. By default, a warp can be accessed by a standard user, but only admins can manage warps.
|
||||
|
||||
# Config
|
||||
|
||||
The following config values are available, and the defaults are listed below.
|
||||
|
||||
```json
|
||||
{
|
||||
"onlyAdminsCreateWarps": true
|
||||
}
|
||||
```
|
||||
|
||||
**NOTE**: While the flag says "create", this affects both Delete and Create at this time.
|
||||
|
||||
**NOTE**: All commands except `/warps` take a optional name parameter, which defaults to `default`.
|
||||
|
||||
# /setwarp
|
||||
|
||||
Sets or updates a global server warp.
|
||||
|
||||
# /delwarp
|
||||
|
||||
Deletes a warp, if it exists.
|
||||
|
||||
# /warp
|
||||
|
||||
Can be used by all players by default, and teleports you immediately to the specified server warp
|
||||
|
||||
# /warps
|
||||
|
||||
Lists all available server warps, and the total number of warps in existence.
|
Loading…
Add table
Add a link
Reference in a new issue