Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # This is the ItemStack serialization reference for Bukkit.
- # This config was auto-generated for the most part by a test plugin. Appropriate comments have been inserted, and repetition tags have been removed.
- item:
- ==: org.bukkit.inventory.ItemStack
- # Materials: http://jd.bukkit.org/org/bukkit/Material.html
- type: DIAMOND_SWORD
- damage: 34
- amount: 21
- meta:
- ==: ItemMeta
- meta-type: UNSPECIFIC
- # \xa7 is the color code. You have to use quotes when you use it. Remember that if you do not color the text, the title will be in italics, and the lore will be in dark purple italics.
- display-name: "\xa7fSharp Object"
- lore:
- - "\xa77This object is sharp."
- - "\xa77Don't run with it."
- - "\xa77Hey, are you still reading this?"
- enchants:
- # Enchantments: https://jd.bukkit.org/org/bukkit/enchantments/Enchantment.html
- ARROW_INFINITE: 69
- potion:
- ==: org.bukkit.inventory.ItemStack
- type: POTION
- meta:
- ==: ItemMeta
- meta-type: POTION
- display-name: "\xa7fPotion of Leaping"
- custom-effects:
- - ==: PotionEffect
- effect: 8
- # This is in ticks
- duration: 180
- amplifier: 8
- ambient: true
- skull:
- ==: org.bukkit.inventory.ItemStack
- type: SKULL_ITEM
- meta:
- ==: ItemMeta
- meta-type: SKULL
- skull-owner: Pentephraxis
- leather-armor:
- ==: org.bukkit.inventory.ItemStack
- type: LEATHER_HELMET
- meta:
- ==: ItemMeta
- meta-type: LEATHER_ARMOR
- color:
- ==: Color
- RED: 0
- BLUE: 128
- GREEN: 128
- firework:
- ==: org.bukkit.inventory.ItemStack
- type: FIREWORK
- meta:
- ==: ItemMeta
- meta-type: FIREWORK
- firework-effects:
- - ==: Firework
- flicker: true
- trail: true
- colors:
- - ==: Color
- RED: 0
- BLUE: 128
- GREEN: 128
- fade-colors:
- - ==: Color
- RED: 0
- BLUE: 0
- GREEN: 128
- type: STAR
- power: 3
- firework-charge:
- ==: org.bukkit.inventory.ItemStack
- type: FIREWORK_CHARGE
- meta:
- ==: ItemMeta
- meta-type: FIREWORK_EFFECT
- firework-effect:
- ==: Firework
- flicker: true
- trail: true
- colors:
- - ==: Color
- RED: 0
- BLUE: 128
- GREEN: 128
- fade-colors:
- - ==: Color
- RED: 0
- BLUE: 0
- GREEN: 128
- type: STAR
- book:
- ==: org.bukkit.inventory.ItemStack
- type: WRITTEN_BOOK
- meta:
- ==: ItemMeta
- meta-type: BOOK
- title: Bukkit Programming in Java
- author: pie_flavor
- pages:
- - Just google it.
- - Also, don't watch the BcBroz.
- - Hey, are you still reading this?
- enchanted-book:
- ==: org.bukkit.inventory.ItemStack
- type: ENCHANTED_BOOK
- meta:
- ==: ItemMeta
- meta-type: ENCHANTED
- stored-enchants:
- ARROW_INFINITE: 69
Advertisement
Add Comment
Please, Sign In to add comment