From edf62393d269fefcecf94e70b8bf8357de0773ce Mon Sep 17 00:00:00 2001 From: pietru Date: Thu, 27 Feb 2025 15:41:16 +0100 Subject: [PATCH] Add Send Command --- Send-Command.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Send-Command.md diff --git a/Send-Command.md b/Send-Command.md new file mode 100644 index 0000000..6a3b405 --- /dev/null +++ b/Send-Command.md @@ -0,0 +1,15 @@ +[Return](./Chat-Commands) +
+ +## 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 \ No newline at end of file