serversigns / ServerSigns

ServerSigns (SVS) provides the ability to bind player-dispatched and server-disptached commands, messages and actions to signs and every other block in Minecraft.
https://dev.bukkit.org/projects/serversigns
GNU Affero General Public License v3.0
13 stars 13 forks source link

Warping as <server> takes 5 seconds #36

Closed 04fsnape closed 4 years ago

04fsnape commented 4 years ago

Hello,

I have created a sign with the following command

/svs add <server> warp plots <name>

However, when the user clicks this sign it still waits 5 seconds (as defined in Essentials config) to warp them. On the other hand, in-game if I type /warp plots <name>, it does it instantly.

Do you know how to fix this?

Thanks.