Respect teleport delay for "others" commands
Kryniowesegryderiusz opened this issue ยท 3 comments
Works:
When executing the command "/warp [warpName] [player]" as an OP (in-game), the player is instantly teleported to the warp location (even when a delay is set in the config).
Not working:
When executing the command "warp [warpName] [player]" through the server console or with a command block, the player is teleported after the teleport delay set in the config passes (instead of teleporting instantly). All teleportations by console should be instant just like it is when an OP executes the command.
I think this would need some refactoring - at the minute, running the command from the console behaves differently to running the command on someone else with the essentials.warp.others
permission as there isn't a user running the command when it's run from the console.
I know, but still that's really annoying, when you add ex. to armorstands command runned by console and he must wait.