Home Getting Started With Scripts Using this wiki Commands CTGUI Global functions Bracket Handlers

Enchanting Plus

The Enchanting Plus allows players to have more control over the enchanting experience. CraftTweaker can be used to apply certain restrictions to this mod.

Blacklisting Items

Prevents a specific item from entering the advanced enchanting table.

script.zs
// mods.eplus.Eplus.blacklistItem(IItemStack item);
mods.eplus.Eplus.blacklistItem(<minecraft:chainmail_helmet>);

Blacklisting Enchantments

Prevents a specific enchantment from being applied at the advanced enchanting table.

script.zs
// mods.eplus.Eplus.blacklistEnchantment(IEnchantmentDefinition enchantment);
mods.eplus.Eplus.blacklistEnchantment(<enchantment:minecraft:protection>);