Supported Plugins
FisFisItemEvolve will work with popular plugins to recognize items, creatures and blocks added to the game with these plugins.
Item Providers:
MythicMobs
ItemsAdder
Oraxen
Nexo
MMOItems
Block Providers:
ItemsAdder
Oraxen(NoteBlock, StringBlock)
Nexo(NoteBlock, StringBlock, ChorusBlock)
Mob Provider:
MythicMobs
MythicMobs:
You can specify the items you add with the MythicMobs plugin as base_item or target_item, and you can also specify the mobs you create with this plugin as targets for the on_kill trigger. Check out the example below.
"mythicmobs:your_special_item_id"
ItemsAdder:
You can specify the items you add with the ItemsAdder plugin as base_item or target_item. You can also specify the blocks you add with this plugin as targets in the on_block_break trigger. check out the example below.
"itemsadder:your_namespace:your_special_item_id"
Oraxen:
You can specify the items you add with the Oraxen plugin as base_item or target_item. You can also specify the blocks you add with this plugin as targets in the on_block_break trigger. check out the example below.
"oraxen:your_special_item_id"
Nexo:
You can specify the items you add with the Nexo plugin as base_item or target_item. You can also specify the blocks you add with this plugin as targets in the on_block_break trigger. check out the example below.
"nexo:your_special_item_id"
MMOItems:
You can specify the items you add with the MMOItems plugin as base_item or target_item.
"mmoitems:ITEM_TYPE:ITEM_ID"
Last updated