9
0
mirror of https://github.com/Xiao-MoMi/Custom-Nameplates.git synced 2025-12-19 15:09:23 +00:00

Remove deprecated CraftEngine integration

This commit is contained in:
XiaoMoMi
2025-03-15 22:06:22 +08:00
parent 0328c534c4
commit f5bc4fda2d
3 changed files with 2 additions and 3 deletions

View File

@@ -429,7 +429,7 @@ public abstract class ConfigManager implements ConfigLoader, Reloadable {
packOraxen = config.getBoolean("integrations.resource-pack.Oraxen", false); packOraxen = config.getBoolean("integrations.resource-pack.Oraxen", false);
packCreativeCentral = config.getBoolean("integrations.resource-pack.Creative-Central"); packCreativeCentral = config.getBoolean("integrations.resource-pack.Creative-Central");
packNexo = config.getBoolean("integrations.resource-pack.Nexo"); packNexo = config.getBoolean("integrations.resource-pack.Nexo");
packCraftEngine = config.getBoolean("integrations.resource-pack.CraftEngine", false); packCraftEngine = false;
chatUnsafe = config.getBoolean("other-settings.unsafe-chat-event", false); chatUnsafe = config.getBoolean("other-settings.unsafe-chat-event", false);
chatEss = config.getBoolean("integrations.chat.Essentials", false); chatEss = config.getBoolean("integrations.chat.Essentials", false);

View File

@@ -22,7 +22,7 @@ modules:
# Plugin Integrations: Integrate resource packs and chat plugins with other plugins. # Plugin Integrations: Integrate resource packs and chat plugins with other plugins.
integrations: integrations:
resource-pack: resource-pack:
CraftEngine: false # Integration with CraftEngine # CraftEngine: false # Deprecated, please use the `merge-external-folders` feature in CraftEngine
ItemsAdder: false # Integration with ItemsAdder ItemsAdder: false # Integration with ItemsAdder
ItemsAdder-old-method: false # Legacy integration with ItemsAdder ItemsAdder-old-method: false # Legacy integration with ItemsAdder
Oraxen: false # Integration with Oraxen Oraxen: false # Integration with Oraxen

View File

@@ -9,7 +9,6 @@ softdepend:
- MagicCosmetics - MagicCosmetics
- ItemsAdder - ItemsAdder
- Oraxen - Oraxen
- CraftEngine
- TrChat - TrChat
- CarbonChat - CarbonChat
- HuskChat - HuskChat