From 259f5377c44dd8bbbe09ba65d1fed5090616cd63 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Mon, 14 Mar 2022 10:05:38 +0000 Subject: [PATCH] Updated display priority --- .../java/com/willfp/ecoenchants/display/EnchantDisplay.java | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eco-core/core-plugin/src/main/java/com/willfp/ecoenchants/display/EnchantDisplay.java b/eco-core/core-plugin/src/main/java/com/willfp/ecoenchants/display/EnchantDisplay.java index 12bf600e..da128115 100644 --- a/eco-core/core-plugin/src/main/java/com/willfp/ecoenchants/display/EnchantDisplay.java +++ b/eco-core/core-plugin/src/main/java/com/willfp/ecoenchants/display/EnchantDisplay.java @@ -64,7 +64,7 @@ public class EnchantDisplay extends DisplayModule { * @param plugin Instance of EcoEnchants. */ public EnchantDisplay(@NotNull final EcoPlugin plugin) { - super(plugin, DisplayPriority.HIGH); + super(plugin, DisplayPriority.LOW); keySkip = this.getPlugin().getNamespacedKeyFactory().create("ecoenchantlore-skip"); legacyV = this.getPlugin().getNamespacedKeyFactory().create("ecoenchantlore-v"); options = new DisplayOptions(this.getPlugin()); diff --git a/gradle.properties b/gradle.properties index 5d402fc1..063c06c5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 8.48.1 +version = 8.48.2 plugin-name = EcoEnchants \ No newline at end of file