mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-05 13:31:37 +00:00
Finally all commands translated.
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1471 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
parent
c107f7ed66
commit
5eeb020f01
21 changed files with 166 additions and 75 deletions
|
@ -67,11 +67,11 @@ public class Commandtree extends EssentialsCommand
|
|||
if (success)
|
||||
{
|
||||
user.charge(this);
|
||||
user.sendMessage("§7Tree spawned.");
|
||||
user.sendMessage(Util.i18n("treeSpawned"));
|
||||
}
|
||||
else
|
||||
{
|
||||
user.sendMessage("§cTree generation failure. Try again on grass or dirt.");
|
||||
user.sendMessage(Util.i18n("treeFailure"));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue