Add warps

zontreck 2025-01-18 16:47:58 -07:00
parent 84950d2606
commit 8e759b87aa

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.