build now

This commit is contained in:
Indyuce 2021-12-26 23:42:46 +01:00
parent 4ea5e79d6d
commit 98b626bfb8

View File

@ -6,6 +6,7 @@ import org.bukkit.Material;
public class DisableAdvancedEnchantments extends DisableStat {
public DisableAdvancedEnchantments() {
super("ADVANCED_ENCHANTS", Material.ENCHANTED_BOOK, "Disable Advanced Enchants", new String[]{"all"}, "When toggled on, prevents players", "from applying AE onto this item.");
}
}