This page lists all plug-ins that have special changes to improve support for this plug-in and all plug-ins for which this plug-in has special changes to improve support. (At least, all plug-ins that I'm aware off and I didn't forget).

Action Bar API

This plug-in provides an action bar API that my plug-in will use if it is available. If you install it alongside my plug-in, the wand cooldown/charges and custom tool durability will be shown in the action bars of players.

Mythic Mobs

It is possible to equip custom items from this plug-in on mobs from Mythic Mobs. To do so, you need to configure a mythic mobs item in a configuration file for mythic mobs (for instance ExampleItems.yml). In such a file, you should define a custom item like this:

In the example above, item_name should be the Name that you gave the custom item in the Editor. Not the Display name. Then, you should configure a custom mob to equip this item in a mob file (for instance ExampleMobs.yml):

Crazy Enchantments

The enchantments from the Crazy Enchantments plug-in can be used as the default enchantments of custom items. The crazy enchantments will be listed after the vanilla enchantments and have a "[CRAZY]" suffix after their name. Furthermore, this plug-in has nice support for the Hellforge enchantment on custom items. If a custom item would be repaired with the HellForged enchantment, its custom durability will be repaired instead of the vanilla durability. If crazy enchantments is not installed, nothing will happen, except a message in the console stating that crazy enchantments doesn't seem to be installed.

Skript

Custom items and custom blocks can be used in Skripts.

Conditions

Effects

Expressions

Examples

Denizen

Custom items and custom blocks can be used in Denizen scripts. Unfortunately, the Denizen VS Code extensions doesn't recognize them, so you will get some warnings and errors, which you should ignore.

Tags

Commands

Examples

Ultra Chest

This plug-in has small changes that allow users to use custom items from this plug-in in its configuration files. For information of how to use this, take a look at commoncore config info at the section 'Custom Item and Textures (experimental)'.

Mimic

Mimic is a plug-in that makes it easier to integrate custom item plug-ins with plug-ins that would like to use custom items (and some other integrations that are irrelevant for this plug-in). Custom items from this plug-in can be used by plug-ins that use Mimic. The identifiers of items from this plug-in will be like knokkoscustomitems:item_name where item_name is the name you used in the Editor.

ItemBridge

Just like Mimic, ItemBridge is a plug-in that makes it easier to integrate custom item plug-ins with plug-ins that would like to use custom items. (This plug-in integrates with both Mimic and ItemBridge for optimal reach.) The identifiers of items from this plug-in will be like KnokkosCustomItems:item_name where item_name is the name you used in the Editor.