From efb6c2ad5909e213cbbee115af6f0823c5fdf943 Mon Sep 17 00:00:00 2001 From: maxim Date: Sun, 20 Jul 2025 15:28:27 +0200 Subject: [PATCH 1/5] Update build configuration and enhance command functionalities - Upgrade Paperweight plugin version to 2.0.0-beta.18 - Update project version to 2.0 - Add support for git properties in build.gradle - Implement version and update commands in NextCoreCommand - Enhance server info command with detailed server statistics - Introduce debug logging options in config.yml --- .idea/gradle.xml | 2 +- .idea/misc.xml | 2 +- build.gradle | 34 +- .../java/gg/nextforge/NextCorePlugin.java | 21 +- .../nextforge/command/builtin/NPCCommand.java | 916 ------------------ .../command/builtin/NextCoreCommand.java | 116 ++- .../java/gg/nextforge/npc/NPCManager.java | 10 - .../gg/nextforge/updater/CoreAutoUpdater.java | 46 + src/main/resources/config.yml | 29 +- src/main/resources/messages.yml | 264 +---- 10 files changed, 267 insertions(+), 1173 deletions(-) delete mode 100644 src/main/java/gg/nextforge/command/builtin/NPCCommand.java diff --git a/.idea/gradle.xml b/.idea/gradle.xml index b77afb2..4656503 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -5,7 +5,7 @@