Well so many people complain with being stuck in the air this command should fix it and put them back to ground level its fully tested and works 100%
if (command.equalsIgnoreCase("ground"))
{
sendMessage("You are now at ground level... Embarrased much? Kyle ownz");
teleportToX = absX;
teleportToY = absY;
heightLevel = 0;
}
Yeah it'll work put it on the log on bit so people can see what to do Just incase
if (command.equalsIgnoreCase("ground"))
{
sendMessage("You are now at ground level... Embarrased much? Kyle ownz");
teleportToX = absX;
teleportToY = absY;
heightLevel = 0;
}
Yeah it'll work put it on the log on bit so people can see what to do Just incase