change /mmocore help

This commit is contained in:
Ka0rX 2022-07-12 15:29:22 +02:00
parent 2a4d419398
commit 3487fa8264

View File

@ -23,7 +23,7 @@ public class MMOCoreCommandTreeRoot extends CommandTreeRoot implements CommandEx
(explorer, list) -> MMOCore.plugin.questManager.getAll().forEach(quest -> list.add(quest.getId()))); (explorer, list) -> MMOCore.plugin.questManager.getAll().forEach(quest -> list.add(quest.getId())));
public MMOCoreCommandTreeRoot() { public MMOCoreCommandTreeRoot() {
super("net/Indyuce/mmocore", "mmocore.admin"); super("mmocore", "mmocore.admin");
addChild(new ReloadCommandTreeNode(this)); addChild(new ReloadCommandTreeNode(this));
addChild(new CoinsCommandTreeNode(this)); addChild(new CoinsCommandTreeNode(this));