From bba5d6e355c3508be8e297f4e34820a84fe42c9f Mon Sep 17 00:00:00 2001 From: pietru Date: Thu, 27 Feb 2025 15:47:04 +0100 Subject: [PATCH] Update Send Command --- Send-Command.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Send-Command.md b/Send-Command.md index c58545b..b89a074 100644 --- a/Send-Command.md +++ b/Send-Command.md @@ -4,7 +4,7 @@ ## 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` 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. -Zone ids might be diffrent on each server, to check how to generate zone check [make_zone](./Make-Zone-Command) \ No newline at end of file +Zone ids might be diffrent on each server, to check how to generate zone check [make_zone](./Make-Zone-Command). \ No newline at end of file