Skip to content
Penal Buffalo edited this page Jan 31, 2024 · 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
ItemsAdder
CustomItems
MagicHealth
CustomCrafting
ExcellentCrates

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 below. Note that for many plugins the names and types are case-sensitive.

all_hostile_mobs:
  - MMOItems:LONG_SWORD:
      chance: 1.0
      type: SWORD
      extras:
        ItemLevel: '%mob-lvl%' # uses the mob's level

Multiple Item Support

This is a new feature as of 1.3.0. Currently only supported with MMOItems. Also required is LevelledMobs 3.15 b824 or newer. Instead of specifying a singular item you can return an entire number of items of the same type. For example you can return all types of sword and one of them will be randomly chosen:

  - MMOItems:-: # item type must be -
      chance: 1
      type: SWORD
      # optional fields below
      min-items: 2
      max-items: 4
      # the lists support wildcards ( * )
      allowed-list: [] 
      excluded-list: []

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