Skip to content

Supported Extras

Penal Buffalo edited this page Jun 17, 2022 · 2 revisions

Starting with LM_Items v1.1.0 - you can use extras

Note: LevelledMobs 3.6.3 b653 or newer is required.

You can specify a string/value keypair in LevelledMobs to interact with more settings in supported plugins.

Currently only used by ExecutableItems, you have the following options:
https://docs.ssomar.com/executableitems/configurations/item-configuration/item-features

  • Usage - integer
  • UsageLimit - integer
  • UsePerDay - integer
  • Durability - integer
  • HideUsage - boolean
  • HideEnchantments - boolean
  • HideAttributes - boolean
  • HideUnbreakable - boolean
  • HidePotionEffects - boolean

Example:

ZOMBIE: 
  - ExecutableItems:CoolSword:
      chance: 1.0
      extras:
        UsageLimit: 10
        Durability: 400
        HideUsage: true
Clone this wiki locally