1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-22 22:34:43 +02:00

Added extra params to setHome TL key {0} world {1} x {2} y {3} z

This commit is contained in:
KHobbits
2012-04-04 18:19:39 +01:00
parent b8c87c37cd
commit faabcb1bb9

View File

@@ -77,7 +77,7 @@ public class Commandsethome extends EssentialsCommand
{
user.setHome();
}
user.sendMessage(_("homeSet"));
user.sendMessage(_("homeSet", user.getLocation().getWorld().getName(), user.getLocation().getBlockX(), user.getLocation().getBlockY(), user.getLocation().getBlockZ()));
}
}