What is LM Items?
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.
Currently Supported Plugins:
Currently Supported Eco products:
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:
Code (Text):
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:
Code (Text):
all_hostile_mobs:
- MMOItems:MyCoolSword:
chance: 1.0
type: SWORD
With CustomCrafting you need to specify the namespace. For example:
Code (Text):
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:
Code (Text):
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
Absolutely no support will be provided in the reviews section.
Rather, contact us via the Discord Server, or you can PM stumper66 if you can't use Discord.
The reviews section was designed specifically for reviews to be posted, not for questions, feature requests, bug reports, and so on. Our support team therefore cannot possibly reply to you here as the reviews section was never intended for providing support. We are left with no choice other than to disregard posts in the reviews section which are not reviews.
Thank you for your understanding