feat: 完善维护模式与运行期功能管理

This commit is contained in:
2026-06-12 00:08:40 +08:00
parent 113ae24afe
commit 061c3be2b1
20 changed files with 686 additions and 181 deletions
@@ -13,7 +13,7 @@ public class WorkbenchCommand extends BaseCommand {
@Override
protected boolean execute(Player player, String[] args) {
player.openWorkbench(null, true);
playBlockShortcutSound(player, Material.CRAFTING_TABLE, Sound.BLOCK_CRAFTER_CRAFT);
playBlockShortcutSound(player, Material.CRAFTING_TABLE, Sound.UI_BUTTON_CLICK);
return true;
}
}