totemo / watson

A Minecraft mod that displays LogBlock, Prism and CoreProtect query results in 3-D.
MIT License
71 stars 11 forks source link

/w tp # fails #48

Closed Per-Thulin closed 9 years ago

Per-Thulin commented 9 years ago

Tries to tp to eg. 1829.50, which fails in Essentials. No decimals! watson_0.12.1, Spigot server 1.8.8

tompreuss commented 9 years ago

You just need to change your teleport_command configuration using /w config teleport_command /tppos %d %d %d to use integers for X, Y, and Z.

totemo commented 9 years ago

@tompreuss is correct. There are various plugins that provide the capability to teleport to coordinates, so the command and the formatting of the coordinate values is configurable, as he described.