Fixed %value% placeholder for Drill
This commit is contained in:
@@ -21,6 +21,11 @@ public class Drill extends EcoEnchant {
|
||||
);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getPlaceholder(final int level) {
|
||||
return EnchantmentUtils.chancePlaceholder(this, level);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onBlockBreak(@NotNull final Player player,
|
||||
@NotNull final Block block,
|
||||
|
||||
Reference in New Issue
Block a user