🌘
Bloodmoon Advanced
  • Bloodmoon Advanced
  • ❓FAQ
  • πŸ“šGuides
    • Enable bloodmoon for your world
    • How to use commands in console
    • Use custom sounds
  • General
    • Commands & Permissions
  • ⏰SCHEDULES
    • Introduction
    • Commands
    • Properties
  • 🚧SIGNS
    • Introduction
    • Overview
  • πŸ’€Mobs
    • Introduction
    • Properties
    • Commands
    • Spawn mechanics
    • Boss
    • Mythic mobs
  • πŸ“¦Items
    • Introduction
    • Commands
  • 🌑️Lifecycles
    • Introduction
    • Commands
  • 🎬Actions
    • Introduction
    • Commands
  • πŸ’€Death Actions
    • Introduction
  • ⏲️ Events
    • Introduction
    • Stop Event
    • Death Event
    • Heal Event
    • Lightning Event
    • Potion effect Event
    • Teleport Event
    • Swap Event
    • Reinforcement Event
    • Dash Event
    • Speak Event
    • Respawn Event
    • Explode Event
    • Sound Event
    • Vanish Event
    • Shield Event
  • Placeholder API
    • Overview of placeholders
  • πŸ“„Configs
    • config.yml
    • mobs.yml
    • actions.yml
    • lifecycles.yml
    • items.yml
    • messages.yml
    • schedules.yml
  • πŸ–‡οΈAPI
    • Introduction
    • API docs
Powered by GitBook
On this page

Was this helpful?

  1. Configs

items.yml

The standard items.yml file

# Enchantments: https://www.digminecraft.com/lists/enchantment_list_pc.php
# Items: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
# Format: {item}:{damage} {amount} [name:{}, lore:{}, owner:{}, rgb:{}] [{enchantment}:{level}]
items:
  helmet: "DIAMOND_HELMET:0 1 protection:4 thorns:3"
  chestplate: "DIAMOND_CHESTPLATE:0 1 protection:4 thorns:3"
  leggings: "DIAMOND_LEGGINGS:0 1 protection:4 thorns:3"
  boots: "DIAMOND_BOOTS:0 1 protection:4 thorns:3"
  zombie-sword: "DIAMOND_SWORD:0 1 sharpness:5 fire_aspect:2"
  bow: "BOW:0 1 power:5"
  skelly-chestplate: "GOLDEN_CHESTPLATE:0 1 protection:4 thorns:3"
  wither-sword: "GOLDEN_SWORD:0 1 sharpness:2"
  super-stick: "STICK:0 sharpness:5"

When using server versions lower then 1.12, the names of the enchantments will no longer match with the above. Make sure to change the naming to the correct 1.12 or lower alternative, or use the in-game commands to set the item.

https://helpch.at/docs/1.12.2/index.html?org/bukkit/enchantments/Enchantment.html

Previouslifecycles.ymlNextmessages.yml

Last updated 5 years ago

Was this helpful?

πŸ“„