LM-Items
Adds Custom Item Support To Levelled Mobs
- Загрузки
- 119
- Подписчики
- 2
- Обновлён
- 2 мая 2026 г.
- Лицензия
- Apache-2.0
Опубликован 21 ноября 2025 г.
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:
Coins
CombatWeaponryPlus
CustomCrafting
CustomItems
ExcellentCrates
ExecutableItems
HeadDatabase
ItemsAdder
ItemEdit
MagicHealth
MMOItems
MythicMobs
Nexo
Oraxen
Currently Supported Eco products:
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:
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:
all_hostile_mobs:
- MMOItems:MyCoolSword:
chance: 1.0
type: SWORD
With CustomCrafting you need to specify the namespace. For example:
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:
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
Ченджлог
1.3.5.4Релиз26.1, 26.1.1, 26.1.2 · 2 мая 2026 г.
- fix error on folia servers
- small code cleanup
- fix coins broken on newer versions
- fix issue with coins not dropping the correct amount
1.3.5.1Релиз1.21.8, 1.21.9, 1.21.10 · 21 ноября 2025 г.
fix excellent crates broken on newer versions
Комментарии
Загружаем…