sitemapItem Builders

๐Ÿงญ Overview

The item-builder section defines every property of an item, including its appearance, behavior, and effects. This system is used across all menus in ArenaLegends.


๐Ÿ›  Field Table

Field
Type
Description

name

string

Display name of the item. Supports color codes (&).

lore

list

Item description lines. Supports multiple lines.

type

material

Bukkit Material type (e.g., IRON_SWORD, PAPER).

amount

integer

Stack size (default: 1).

damage

integer

Durability/damage value (default: 0).

model

integer

Custom model data for resource packs.

glint

boolean

Adds enchantment glow without an actual enchant.

head

string

Player head texture (Username, UUID, or Base64).

attributes

list

Modifies default attributes (e.g., ATTACK_DAMAGE).

potions

list

Potion effects (for SPLASH_POTION, etc.).

tags

list

Custom NBT tags (key;value).

enchants

list

Enchantments (enchant{NAME} power{LEVEL}).


๐Ÿ’ก Examples

๐Ÿ”น Simple Icon

๐Ÿ”น Complex Weapon

Last updated