From dbfadd7a64c64e0aa1e83e1e04a15d8a1992d4a2 Mon Sep 17 00:00:00 2001 From: Exanthiax <107284021+Exanthiax@users.noreply.github.com> Date: Wed, 17 Jul 2024 18:39:28 +0100 Subject: [PATCH] Update the-item-lookup-system.md --- docs/all-plugins/the-item-lookup-system.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/docs/all-plugins/the-item-lookup-system.md b/docs/all-plugins/the-item-lookup-system.md index 0d5ae71f36..60c128f7c2 100644 --- a/docs/all-plugins/the-item-lookup-system.md +++ b/docs/all-plugins/the-item-lookup-system.md @@ -65,16 +65,17 @@ So, lets say you have an EcoMobs mob, and you want it to drop a rare custom weap ## Using items from my other plugins You can use items from my other plugins anywhere using The Item Lookup system. -| Plugin | Item Lookup Key | -|------------------|---------------------------------------------------------------------------------------------------------------------| -| EcoItems | `ecoitems:` | -| Talismans | `talismans:` | -| EcoMobs | `ecomobs:_spawn_egg` | -| EcoPets | `ecopets:_spawn_egg` | -| StatTrackers | `stattrackers:` | +| Plugin | Item Lookup Key | +| ------------ | ------------------------------------------------------------------------------------------------------------------- | +| EcoArmor | `ecoarmor:set__` (Optional: `_advanced`)
`ecoarmor:shard_`
`ecoarmor:upgrade_crystal_` | | EcoCrates | `ecocrates:_key` | +| EcoItems | `ecoitems:` | +| EcoMobs | `ecomobs:_spawn_egg` | +| EcoPets | `ecopets:_spawn_egg` | +| EcoScrolls | `ecoscrolls:scroll_` | | Reforges | `reforges:stone_` | -| EcoArmor | `ecoarmor:set__` (Optional: `_advanced`)
`ecoarmor:shard_`
`ecoarmor:upgrade_crystal_` | +| StatTrackers | `stattrackers:` | +| Talismans | `talismans:` | ## Using items in MythicMobs If you want to use a lookup item in MythicMobs, just do it like this: `eco{type=}`, e.g. `eco{type=ecoitems:}`