ItemBridge Hook

Code Download

This addons add support for some plugins that generate custom items, through UniItem

Warning

The item modifier is order-sensitive. You have to set it before other modifiers.

Format

All the Item Modifiers to get items from these item plugins are in the format

<type>: <id>

Where <type> is the type of the item plugin, and <id> is the id of the item

You can check the available <type> here: Supported Plugins

Example

ItemBridge

test-itembridge:
  slot: 0
  itembridge: "minecraft:stone"
  name: "&bItemBridge"

ItemsAdder

test-itemsadder:
  slot: 0
  ia: "iasurvival:ruby_block"
  name: "&bItemsAdder"

Oraxen

test-oraxen:
  slot: 0
  oraxen: "onyx_axe"
  name: "&bOraxen"

Nexo

test-nexo:
  slot: 0
  nexo: "my_item"
  name: "&bNexo"