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:
@@ -429,7 +429,7 @@ public abstract class ConfigManager implements ConfigLoader, Reloadable {
|
||||
packOraxen = config.getBoolean("integrations.resource-pack.Oraxen", false);
|
||||
packCreativeCentral = config.getBoolean("integrations.resource-pack.Creative-Central");
|
||||
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);
|
||||
chatEss = config.getBoolean("integrations.chat.Essentials", false);
|
||||
|
||||
@@ -22,7 +22,7 @@ modules:
|
||||
# Plugin Integrations: Integrate resource packs and chat plugins with other plugins.
|
||||
integrations:
|
||||
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-old-method: false # Legacy integration with ItemsAdder
|
||||
Oraxen: false # Integration with Oraxen
|
||||
|
||||
@@ -9,7 +9,6 @@ softdepend:
|
||||
- MagicCosmetics
|
||||
- ItemsAdder
|
||||
- Oraxen
|
||||
- CraftEngine
|
||||
- TrChat
|
||||
- CarbonChat
|
||||
- HuskChat
|
||||
|
||||
Reference in New Issue
Block a user