LM-Items

Adds Custom Item Support To Levelled Mobs

59

Quick challenge

How far can you run before the mobs catch you?

LM-Items

<b>What is LM Items?</b> It is intended to be used with the LevelledMobs plugin as a bridge to allow 3rd party custom items to be used directly in custom drops.

NOTE: LevelledMobs v3.5.4 or newer is required.

<b>Currently Supported Plugins:</b> Coins CombatWeaponryPlus CustomCrafting CustomItems ExcellentCrates ExecutableItems HeadDatabase ItemsAdder ItemEdit MagicHealth) MMOItems MythicMobs Nexo Oraxen

<b>Currently Supported Eco products:</b> EcoArmor EcoCrates EcoItems Reforges Talismans

More information can be found in the Wiki A list of examples for all supported plugins can be found here: Examples

How to use custom items in LevelledMobs with LM Items: In customdrops.yml (for LevelledMobs plugin), you'll reference any item with the syntax: "- PluginName:ItemName:"

For example: ```yaml all_hostile_mobs: - ExecutableItems:SomeCoolItem: chance: 1.0 ```

There are two additional fields available. Not all plugins will utilize them: external-amount: internally sets the amount of the item. type: the type of the item. Currently only used by MMOItems and ExcellentCrates.

Example: ```yaml all_hostile_mobs: - MMOItems:MyCoolSword: chance: 1.0 type: SWORD ```

With CustomCrafting you need to specify the namespace. For example: ```yaml HUSK: - CustomCrafting:customcrafting/advanced_crafting_table: chance: 1 equipped: 0 ``` For HeadDatabase, simply find the head you want on https://minecraft-heads.com/ then use the id in the name, such as: ```yaml HUSK: - HeadDatabase:67214: equipped: 1 ```

Would you like to see a specific plugin made compatible? Ping me in discord or send me a message in spigot. Ideally it is a open-source, free plugin.

Join the Discord Arcane Plugins: https://www.discord.io/arcaneplugins

ADS