External Item Integrations

The Item Lookup System allows you to use custom items from other plugins, inside of your eco plugins.

This means you can use items from plugins like Oraxen, ItemsAdder, and more.

Using external items within Item Lookup

To use external items within The Item Lookup System, you need to use the relevant plugin's lookup-key.

PluginLookup Key
CraftEnginecraftengine:<namespace>__<key> CraftEngine items are namespaced. There is a double underscore! __
CustomCraftingcustomcrafting:<id>
Denizendenizen:<id>
ExecutableItemsexecutableitems:<id>
HeadDatabaseheaddb:<id>
ItemBridgeitembridge:saved__<id> for items you've saved.
itembridge:<prefix>__<id> for plugin items supported in ItemBridge.
ItemsAdderitemsadder:<namespace>__<key> ItemsAdder items are namespaced, example below. There is a double underscore! __
MythicMobsmythicmobs:<id>
Nexonexo:<id>
Oraxenoraxen:<id>

ItemsAdder Usage

# ** ItemsAdder configuration **
info:
  namespace: my_items
items:
  my_helmet:
    display_name: "&9Custom Helmet"

ItemsAdder items are namespaced, so for example, the above would be itemsadder:crystal_pack__alumite_pickaxe, where crystal_pack is the namespace, and alumite_pickaxe is the item ID.

Using items from eco plugins externally

You can also use items from eco plugins in other plugins, such as MythicMobs, or ShopGUIPlus.

PluginItem Lookup Key
MythicMobsTo use a lookup item in MythicMobs, use eco{type=<lookup_key>}. e.g, eco{type=ecoitems:grappling_hook}
ShopGUIPlus*Example below
** ShopGUIPlus configuration **
type: item
item:
eco: "ecoitems:holy_flesh"
quantity: 1
sellPrice: 7500
slot: 27