From 7933000b032a4417a9a5c004dff6ee984d8d71f9 Mon Sep 17 00:00:00 2001 From: Niklas <95505222+CrazyCloudCraft@users.noreply.github.com> Date: Sun, 17 Nov 2024 18:26:09 +0000 Subject: [PATCH 1/8] Changes at maven and more --- .devcontainer/devcontainer.json | 7 +- .github/CODE_OF_CONDUCT.md | 6 +- .github/CONTRIBUTING.md | 168 - .github/ISSUE_TEMPLATE/bug_report.yml | 75 +- .github/ISSUE_TEMPLATE/config.yml | 10 +- .github/ISSUE_TEMPLATE/feature_request.yml | 15 +- .github/ISSUE_TEMPLATE/version_request.yml | 61 + .github/README.md | 43 +- .github/SECURITY.md | 25 +- .github/SUGGESTIONS_LIST.md | 80 - .github/auto-merge.yml | 3 - .github/dependabot.yml | 2 +- .github/gradlewcommand.txt | 2 - .github/workflows/gradle.yml | 33 - .github/workflows/maven.yml | 26 + .gitignore | 4 +- bin/main/LICENSE => LICENSE | 0 bin/main/1_13_gui.yml | 300 -- bin/main/1_14_gui.yml | 299 -- bin/main/config.yml | 133 - bin/main/custom.yml | 84 - .../de/butzlabben/inventory/CostumInv.class | Bin 550 -> 0 bytes .../butzlabben/inventory/DependListener.class | Bin 260 -> 0 bytes .../inventory/OrcClickListener.class | Bin 258 -> 0 bytes .../butzlabben/inventory/OrcInventory.class | Bin 5183 -> 0 bytes .../de/butzlabben/inventory/OrcItem.class | Bin 6271 -> 0 bytes .../de/butzlabben/inventory/OrcListener.class | Bin 2871 -> 0 bytes .../inventory/pages/InventoryPage.class | Bin 4069 -> 0 bytes .../inventory/pages/ItemConverter.class | Bin 323 -> 0 bytes .../inventory/pages/PageGUICreator.class | Bin 4655 -> 0 bytes bin/main/de/butzlabben/world/GCRunnable.class | Bin 1063 -> 0 bytes .../GameProfileBuilder$CachedProfile.class | Bin 716 -> 0 bytes ...ProfileBuilder$GameProfileSerializer.class | Bin 4144 -> 0 bytes .../butzlabben/world/GameProfileBuilder.class | Bin 5847 -> 0 bytes .../world/WorldCheckerRunnable.class | Bin 3450 -> 0 bytes .../de/butzlabben/world/WorldSystem.class | Bin 8679 -> 0 bytes .../world/command/CommandRegistry.class | Bin 5763 -> 0 bytes .../world/command/commands/WSCommands.class | Bin 11161 -> 0 bytes .../commands/WorldAdministrateCommand.class | Bin 13284 -> 0 bytes .../commands/WorldSettingsCommands.class | Bin 12137 -> 0 bytes .../world/config/DependenceConfig.class | Bin 6440 -> 0 bytes .../de/butzlabben/world/config/Entry.class | Bin 2559 -> 0 bytes .../butzlabben/world/config/GuiConfig.class | Bin 7577 -> 0 bytes .../world/config/MessageConfig.class | Bin 12237 -> 0 bytes .../world/config/PluginConfig.class | Bin 10013 -> 0 bytes .../world/config/SettingsConfig.class | Bin 8863 -> 0 bytes .../butzlabben/world/config/WorldConfig.class | Bin 16656 -> 0 bytes .../butzlabben/world/config/WorldPerm.class | Bin 1806 -> 0 bytes .../world/event/WorldAddmemberEvent.class | Bin 1204 -> 0 bytes .../world/event/WorldCreateEvent.class | Bin 1232 -> 0 bytes .../world/event/WorldDeleteEvent.class | Bin 1181 -> 0 bytes .../butzlabben/world/event/WorldEvent.class | Bin 669 -> 0 bytes .../world/event/WorldLoadEvent.class | Bin 1159 -> 0 bytes .../world/event/WorldRemovememberEvent.class | Bin 1217 -> 0 bytes .../world/event/WorldResetEvent.class | Bin 1178 -> 0 bytes .../world/event/WorldToggleFireEvent.class | Bin 1421 -> 0 bytes .../world/event/WorldToggleTntEvent.class | Bin 1418 -> 0 bytes .../world/event/WorldUnloadEvent.class | Bin 948 -> 0 bytes .../de/butzlabben/world/gui/GuiCommand.class | Bin 1581 -> 0 bytes .../world/gui/PlayerOptionsGUI.class | Bin 5175 -> 0 bytes .../butzlabben/world/gui/PlayersPageGUI.class | Bin 7986 -> 0 bytes .../butzlabben/world/gui/WorldChooseGUI.class | Bin 5542 -> 0 bytes .../world/gui/WorldOptionsGUI.class | Bin 5571 -> 0 bytes .../butzlabben/world/gui/WorldSystemGUI.class | Bin 4071 -> 0 bytes .../ComingSoonClickListener.class | Bin 891 -> 0 bytes .../CommandExecutorClickListener.class | Bin 1052 -> 0 bytes .../InventoryOpenClickListener.class | Bin 1483 -> 0 bytes .../world/gui/playeroption/BuildStatus.class | Bin 1049 -> 0 bytes .../gui/playeroption/GamemodeStatus.class | Bin 1067 -> 0 bytes .../gui/playeroption/TeleportStatus.class | Bin 1061 -> 0 bytes .../gui/playeroption/WorldEditStatus.class | Bin 1065 -> 0 bytes .../world/gui/worldoption/FireStatus.class | Bin 2151 -> 0 bytes .../world/gui/worldoption/TntStatus.class | Bin 2153 -> 0 bytes .../world/listener/BlockListener.class | Bin 4198 -> 0 bytes .../world/listener/CommandListener.class | Bin 4754 -> 0 bytes .../world/listener/PlayerListener.class | Bin 4447 -> 0 bytes .../world/listener/WorldEditListener.class | Bin 6208 -> 0 bytes .../world/listener/WorldInitSkipSpawn.class | Bin 1362 -> 0 bytes .../de/butzlabben/world/util/MoneyUtil.class | Bin 3620 -> 0 bytes .../butzlabben/world/util/PapiExtension.class | Bin 5366 -> 0 bytes .../world/util/PlayerPositions.class | Bin 7096 -> 0 bytes .../butzlabben/world/util/PlayerWrapper.class | Bin 3641 -> 0 bytes .../butzlabben/world/util/TeleportUtil.class | Bin 1082 -> 0 bytes .../butzlabben/world/util/VersionUtil.class | Bin 2212 -> 0 bytes .../de/butzlabben/world/util/Worldutils.class | Bin 1117 -> 0 bytes .../util/database/DatabaseConnection.class | Bin 2375 -> 0 bytes .../util/database/DatabaseProvider.class | Bin 1794 -> 0 bytes .../world/util/database/DatabaseUtil.class | Bin 499 -> 0 bytes .../world/util/database/MysqlConnection.class | Bin 2811 -> 0 bytes .../util/database/SqliteConnection.class | Bin 2771 -> 0 bytes .../world/wrapper/CreatorAdapter.class | Bin 246 -> 0 bytes .../world/wrapper/GeneratorSettings.class | Bin 1547 -> 0 bytes .../world/wrapper/SystemWorld$1$1.class | Bin 3053 -> 0 bytes .../world/wrapper/SystemWorld$1.class | Bin 2410 -> 0 bytes .../world/wrapper/SystemWorld$2.class | Bin 831 -> 0 bytes .../world/wrapper/SystemWorld.class | Bin 14901 -> 0 bytes .../world/wrapper/WorldPlayer.class | Bin 5161 -> 0 bytes .../world/wrapper/WorldTemplate.class | Bin 3215 -> 0 bytes .../world/wrapper/WorldTemplateProvider.class | Bin 4340 -> 0 bytes bin/main/languages/de.yml | 88 - bin/main/languages/en.yml | 89 - bin/main/languages/es.yml | 88 - bin/main/languages/fi.yml | 85 - bin/main/languages/fr.yml | 89 - bin/main/languages/hu.yml | 86 - bin/main/languages/ja.yml | 89 - bin/main/languages/nl.yml | 85 - bin/main/languages/pl.yml | 85 - bin/main/languages/ru.yml | 84 - bin/main/languages/zh.yml | 84 - bin/main/old_gui.yml | 302 -- bin/main/plugin.yml.old | 34 - bin/main/settings.yml | 62 - commitlint.config.js | 36 - gradle/jacoco.gradle | 10 - gradle/publish.gradle | 56 - gradle/wrapper/gradle-wrapper.jar | Bin 63375 -> 0 bytes gradle/wrapper/gradle-wrapper.properties | 5 - lib/commons-io-2.11.0.jar | Bin 327135 -> 0 bytes lib/commons-io-2.7.jar | Bin 276413 -> 0 bytes pom.xml | 94 +- .../world/wrapper/AsyncCreatorAdapter.java | 8 +- src/main/resources/plugin.yml | 80 + target/WorldSystem-2.5.0-build-sqlite-dev.jar | Bin 193005 -> 0 bytes target/classes/1_13_gui.yml | 300 -- target/classes/1_14_gui.yml | 299 -- target/classes/LICENSE | 674 --- target/classes/config.yml | 133 - target/classes/custom.yml | 84 - .../WorldSystem/data/PlayerWorld.class | Bin 943 -> 943 bytes .../WorldSystem/data/SqlLiteDatabase.class | Bin 3138 -> 3137 bytes .../WorldSystem/data/WorldSystemData.class | Bin 5593 -> 5584 bytes .../de/butzlabben/inventory/CostumInv.class | Bin 550 -> 550 bytes .../butzlabben/inventory/DependListener.class | Bin 260 -> 260 bytes .../inventory/OrcClickListener.class | Bin 258 -> 258 bytes .../butzlabben/inventory/OrcInventory.class | Bin 5264 -> 5337 bytes .../de/butzlabben/inventory/OrcItem.class | Bin 6262 -> 6271 bytes .../de/butzlabben/inventory/OrcListener.class | Bin 2863 -> 2871 bytes .../inventory/pages/InventoryPage.class | Bin 4194 -> 4199 bytes .../inventory/pages/ItemConverter.class | Bin 323 -> 323 bytes .../inventory/pages/PageGUICreator.class | Bin 4658 -> 4655 bytes .../de/butzlabben/world/GCRunnable.class | Bin 1056 -> 1063 bytes .../GameProfileBuilder$CachedProfile.class | Bin 720 -> 716 bytes ...ProfileBuilder$GameProfileSerializer.class | Bin 4104 -> 4144 bytes .../butzlabben/world/GameProfileBuilder.class | Bin 5819 -> 5847 bytes .../world/WorldCheckerRunnable.class | Bin 3355 -> 3450 bytes .../de/butzlabben/world/WorldSystem.class | Bin 8638 -> 8687 bytes .../world/command/CommandRegistry.class | Bin 5883 -> 5763 bytes .../world/command/commands/WSCommands.class | Bin 11128 -> 11129 bytes .../commands/WorldAdministrateCommand.class | Bin 13344 -> 13284 bytes .../commands/WorldSettingsCommands.class | Bin 12239 -> 12264 bytes .../world/config/DependenceConfig.class | Bin 5368 -> 5358 bytes .../de/butzlabben/world/config/Entry.class | Bin 2545 -> 2559 bytes .../butzlabben/world/config/GuiConfig.class | Bin 7641 -> 7694 bytes .../world/config/MessageConfig.class | Bin 11910 -> 12332 bytes .../world/config/PluginConfig.class | Bin 9862 -> 10133 bytes .../world/config/SettingsConfig.class | Bin 8874 -> 8980 bytes .../butzlabben/world/config/WorldConfig.class | Bin 16743 -> 16916 bytes .../butzlabben/world/config/WorldPerm.class | Bin 1912 -> 1806 bytes .../world/event/WorldAddmemberEvent.class | Bin 1196 -> 1204 bytes .../world/event/WorldCreateEvent.class | Bin 1216 -> 1232 bytes .../world/event/WorldDeleteEvent.class | Bin 1165 -> 1181 bytes .../butzlabben/world/event/WorldEvent.class | Bin 669 -> 669 bytes .../world/event/WorldLoadEvent.class | Bin 1143 -> 1159 bytes .../world/event/WorldRemovememberEvent.class | Bin 1209 -> 1217 bytes .../world/event/WorldResetEvent.class | Bin 1162 -> 1178 bytes .../world/event/WorldToggleFireEvent.class | Bin 1405 -> 1421 bytes .../world/event/WorldToggleTntEvent.class | Bin 1402 -> 1418 bytes .../world/event/WorldUnloadEvent.class | Bin 932 -> 948 bytes .../de/butzlabben/world/gui/GuiCommand.class | Bin 1581 -> 1581 bytes .../world/gui/PlayerOptionsGUI.class | Bin 5124 -> 5175 bytes .../butzlabben/world/gui/PlayersPageGUI.class | Bin 8009 -> 7986 bytes .../butzlabben/world/gui/WorldChooseGUI.class | Bin 5497 -> 5542 bytes .../world/gui/WorldOptionsGUI.class | Bin 5506 -> 5571 bytes .../butzlabben/world/gui/WorldSystemGUI.class | Bin 4048 -> 4071 bytes .../ComingSoonClickListener.class | Bin 891 -> 891 bytes .../CommandExecutorClickListener.class | Bin 1052 -> 1052 bytes .../InventoryOpenClickListener.class | Bin 1479 -> 1483 bytes .../world/gui/playeroption/BuildStatus.class | Bin 1049 -> 1049 bytes .../gui/playeroption/GamemodeStatus.class | Bin 1067 -> 1067 bytes .../gui/playeroption/TeleportStatus.class | Bin 1061 -> 1061 bytes .../gui/playeroption/WorldEditStatus.class | Bin 1065 -> 1065 bytes .../world/gui/worldoption/FireStatus.class | Bin 2140 -> 2151 bytes .../world/gui/worldoption/TntStatus.class | Bin 2142 -> 2153 bytes .../world/listener/BlockListener.class | Bin 4198 -> 4198 bytes .../world/listener/CommandListener.class | Bin 4751 -> 4754 bytes .../world/listener/PlayerListener.class | Bin 4431 -> 4447 bytes .../world/listener/WorldEditListener.class | Bin 5895 -> 5961 bytes .../world/listener/WorldInitSkipSpawn.class | Bin 1362 -> 1362 bytes .../de/butzlabben/world/util/MoneyUtil.class | Bin 3629 -> 3620 bytes .../butzlabben/world/util/PapiExtension.class | Bin 5290 -> 5366 bytes .../world/util/PlayerPositions.class | Bin 7109 -> 7159 bytes .../butzlabben/world/util/PlayerWrapper.class | Bin 3641 -> 3641 bytes .../butzlabben/world/util/TeleportUtil.class | Bin 1074 -> 1082 bytes .../butzlabben/world/util/VersionUtil.class | Bin 2273 -> 2273 bytes .../de/butzlabben/world/util/Worldutils.class | Bin 1115 -> 1117 bytes .../util/database/DatabaseConnection.class | Bin 2548 -> 2599 bytes .../util/database/DatabaseProvider.class | Bin 1778 -> 1869 bytes .../world/util/database/DatabaseUtil.class | Bin 499 -> 499 bytes .../world/util/database/MysqlConnection.class | Bin 2815 -> 2811 bytes .../util/database/SqliteConnection.class | Bin 2783 -> 2771 bytes .../world/wrapper/CreatorAdapter.class | Bin 246 -> 246 bytes .../world/wrapper/GeneratorSettings.class | Bin 1547 -> 1610 bytes .../world/wrapper/SystemWorld$1$1.class | Bin 3143 -> 3053 bytes .../world/wrapper/SystemWorld$1.class | Bin 2440 -> 2410 bytes .../world/wrapper/SystemWorld$2.class | Bin 895 -> 831 bytes .../world/wrapper/SystemWorld.class | Bin 15005 -> 15027 bytes .../world/wrapper/WorldPlayer.class | Bin 5181 -> 5161 bytes .../world/wrapper/WorldTemplate.class | Bin 3215 -> 3278 bytes .../world/wrapper/WorldTemplateProvider.class | Bin 4266 -> 4340 bytes target/classes/languages/de.yml | 88 - target/classes/languages/en.yml | 89 - target/classes/languages/es.yml | 88 - target/classes/languages/fi.yml | 85 - target/classes/languages/fr.yml | 89 - target/classes/languages/hu.yml | 86 - target/classes/languages/ja.yml | 89 - target/classes/languages/nl.yml | 85 - target/classes/languages/pl.yml | 85 - target/classes/languages/ru.yml | 84 - target/classes/languages/zh.yml | 84 - target/classes/old_gui.yml | 302 -- target/classes/plugin.yml | 66 +- target/classes/settings.yml | 62 - target/maven-archiver/pom.properties | 3 - .../compile/default-compile/createdFiles.lst | 81 - .../compile/default-compile/inputFiles.lst | 154 +- .../default-testCompile/createdFiles.lst | 0 .../default-testCompile/inputFiles.lst | 0 yarn.lock | 4524 ----------------- 230 files changed, 434 insertions(+), 10215 deletions(-) delete mode 100644 .github/CONTRIBUTING.md create mode 100644 .github/ISSUE_TEMPLATE/version_request.yml delete mode 100644 .github/SUGGESTIONS_LIST.md delete mode 100644 .github/auto-merge.yml delete mode 100644 .github/gradlewcommand.txt delete mode 100644 .github/workflows/gradle.yml create mode 100644 .github/workflows/maven.yml rename bin/main/LICENSE => LICENSE (100%) delete mode 100644 bin/main/1_13_gui.yml delete mode 100644 bin/main/1_14_gui.yml delete mode 100644 bin/main/config.yml delete mode 100644 bin/main/custom.yml delete mode 100644 bin/main/de/butzlabben/inventory/CostumInv.class delete mode 100644 bin/main/de/butzlabben/inventory/DependListener.class delete mode 100644 bin/main/de/butzlabben/inventory/OrcClickListener.class delete mode 100644 bin/main/de/butzlabben/inventory/OrcInventory.class delete mode 100644 bin/main/de/butzlabben/inventory/OrcItem.class delete mode 100644 bin/main/de/butzlabben/inventory/OrcListener.class delete mode 100644 bin/main/de/butzlabben/inventory/pages/InventoryPage.class delete mode 100644 bin/main/de/butzlabben/inventory/pages/ItemConverter.class delete mode 100644 bin/main/de/butzlabben/inventory/pages/PageGUICreator.class delete mode 100644 bin/main/de/butzlabben/world/GCRunnable.class delete mode 100644 bin/main/de/butzlabben/world/GameProfileBuilder$CachedProfile.class delete mode 100644 bin/main/de/butzlabben/world/GameProfileBuilder$GameProfileSerializer.class delete mode 100644 bin/main/de/butzlabben/world/GameProfileBuilder.class delete mode 100644 bin/main/de/butzlabben/world/WorldCheckerRunnable.class delete mode 100644 bin/main/de/butzlabben/world/WorldSystem.class delete mode 100644 bin/main/de/butzlabben/world/command/CommandRegistry.class delete mode 100644 bin/main/de/butzlabben/world/command/commands/WSCommands.class delete mode 100644 bin/main/de/butzlabben/world/command/commands/WorldAdministrateCommand.class delete mode 100644 bin/main/de/butzlabben/world/command/commands/WorldSettingsCommands.class delete mode 100644 bin/main/de/butzlabben/world/config/DependenceConfig.class delete mode 100644 bin/main/de/butzlabben/world/config/Entry.class delete mode 100644 bin/main/de/butzlabben/world/config/GuiConfig.class delete mode 100644 bin/main/de/butzlabben/world/config/MessageConfig.class delete mode 100644 bin/main/de/butzlabben/world/config/PluginConfig.class delete mode 100644 bin/main/de/butzlabben/world/config/SettingsConfig.class delete mode 100644 bin/main/de/butzlabben/world/config/WorldConfig.class delete mode 100644 bin/main/de/butzlabben/world/config/WorldPerm.class delete mode 100644 bin/main/de/butzlabben/world/event/WorldAddmemberEvent.class delete mode 100644 bin/main/de/butzlabben/world/event/WorldCreateEvent.class delete mode 100644 bin/main/de/butzlabben/world/event/WorldDeleteEvent.class delete mode 100644 bin/main/de/butzlabben/world/event/WorldEvent.class delete mode 100644 bin/main/de/butzlabben/world/event/WorldLoadEvent.class delete mode 100644 bin/main/de/butzlabben/world/event/WorldRemovememberEvent.class delete mode 100644 bin/main/de/butzlabben/world/event/WorldResetEvent.class delete mode 100644 bin/main/de/butzlabben/world/event/WorldToggleFireEvent.class delete mode 100644 bin/main/de/butzlabben/world/event/WorldToggleTntEvent.class delete mode 100644 bin/main/de/butzlabben/world/event/WorldUnloadEvent.class delete mode 100644 bin/main/de/butzlabben/world/gui/GuiCommand.class delete mode 100644 bin/main/de/butzlabben/world/gui/PlayerOptionsGUI.class delete mode 100644 bin/main/de/butzlabben/world/gui/PlayersPageGUI.class delete mode 100644 bin/main/de/butzlabben/world/gui/WorldChooseGUI.class delete mode 100644 bin/main/de/butzlabben/world/gui/WorldOptionsGUI.class delete mode 100644 bin/main/de/butzlabben/world/gui/WorldSystemGUI.class delete mode 100644 bin/main/de/butzlabben/world/gui/clicklistener/ComingSoonClickListener.class delete mode 100644 bin/main/de/butzlabben/world/gui/clicklistener/CommandExecutorClickListener.class delete mode 100644 bin/main/de/butzlabben/world/gui/clicklistener/InventoryOpenClickListener.class delete mode 100644 bin/main/de/butzlabben/world/gui/playeroption/BuildStatus.class delete mode 100644 bin/main/de/butzlabben/world/gui/playeroption/GamemodeStatus.class delete mode 100644 bin/main/de/butzlabben/world/gui/playeroption/TeleportStatus.class delete mode 100644 bin/main/de/butzlabben/world/gui/playeroption/WorldEditStatus.class delete mode 100644 bin/main/de/butzlabben/world/gui/worldoption/FireStatus.class delete mode 100644 bin/main/de/butzlabben/world/gui/worldoption/TntStatus.class delete mode 100644 bin/main/de/butzlabben/world/listener/BlockListener.class delete mode 100644 bin/main/de/butzlabben/world/listener/CommandListener.class delete mode 100644 bin/main/de/butzlabben/world/listener/PlayerListener.class delete mode 100644 bin/main/de/butzlabben/world/listener/WorldEditListener.class delete mode 100644 bin/main/de/butzlabben/world/listener/WorldInitSkipSpawn.class delete mode 100644 bin/main/de/butzlabben/world/util/MoneyUtil.class delete mode 100644 bin/main/de/butzlabben/world/util/PapiExtension.class delete mode 100644 bin/main/de/butzlabben/world/util/PlayerPositions.class delete mode 100644 bin/main/de/butzlabben/world/util/PlayerWrapper.class delete mode 100644 bin/main/de/butzlabben/world/util/TeleportUtil.class delete mode 100644 bin/main/de/butzlabben/world/util/VersionUtil.class delete mode 100644 bin/main/de/butzlabben/world/util/Worldutils.class delete mode 100644 bin/main/de/butzlabben/world/util/database/DatabaseConnection.class delete mode 100644 bin/main/de/butzlabben/world/util/database/DatabaseProvider.class delete mode 100644 bin/main/de/butzlabben/world/util/database/DatabaseUtil.class delete mode 100644 bin/main/de/butzlabben/world/util/database/MysqlConnection.class delete mode 100644 bin/main/de/butzlabben/world/util/database/SqliteConnection.class delete mode 100644 bin/main/de/butzlabben/world/wrapper/CreatorAdapter.class delete mode 100644 bin/main/de/butzlabben/world/wrapper/GeneratorSettings.class delete mode 100644 bin/main/de/butzlabben/world/wrapper/SystemWorld$1$1.class delete mode 100644 bin/main/de/butzlabben/world/wrapper/SystemWorld$1.class delete mode 100644 bin/main/de/butzlabben/world/wrapper/SystemWorld$2.class delete mode 100644 bin/main/de/butzlabben/world/wrapper/SystemWorld.class delete mode 100644 bin/main/de/butzlabben/world/wrapper/WorldPlayer.class delete mode 100644 bin/main/de/butzlabben/world/wrapper/WorldTemplate.class delete mode 100644 bin/main/de/butzlabben/world/wrapper/WorldTemplateProvider.class delete mode 100644 bin/main/languages/de.yml delete mode 100644 bin/main/languages/en.yml delete mode 100644 bin/main/languages/es.yml delete mode 100644 bin/main/languages/fi.yml delete mode 100644 bin/main/languages/fr.yml delete mode 100644 bin/main/languages/hu.yml delete mode 100644 bin/main/languages/ja.yml delete mode 100644 bin/main/languages/nl.yml delete mode 100644 bin/main/languages/pl.yml delete mode 100644 bin/main/languages/ru.yml delete mode 100644 bin/main/languages/zh.yml delete mode 100644 bin/main/old_gui.yml delete mode 100644 bin/main/plugin.yml.old delete mode 100644 bin/main/settings.yml delete mode 100644 commitlint.config.js delete mode 100644 gradle/jacoco.gradle delete mode 100644 gradle/publish.gradle delete mode 100644 gradle/wrapper/gradle-wrapper.jar delete mode 100644 gradle/wrapper/gradle-wrapper.properties delete mode 100644 lib/commons-io-2.11.0.jar delete mode 100644 lib/commons-io-2.7.jar create mode 100644 src/main/resources/plugin.yml delete mode 100644 target/WorldSystem-2.5.0-build-sqlite-dev.jar delete mode 100644 target/classes/1_13_gui.yml delete mode 100644 target/classes/1_14_gui.yml delete mode 100644 target/classes/LICENSE delete mode 100644 target/classes/config.yml delete mode 100644 target/classes/custom.yml delete mode 100644 target/classes/languages/de.yml delete mode 100644 target/classes/languages/en.yml delete mode 100644 target/classes/languages/es.yml delete mode 100644 target/classes/languages/fi.yml delete mode 100644 target/classes/languages/fr.yml delete mode 100644 target/classes/languages/hu.yml delete mode 100644 target/classes/languages/ja.yml delete mode 100644 target/classes/languages/nl.yml delete mode 100644 target/classes/languages/pl.yml delete mode 100644 target/classes/languages/ru.yml delete mode 100644 target/classes/languages/zh.yml delete mode 100644 target/classes/old_gui.yml delete mode 100644 target/classes/settings.yml delete mode 100644 target/maven-archiver/pom.properties delete mode 100644 target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst delete mode 100644 target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst delete mode 100644 target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst delete mode 100644 yarn.lock diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 20b2ba8d..488cd3e8 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -7,10 +7,9 @@ "features": { "ghcr.io/devcontainers/features/java:1": { - "version": "17", - "installMaven": "false", - "installGradle": "true", - "postCreateCommand": "java -version && chmod +x gradlew" + "version": "21", + "installMaven": "true", + "installGradle": "false" } } diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md index f897c595..426093ed 100644 --- a/.github/CODE_OF_CONDUCT.md +++ b/.github/CODE_OF_CONDUCT.md @@ -54,11 +54,7 @@ further defined and clarified by project maintainers. ## Enforcement -Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported by contacting the project team at [kontakt@buzcraft.de](https://crazycloudcraft.de). All -complaints will be reviewed and investigated and will result in a response that -is deemed necessary and appropriate to the circumstances. The project team is -obligated to maintain confidentiality with regard to the reporter of an incident. +The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. Project maintainers who do not follow or enforce the Code of Conduct in good diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md deleted file mode 100644 index 29dfaab2..00000000 --- a/.github/CONTRIBUTING.md +++ /dev/null @@ -1,168 +0,0 @@ -# Contributing Guidelines - -First off, thank you for considering contributing to this project. It's people like you that make this such a great plugin. - -Following these guidelines helps to communicate that you respect the time of the developers managing and developing this open source project. In return, they should reciprocate that respect in addressing your issue, assessing changes, and helping you finalize your pull requests. - -This is an open source project and we love to receive contributions from our community — you! There are many ways to contribute, from writing tutorials or blog posts, improving the documentation, submitting bug reports and feature requests or writing code which can be incorporated into the plugin itself. - -Please, don't use the issue tracker for [requesting new plugins](https://www.spigotmc.org/threads/open-small-to-medium-plugin-development-pay-what-you-want-8-years-experience-high-quality.435578/). Read the post on the Spigot board or send me a [email](mailto://me@silthus.net). - -# Ground Rules - -By contributing to this project you submit to following our [code of conduct](.github/CODE_OF_CONDUCT.md). -Please read this next section carefully and check if your contribution meets all requirements in this checklist. This will save you and us a lot of time. - -## Issues: Feature Requests & Bug Reports - -Please make sure you checked all of the following before submitting a new issue. - -* Before submitting a new issue, search the existing (including closed) issues for any duplicates. -* If you found an existing issue - use the react feature to show you have the same problem or need the same feature. Don't post comments like +1. -* Use the Bug & Feature Issue templates and provide all the required information. -* Be as detailed as possible and include screenshots wherever possible. This will help reproducing your bug or understanding your feature request. -* Use the WorldGuard `/wg report -p` command to provide detailed debug information and post the pastebin link in the issue. - -## Contributing Code - -Pull requests are the best way to propose changes to the codebase (we use [Github Flow](https://guides.github.com/introduction/flow/index.html)). We actively welcome your pull requests: - -* **Commit using the [conventional-commit](https://www.conventionalcommits.org/en/v1.0.0/) format!** -* Create issues for any major changes and enhancements that you wish to make. Discuss things transparently and get community feedback. -* Keep feature versions as small as possible, preferably one new feature per version. -* Be welcoming to newcomers and encourage diverse new contributors from all backgrounds. - -# Your First Contribution - -Unsure where to begin contributing to this project? You can start by looking through these beginner and help-wanted issues: -Good first issues - issues which should only require a few lines of code, and a test or two. -Help wanted issues - issues which should be a bit more involved than beginner issues. - -Working on your first Pull Request? You can learn how from this *free* series, [How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github). - -At this point, you're ready to make your changes! Feel free to ask for help; everyone is a beginner at first :smile_cat: - -If a maintainer asks you to "rebase" your PR, they're saying that a lot of code has changed, and that you need to update your branch so it's easier to merge. - -# Getting started - -1. Fork the repo and create your branch from `master`. -2. If you've added code that should be tested, add tests. -3. If you've changed APIs or added new features, update the documentation. -4. Ensure the test suite passes. -5. Test your changes on a server running the latest supported Minecraft version. -6. Issue that pull request! - -> You can use the `Setup Server` gradle task to quickly get your test server setup. Then use the `deploy` task to compile and copy your plugin.jar to the server. - -# Code review process - -The core team will look at your change as soon as possible and review it. However since this a project that is done in free time, reviewing might sometimes take some time. - -# Code, commit message and labeling conventions - -We have very precise rules over how our git commit messages can be formatted. This leads to **more -readable messages** that are easy to follow when looking through the **project history**. - -It is important to note that we use the git commit messages to **generate** the [CHANGELOG](CHANGELOG.md) document. Improperly formatted commit messages may result in your -change not appearing in the CHANGELOG of the next release. - -### Commit Message Format -Each commit message consists of a **header**, a **body** and a **footer**. The header has a special -format that includes a **type**, a **scope** and a **subject**: - -```html -(): - - - -