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).
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.
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):
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.
See this page for more information about expressions and effects for kci containers, which you can use in e.g. on kci container recipe starts
See this page for more information about determinations and tags about kci containers, which you can use in e.g. on kci container recipe starts
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 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.
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.
The Magic plug-in adds mana and spells. If you use Magic alongside this plug-in, wands from this plug-in can consume mana from Magic and/or launch Magic spells rather than custom projectiles. If you also install ActionBarAPI, players can see their current mana while holding a custom wand that requires mana.
Note: Magic overrides the server resourcepack by default, which will hide the custom textures from this plug-in. You can turn this behavior off by putting default_resource_pack: "" in their config.yml.
The SilkSpawners plug-in allows players with the right permissions to mine mob spawners blocks when they are using the right pickaxe with the silk touch enchantment. In their config, you can configure the allowed pickaxes like this:
This would allow players to either mine mob spawners with a stone pickaxe, or with a custom pickaxe from this plug-in called silk_pickaxe (when it has the silk touch enchantment). Note: