Skip to main content

Custom Items

BattleArena has support for a number of plugins with custom items. This means that anywhere an item can be defined, if one of these plugins is installed, you can use an item from there.

Plugins Supported

  • QualityArmory
  • Oraxen
  • ItemsAdder
  • MythicCrucible
  • Magic
  • MMOItems
    • Contains support for defining MMOItem type, level and tier
    • Example: mmoitems:epic_sword{type=sword;level=5;tier=rare}
  • WeaponMechanics

Defining Items

In order to use items from these plugins, the same format of <namespace>:<key> for Minecraft items is used, with the namespace being the lowercase name of the plugin. For example:

  • oraxen:emerald_bow - Gets an emerald bow from Oraxen
  • qualityarmory:blaster - Gets a blaster from QualityArmory
  • minecraft:iron_sword - Gets an iron sword from vanilla Minecraft