Update Send Command
parent
4112e4e41e
commit
bba5d6e355
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
## Send Command
|
## Send Command
|
||||||
|
|
||||||
Send command allows to move player to diffrent zone.\
|
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` 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.
|
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.
|
||||||
|
|
||||||
Zone ids might be diffrent on each server, to check how to generate zone check [make_zone](./Make-Zone-Command)
|
Zone ids might be diffrent on each server, to check how to generate zone check [make_zone](./Make-Zone-Command).
|
Loading…
Reference in a new issue