mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-01-21 09:21:21 +01:00
Added back /mi itemlist
This commit is contained in:
parent
43750b11f7
commit
efd6de1f05
@ -14,6 +14,7 @@ import net.Indyuce.mmoitems.command.mmoitems.EditCommandTreeNode;
|
||||
import net.Indyuce.mmoitems.command.mmoitems.GenerateCommandTreeNode;
|
||||
import net.Indyuce.mmoitems.command.mmoitems.GiveAllCommandTreeNode;
|
||||
import net.Indyuce.mmoitems.command.mmoitems.GiveCommandTreeNode;
|
||||
import net.Indyuce.mmoitems.command.mmoitems.ItemListCommandTreeNode;
|
||||
import net.Indyuce.mmoitems.command.mmoitems.ReloadCommandTreeNode;
|
||||
import net.Indyuce.mmoitems.command.mmoitems.debug.DebugCommandTreeNode;
|
||||
import net.Indyuce.mmoitems.command.mmoitems.list.ListCommandTreeNode;
|
||||
@ -55,6 +56,7 @@ public class MMOItemsCommandTreeRoot extends CommandTreeRoot {
|
||||
addChild(new DropCommandTreeNode(this));
|
||||
addChild(new AbilityCommandTreeNode(this));
|
||||
addChild(new GiveAllCommandTreeNode(this));
|
||||
addChild(new ItemListCommandTreeNode(this));
|
||||
addChild(new RevisionIDCommandTreeNode(this));
|
||||
|
||||
addChild(new ItemCommandTreeNode(this));
|
||||
|
Loading…
Reference in New Issue
Block a user