fix: the commit before this
This commit is contained in:
parent
0ddf042311
commit
e62de655ba
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ public class PositionPlugin extends Bot.Listener {
|
||||||
|
|
||||||
if (bot.serverPluginsManager.hasPlugin(ServerPluginsManagerPlugin.ESSENTIALS)) command += "essentials:";
|
if (bot.serverPluginsManager.hasPlugin(ServerPluginsManagerPlugin.ESSENTIALS)) command += "essentials:";
|
||||||
|
|
||||||
command += String.format("tp %s %s %s", position.getX(), maxY - 1, position.getZ());
|
command += String.format("tp ~ %s ~", maxY - 1);
|
||||||
|
|
||||||
bot.chat.send(command);
|
bot.chat.send(command);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue