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);
|
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);
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ softdepend:
|
|||||||
- MagicCosmetics
|
- MagicCosmetics
|
||||||
- ItemsAdder
|
- ItemsAdder
|
||||||
- Oraxen
|
- Oraxen
|
||||||
- CraftEngine
|
|
||||||
- TrChat
|
- TrChat
|
||||||
- CarbonChat
|
- CarbonChat
|
||||||
- HuskChat
|
- HuskChat
|
||||||
|
|||||||
Reference in New Issue
Block a user