File tree 2 files changed +1
-4
lines changed
Plugin/src/main/java/com/willfp/ecoenchants/display
2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,6 @@ public static void update() {
67
67
* It isn't recommended to mess with this unless you <b>really</b> know your way around EcoEnchants.
68
68
*
69
69
* @param item The item to modify
70
- *
71
70
* @return The item, with KEY_V
72
71
*/
73
72
public static ItemStack addV (ItemStack item ) {
@@ -83,7 +82,6 @@ public static ItemStack addV(ItemStack item) {
83
82
* Revert display
84
83
*
85
84
* @param item The item to revert
86
- *
87
85
* @return The item, updated
88
86
*/
89
87
public static ItemStack revertDisplay (final ItemStack item ) {
@@ -125,7 +123,6 @@ public static ItemStack displayEnchantments(final ItemStack item) {
125
123
* Show all enchantments in item lore
126
124
*
127
125
* @param item The item to update
128
- *
129
126
* @return The item, updated
130
127
*/
131
128
public static ItemStack displayEnchantments (final ItemStack item , boolean hideEnchants ) {
Original file line number Diff line number Diff line change 1
- version = 5.10.7
1
+ version = 5.10.8
2
2
plugin-name = EcoEnchants
You can’t perform that action at this time.
0 commit comments