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:
@@ -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()));
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user