diff --git a/Plugin/src/main/java/com/willfp/ecoenchants/display/EnchantDisplay.java b/Plugin/src/main/java/com/willfp/ecoenchants/display/EnchantDisplay.java index 563a3411..d57fd704 100644 --- a/Plugin/src/main/java/com/willfp/ecoenchants/display/EnchantDisplay.java +++ b/Plugin/src/main/java/com/willfp/ecoenchants/display/EnchantDisplay.java @@ -67,7 +67,6 @@ public class EnchantDisplay { * It isn't recommended to mess with this unless you really know your way around EcoEnchants. * * @param item The item to modify - * * @return The item, with KEY_V */ public static ItemStack addV(ItemStack item) { @@ -83,7 +82,6 @@ public class EnchantDisplay { * Revert display * * @param item The item to revert - * * @return The item, updated */ public static ItemStack revertDisplay(final ItemStack item) { @@ -125,7 +123,6 @@ public class EnchantDisplay { * Show all enchantments in item lore * * @param item The item to update - * * @return The item, updated */ public static ItemStack displayEnchantments(final ItemStack item, boolean hideEnchants) { diff --git a/gradle.properties b/gradle.properties index 3697bce6..f862eb4e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 5.10.7 +version = 5.10.8 plugin-name = EcoEnchants \ No newline at end of file