Updated to 5.10.8

This commit is contained in:
Auxilor 2020-12-28 12:57:28 +00:00
parent b7b3bbc85d
commit 01a3e930e5
2 changed files with 1 additions and 4 deletions

View File

@ -67,7 +67,6 @@ public class EnchantDisplay {
* It isn't recommended to mess with this unless you <b>really</b> 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) {

View File

@ -1,2 +1,2 @@
version = 5.10.7
version = 5.10.8
plugin-name = EcoEnchants