Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- head:
- ==: org.bukkit.inventory.ItemStack
- type: LEATHER_HELMET
- meta:
- ==: ItemMeta
- meta-type: LEATHER_ARMOR
- color:
- ==: Color
- RED: 255
- BLUE: 255
- GREEN: 85
- chest:
- ==: org.bukkit.inventory.ItemStack
- type: LEATHER_CHESTPLATE
- meta:
- ==: ItemMeta
- meta-type: LEATHER_ARMOR
- color:
- ==: Color
- RED: 255
- BLUE: 255
- GREEN: 85
- legs:
- ==: org.bukkit.inventory.ItemStack
- type: LEATHER_LEGGINGS
- meta:
- ==: ItemMeta
- meta-type: LEATHER_ARMOR
- color:
- ==: Color
- RED: 255
- BLUE: 255
- GREEN: 85
- feet:
- ==: org.bukkit.inventory.ItemStack
- type: LEATHER_BOOTS
- meta:
- ==: ItemMeta
- meta-type: LEATHER_ARMOR
- color:
- ==: Color
- RED: 255
- BLUE: 255
- GREEN: 85
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement