Update Send Command

pietru 2025-02-27 15:47:04 +01:00
parent 4112e4e41e
commit bba5d6e355

@ -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).