Merge remote-tracking branch 'origin/master'

This commit is contained in:
Indyuce 2022-07-15 10:47:29 +02:00
commit 8d53cbfcc7

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())));
public MMOCoreCommandTreeRoot() {
super("net/Indyuce/mmocore", "mmocore.admin");
super("mmocore", "mmocore.admin");
addChild(new ReloadCommandTreeNode(this));
addChild(new CoinsCommandTreeNode(this));