mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-07 04:53:11 +00:00
Added editable messages (#2072) @montlikadani
**If it is accepted then I will add it to the other message files.**
This commit is contained in:
parent
82b2ff0b3f
commit
81397d98b8
29 changed files with 244 additions and 21 deletions
|
@ -19,7 +19,6 @@ public class Commandbook extends EssentialsCommand {
|
|||
super("book");
|
||||
}
|
||||
|
||||
//TODO: Translate this
|
||||
@Override
|
||||
public void run(final Server server, final User user, final String commandLabel, final String[] args) throws Exception {
|
||||
final ItemStack item = user.getItemInHand();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue