Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #
- # Slots go from 1 - 52 starting in the top left corner of the Inventory
- # All Materials can be found under http://jd.bukkit.org/rb/apidocs/org/bukkit/Material.html , Spaces have to be replaced by an underscore _
- # Colors can be found under http://jd.bukkit.org/rb/apidocs/org/bukkit/ChatColor.html
- # Enchantments can be found under http://jd.bukkit.org/rb/apidocs/org/bukkit/enchantments/Enchantment.html
- # Data can be found under http://www.minecraftwiki.net/wiki/Data_values
- shopName: TokenStore
- shopNameColor: GRAY
- tokenName: Token
- tokenNameColor: GOLD
- tokenDropChance: 1
- signName: MegaShop
- itemlist:
- - Chestplate of Secrets
- - Golden Apple of Wisdom
- - Chestplate of Oblivion
- - Chestplate of Oblivion
- - Leggings of Oblivion
- - Boots of Oblivion
- - The Helmet Of Thorin
- items:
- Golden Apple of Wisdom:
- Permission: Tokens.*
- Permission-Only: false
- Data: 1
- Amount: 1
- Enchantments: []
- EnchantmentStrengths: []
- ColorName: GOLD
- ColorDescription: WHITE
- Material: GOLDEN_APPLE
- Slot: 3
- Cost: 500
- Description: This Apple knows a lot of secrets,;maybe you should try eating it?
- Chestplate of Secrets:
- Data: 0
- Amount: 1
- Enchantments:
- - THORNS
- EnchantmentStrengths:
- - 1
- ColorName: RED
- ColorDescription: MAGIC
- Material: IRON_CHESTPLATE
- Slot: 1
- Cost: 50
- Description: Hold me in your Hands and Leftclick;and I shall tell you my secrets!
- Chestplate of Oblivion:
- Data: 0
- Amount: 1
- Enchantments:
- - FIRE_ASPECT
- - THORNS
- - PROTECTION
- EnchantmentStrengths:
- - 2
- - 2
- - 2
- ColorName: RED
- ColorDescription: DARK_RED
- Material: DIAMOND_CHESTPLATE
- Slot: 4
- Cost: 100
- Description: Forged from the depths of hell,; use this chestplate to bring glory to you and your faction.
- Leggings of Oblivion:
- Data: 0
- Amount: 1
- Enchantments:
- - FIRE_ASPECT
- - THORNS
- - PROTECTION
- EnchantmentStrengths:
- - 2
- - 2
- - 2
- ColorName: RED
- ColorDescription: DARK_RED
- Material: DIAMOND_LEGGINGS
- Slot: 5
- Cost: 100
- Description: Forged from the depths of hell,; use this chestplate to bring glory to you and your faction.
- Boots Of Oblivion:
- Data: 0
- Amount: 1
- Enchantments:
- - FIRE_ASPECT
- - THORNS
- - PROTECTION
- EnchantmentStrengths:
- - 2
- - 2
- - 2
- ColorName: RED
- ColorDescription: DARK_RED
- Material: DIAMOND_BOOTS
- Slot: 6
- Cost: 100
- Description: Forged from the depths of hell,; use this chestplate to bring glory to you and your faction.
- The Helmet Of Thorin:
- Data: 0
- Amount: 1
- Enchantments:
- - PROTECTION
- - FIRE_PROTECTION
- - BLAST_PROTECTION
- - UNBREAKING
- EnchantmentStrength:
- - 4
- - 1
- - 2
- - 3
- Colorname: Blue
- Color Description: Grey
- Material: DIAMOND_HELMET
- Slot: 9
- Cost: 100
- Description: Forged by the one and only Thorin.; This helmet has took countless amount of blows.
- selling:
- Item:
- Material: GOLDEN_APPLE
- Data: 0
- Slot: 3
- Value: 500
- Items:
- Material: GOLDEN_APPLE
- Data: 1
- Slot: 5
- Value: 500
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement