Advertisement
agilsey

Golden Armor error

Oct 31st, 2018
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. ShopName: GoldenArmor
  2. DisplayName: '&9&lGolden Armor Shop'
  3. signs:
  4. text: '[GoldenArmor]'
  5. NeedPermissionToCreateSign: true
  6. shop:
  7. helm:
  8. RewardType: item
  9. PriceType: money
  10. Price: 250
  11. Reward:
  12. - - type:GOLDEN_HELMET
  13. - amount:1
  14. MenuItem:
  15. - type:GOLDEN_HELMET
  16. - amount:1
  17. - 'lore:&cPrice: $%price%'
  18. Message: '&eYou bought 1 Golden Helmet! Money left: &c%left%'
  19. InventoryLocation: 1
  20. ExtraPermission: ''
  21. chestplate:
  22. RewardType: item
  23. PriceType: money
  24. Price: 250
  25. Reward:
  26. - - type:GOLDEN_CHESTPLATE
  27. - amount:1
  28. MenuItem:
  29. - type:GOLDEN_CHESTPLATE
  30. - amount:1
  31. - 'lore:&cPrice: $%price%'
  32. Message: '&eYou bought 1 Golden Chestplate! Money left: &c%left%'
  33. InventoryLocation: 3
  34. ExtraPermission: ''
  35. pants:
  36. RewardType: item
  37. PriceType: money
  38. Price: 250
  39. Reward:
  40. - - type:GOLDEN_LEGGINGS
  41. - amount:1
  42. MenuItem:
  43. - type:GOLDEN_LEGGINGS
  44. - amount:1
  45. - 'lore:&cPrice: $%price%'
  46. Message: '&eYou bought 1 pair of Golden Leggings! Money left: &c%left%'
  47. InventoryLocation: 5
  48. ExtraPermission: ''
  49. boots:
  50. RewardType: item
  51. PriceType: money
  52. Price: 250
  53. Reward:
  54. - - type:GOLDEN_BOOTS
  55. - amount:1
  56. MenuItem:
  57. - type:GOLDEN_BOOTS
  58. - amount:1
  59. - 'lore:&cPrice: $%price%'
  60. Message: '&eYou bought 1 pair of Golden Boots! Money left: &c%left%'
  61. InventoryLocation: 7
  62. ExtraPermission: ''
  63. Back:
  64. RewardType: shop
  65. PriceType: free
  66. Reward: ArmorShop
  67. MenuItem:
  68. - type:BARRIER
  69. - amount:1
  70. - name:&cBack
  71. - lore:&8Back to Armor Shop
  72. Message: '&6Leaving the Golden Armor Shop...'
  73. InventoryLocation: 27
  74. ExtraPermission: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement