Skip to content

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

yaml
<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

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

ItemsAdder

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

Oraxen

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

Nexo

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