mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 04:20:41 +00:00
Added extra params to setHome TL key {0} world {1} x {2} y {3} z
This commit is contained in:
parent
e23f491500
commit
5a7d733cbf
1 changed files with 1 additions and 1 deletions
|
@ -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()));
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue