Advertisement
Guest User

Untitled

a guest
Jul 21st, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.55 KB | None | 0 0
  1. # PvPingMobCoins by Tox
  2.  
  3. # Sounds 1.8-1.12
  4. # Can be found here: https://pastebin.com/XjSDqs6M
  5. # Format: [sound];[volume];[pitch]
  6. sounds:
  7. mobadmin-set: ORB_PICKUP;1.0;1.0
  8. mobadmin-given: ORB_PICKUP;1.0;1.0
  9. mobadmin-reset: GLASS;1.0;1.0
  10. transfer-open: BAT_TAKEOFF;1.0;1.0
  11. transfer-purchase: LEVEL_UP;1.0;1.0
  12. coin-received: FIREWORK_TWINKLE;1.0;1.0
  13. coin-redeem: FIREWORK_TWINKLE;1.0;1.0
  14. pouch-given: ORB_PICKUP;1.0;1.0
  15. pouch-redeem: FIREWORK_TWINKLE;1.0;1.0
  16.  
  17. # Particles 1.8-1.12
  18. # Can be found here: https://pastebin.com/KFqp9GXD
  19. # Format: [particle];[x_offset];[y_offset];[z_offset];[speed];[amount]
  20. particles:
  21. mobadmin-set: CLOUD;2.0;2.0;2.0;2.0;50
  22. mobadmin-given: CLOUD;2.0;2.0;2.0;2.0;50
  23. mobadmin-reset: LAVA;2.0;2.0;2.0;2.0;50
  24. transfer-open: LAVA;2.0;2.0;2.0;2.0;50
  25. transfer-purchase: CLOUD;2.0;2.0;2.0;2.0;50
  26. coin-received: FIREWORKS_SPARK;2.0;2.0;2.0;2.0;50
  27. coin-redeem: FIREWORKS_SPARK;2.0;2.0;2.0;2.0;50
  28. pouch-given: CLOUD;2.0;2.0;2.0;2.0;50
  29. pouch-redeem: FIREWORKS_SPARK;2.0;2.0;2.0;2.0;50
  30.  
  31. options:
  32. #Should /mobcoins open the transfer menu?
  33. mobcoins-opens-transfer: true
  34. #How the coins should be formatted (IE: #,### = 1,000 or 10,000, etc)
  35. decimal-format: "#,###"
  36. #Should killing mobs drop a physical coin?
  37. drop-physical-coin: true
  38.  
  39.  
  40. # Mobs 1.8-1.12
  41. # Can be found here: https://pastebin.com/w6vYtnqK
  42. # Format: [entity_name];[chance];[amount]
  43. mob:
  44. use: true
  45. mob-list:
  46. - BLAZE;5;1
  47. - SKELETON;5;1
  48. - ZOMBIE;5;1
  49. - CREEPER;8;1
  50. - ENDERMAN;8;1
  51. - WITHER;50;1
  52.  
  53. # You can customize these to whatever you like
  54. permissions:
  55. mobadmin: "pvpingmobcoins.mobadmin"
  56. mobcoins: "pvpingmobcoins.mobcoins"
  57. transfer: "pvpingmobcoins.transfer"
  58.  
  59. items:
  60. coin:
  61. material: DOUBLE_PLANT:0
  62. name: "&e&l{amount} Mob Coin(s) &7(Right Click)"
  63. lore:
  64. - "&7&oYou can use these in /transfer menu to"
  65. - "&7&opurchase ranks, crate keys, and more!"
  66. - ""
  67. - " &8» &e&lAmount &f{amount}"
  68.  
  69. pouch:
  70. material: GLASS_BOTTLE:0
  71. name: "&6&lMob Coin Pouch &7(Right Click)"
  72. lore:
  73. - "&7Right-Click in hand to receive"
  74. - "&7a random amount of Mob Coins!"
  75. - ""
  76. - "&6* &e{min}-{max} Mob Coins"
  77.  
  78. pages:
  79. transfer:
  80. options:
  81. size: 45
  82. title: "&8Transfer Menu"
  83. default: true
  84. items:
  85. '0':
  86. material: '160:15'
  87. amount: 1
  88. name: ""
  89. lore: []
  90. slot: 0
  91. '1':
  92. material: '160:15'
  93. amount: 1
  94. name: ""
  95. lore: []
  96. slot: 1
  97. '2':
  98. material: '160:15'
  99. amount: 1
  100. name: ""
  101. lore: []
  102. slot: 2
  103. '3':
  104. material: '160:15'
  105. amount: 1
  106. name: ""
  107. lore: []
  108. slot: 3
  109. '4':
  110. material: DOUBLE_PLANT:0
  111. amount: 1
  112. name: "&e&l(!) &eYou have &6&n{coins}&e Mob Coins."
  113. lore: []
  114. slot: 4
  115. '5':
  116. material: '160:15'
  117. amount: 1
  118. name: ""
  119. lore: []
  120. slot: 5
  121. '6':
  122. material: '160:15'
  123. amount: 1
  124. name: ""
  125. lore: []
  126. slot: 6
  127. '7':
  128. material: '160:15'
  129. amount: 1
  130. name: ""
  131. lore: []
  132. slot: 7
  133. '8':
  134. material: '160:15'
  135. amount: 1
  136. name: ""
  137. lore: []
  138. slot: 8
  139. '9':
  140. material: '160:15'
  141. amount: 1
  142. name: ""
  143. lore: []
  144. slot: 9
  145. '17':
  146. material: '160:15'
  147. amount: 1
  148. name: ""
  149. lore: []
  150. slot: 17
  151. '18':
  152. material: '160:15'
  153. amount: 1
  154. name: ""
  155. lore: []
  156. slot: 18
  157. '26':
  158. material: '160:15'
  159. amount: 1
  160. name: ""
  161. lore: []
  162. slot: 26
  163. '27':
  164. material: '160:15'
  165. amount: 1
  166. name: ""
  167. lore: []
  168. slot: 27
  169. '35':
  170. material: '160:15'
  171. amount: 1
  172. name: ""
  173. lore: []
  174. slot: 35
  175. '36':
  176. material: '160:15'
  177. amount: 1
  178. name: ""
  179. lore: []
  180. slot: 36
  181. '37':
  182. material: '160:15'
  183. amount: 1
  184. name: ""
  185. lore: []
  186. slot: 37
  187. '38':
  188. material: '160:15'
  189. amount: 1
  190. name: ""
  191. lore: []
  192. slot: 38
  193. '39':
  194. material: '160:15'
  195. amount: 1
  196. name: ""
  197. lore: []
  198. slot: 39
  199. '40':
  200. material: BOOK:0
  201. amount: 1
  202. name: "&8&m-----------------------------------"
  203. lore:
  204. - "&eMob Coins &7can be earned by killing &e&lHOSTILE&7 mobs."
  205. - "&eMob Coins &7will allow you to buy items from the Transfer Menu."
  206. - ""
  207. - "&6&lAvailable Hostile Mobs:"
  208. - "&8» &eSkeletons, Zombies, and Blazes &8(&75%&8)"
  209. - "&8» &eCreepers, and Endermen &8(&78%&8)"
  210. - "&8» &eWithers &8(&750%&8)"
  211. slot: 40
  212. '41':
  213. material: '160:15'
  214. amount: 1
  215. name: ""
  216. lore: []
  217. slot: 41
  218. '42':
  219. material: '160:15'
  220. amount: 1
  221. name: ""
  222. lore: []
  223. slot: 42
  224. '43':
  225. material: '160:15'
  226. amount: 1
  227. name: ""
  228. lore: []
  229. slot: 43
  230. '44':
  231. material: '160:15'
  232. amount: 1
  233. name: ""
  234. lore: []
  235. slot: 44
  236. '45':
  237. material: '160:15'
  238. amount: 1
  239. name: ""
  240. lore: []
  241. slot: 45
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement