EdPrison
BuiltByBitPatreonDiscord
  • Setting Up
  • features
    • Armors
    • Auction House
    • AutoSell
    • Bombs
    • Currencies System
    • Drills
    • Enchantments
      • Custom Enchantments
        • Actions
          • Command
          • Explode
          • Execute Actions
          • Give Currency
          • Lightning
          • Particle
          • Spawn Mob
          • Fill
          • Break Block
          • Add Effect
          • Clear Effect
          • Wait
          • Return
          • Loop
        • Skills Enchants
    • Leveling System
    • Pouches
    • Robots
    • Variables
  • GENERAL
    • Commands
    • PlaceholderAPI
  • Utils
    • Items
      • Normal Item
      • Head Item
    • NBT Keys
  • DEVELOPER API
    • First Steps
    • Events
      • EdPrisonAddMultiplierCurrency
      • EdPrisonEnchantTriggerEvent
      • EdPrisonBlockBreakEvent
      • EdPrisonPossibleEnchantTriggerEvent
      • EdPrisonPlayerUnHoldPickaxe
      • EdPrisonPlayerHoldPickaxe
    • Auto Sell
    • Enchants
      • Custom Enchantments
    • Economies
    • Levels
    • Utils
  • FREQUENT ASKED QUESTIONS
    • FAQ - EDPrisonCore
Powered by GitBook
On this page

Was this helpful?

  1. Utils
  2. Items

Normal Item

item:
  name: "&eMy Item"
  glowing: false
  material: "DIAMOND"
  lore:
    - "&eLine 1"
  flags:
    - HIDE_UNBREAKABLE
    - HIDE_ENCHANTS

name -> The item name glowing -> Will the item glow? material -> The item material glowing -> Will the item glow? lore -> The item lore flags -> The item flags

PreviousItemsNextHead Item

Last updated 1 year ago

Was this helpful?