Add Send Command
parent
c42b0608c0
commit
edf62393d2
1 changed files with 15 additions and 0 deletions
15
Send-Command.md
Normal file
15
Send-Command.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
[Return](./Chat-Commands)
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
## Send Command
|
||||||
|
|
||||||
|
Send command allows to move player to diffrent zone.\
|
||||||
|
Running `:send zoneId` will try to send player that run command to `zoneId`\
|
||||||
|
Running `:send zoneId playerId` will try to send player identified by `playerId` to `zoneId` if player that run command has permission `send.other`, otherwise it will fallback to player why run the command.
|
||||||
|
|
||||||
|
At the time of writing this page currently available zone generators (ID - Name) are:
|
||||||
|
- `base:earth` - Survival
|
||||||
|
- `base:flat` - Flat world
|
||||||
|
- `base:basic` - Basic Earthlike
|
||||||
|
- `base:moon` - Moon
|
||||||
|
- `base:nostalgic_island` - Nostalgic Islands
|
Loading…
Reference in a new issue