example.yml ItemLite Items
About 123 wordsLess than 1 minute
ItemLite is a small, simple and static item editor built into PixelReward
It can meet your needs for creating items with limited functionality, only for changing descriptions and vanilla attributes.
Uses MiniMessage color format
module/itemlite/example.yml
# Simple custom item configuration example
# Lightweight custom item editor
# Name used for identification
lucky_pickaxe:
# Material name
material: "DIAMOND_PICKAXE"
# Item display name
display: "<rainbow>Lucky Pickaxe"
# Description text
lore:
- ""
- "<#A8A8A8>A pickaxe that brings fortune"
- "<#A8A8A8>with every block you mine."
- ""
# Enchantments - view at https://jd.papermc.io/paper/1.21.11/org/bukkit/enchantments/Enchantment.html
enchantments:
EFFICIENCY: 5
FORTUNE: 3
UNBREAKING: 3
# Attributes - view at https://jd.papermc.io/paper/1.21.11/org/bukkit/attribute/Attribute.html
attributes:
ATTACK_DAMAGE: 5
ATTACK_SPEED: 1.2
# Custom Model Data
custom_model_data: 123456
# Options
options:
# Unbreakable
unbreakable: true
# Hide enchantments
hide_enchantments: true
# Hide attributes
hide_attributes: true