Updater improvements, toggle pvp, Dialog API

This commit is contained in:
2026-07-08 23:18:32 -04:00
parent 9e6b42fe59
commit 560adbc40c
21 changed files with 747 additions and 760 deletions
@@ -5,7 +5,7 @@ import com.mojang.brigadier.builder.LiteralArgumentBuilder;
import dev.plex.command.ServerCommand;
import dev.plex.command.ServerCommandContext;
import dev.plex.command.exception.CommandFailException;
import dev.plex.menu.impl.MaterialMenu;
import dev.plex.menu.dialog.MaterialDialog;
import dev.plex.util.GameRuleUtil;
import dev.plex.util.PlexLog;
@@ -126,7 +126,7 @@ public class DebugCMD extends ServerCommand
{
return context.messageComponent("noPermissionConsole");
}
new MaterialMenu().open(playerSender);
new MaterialDialog().open(playerSender);
return null;
}
return context.usage();