Advertisement
Guest User

config

a guest
Dec 18th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. #MoneyPouch configuration 2.1
  2. help:
  3. - '&8&m-----------------'
  4. - '&5&lMoneyPouch v%version%'
  5. - ''
  6. - '&7&o/mp <tier> <player> [amount] : receive a money pouch of <tier>'
  7. - '&7&o/mp list : list all moneypouches'
  8. - '&7&o/mp shop : open moneypouch shop (if enabled)'
  9. - '&7&o/mp reload : reload the config'
  10. - ''
  11. - '%author%'
  12. - '&8&m-----------------'
  13. pouches:
  14. tier:
  15. 1:
  16. name: '&2&lTier I Money Pouch &r&7(Right Click)'
  17. item: 'ENDER_CHEST'
  18. pricerange:
  19. from: '25000'
  20. to: '100000'
  21. lore:
  22. - '&7This pouch of loot was stolen'
  23. - '&7from the kings castle by a very'
  24. - '&7strange person...'
  25. 2:
  26. name: '&c&lTier II Money Pouch &r&7(Right Click)'
  27. item: 'ENDER_CHEST'
  28. pricerange:
  29. from: '100001'
  30. to: '400000'
  31. lore:
  32. - '&7This mysterious object was dug'
  33. - '&7out the grass by some very brave'
  34. - '&7players. It holds great power &'
  35. - '&7loot.'
  36. 3:
  37. name: '&6&lTier III Money Pouch &r&7(Right Click)'
  38. item: 'ENDER_CHEST'
  39. pricerange:
  40. from: '400001'
  41. to: '1000000'
  42. lore:
  43. - '&7This shining object was taken'
  44. - '&7from the cave of the great legend'
  45. - '&7known as Herobrine. It wields massive'
  46. - '&7power.'
  47. 4:
  48. name: '&4&lTier IV Money Pouch &r&7(Right Click)'
  49. item: 'ENDER_CHEST'
  50. pricerange:
  51. from: '1000001'
  52. to: '2000000'
  53. lore:
  54. - '&7This heavy chest was dropped by'
  55. - '&7the great Ender Dragon. Only four'
  56. - '&7brave men could beat the Ender Dragon'
  57. 5:
  58. name: '&5&lTier V Money Pouch &r&7(Right Click)'
  59. item: 'ENDER_CHEST'
  60. pricerange:
  61. from: '2000001'
  62. to: '5000000'
  63. lore:
  64. - '&7This great chest was stolen'
  65. - '&7from the Wither boss. For some'
  66. - '&7odd reason there is no nether star'
  67. sound:
  68. enabled: true
  69. opensound: 'CHEST_OPEN'
  70. revealsound: 'ANVIL_LAND'
  71. endsound: 'EXPLODE'
  72. title:
  73. speedintick: 10
  74. format: false
  75. shop:
  76. enabled: false
  77. buyable:
  78. - '1'
  79. - '2'
  80. - '3'
  81. - '4'
  82. - '5'
  83. prices:
  84. 1: 6000
  85. 2: 30000
  86. 3: 110000
  87. 4: 380000
  88. 5: 1200000
  89. inventoryname: '&9Pouch Dealer'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement