EssentialsX

EssentialsX

2M Downloads

Respect teleport delay for "others" commands

Kryniowesegryderiusz opened this issue ยท 3 comments

commented

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.

commented

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.

commented

I know, but still that's really annoying, when you add ex. to armorstands command runned by console and he must wait.

commented

Any updates on this? I think warping players from console should behave the same way that /spawn [player].

Is really annoying for player to wait the warmup time when the command is executed by the console.