Hi We have a DeluxeMenus crafting exchange system where players trade vanilla items (like netherite_sword) for custom items. The problem is with the checkitem_remove command:
With strict: it won't remove the item if it has enchantments
Without strict: it removes any netherite_sword, including our custom items that use netherite_sword as material
We need a way to remove only vanilla netherite_sword (no custommodeldata) regardless of enchantments. Is there a CheckItem parameter that filters by "has no custommodeldata" without requiring the item to be completely clean?