Skip to content
Penal Buffalo edited this page Jun 17, 2022 · 3 revisions

Welcome to the LM_Items wiki!

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.0 b632 or newer is required.

Currently Supported Plugins:
MMOItems
Coins
ExecutableItems
EcoArmor
EcoCrates
EcoItems
Reforges
Talismans

How to use custom items in LevelledMobs with LM Items:

In customdrops.yml, you'll reference any item with the syntax: "- PluginName:ItemName:"

For example:

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.

Example:

all_hostile_mobs:
  - MMOItems:MyCoolSword:
      chance: 1.0
      type: sword
      external-amount: 2.0

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

Clone this wiki locally