Emits incompatibleEnchantment event when the script checks a players inventory every tick then it tests positive that they have any banned items.
Usage:
import { incompatibleEnchantment } from "./index";
incompatibleEnchantment.subscribe((event) => {
event.enchantment;
event.exceedMaxLevel;
event.incompatibleEnchantmentType;
event.item;
event.source;
});These scripts were written by JaylyMC