Advertisement
scootertehcoder

Untitled

Mar 14th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.91 KB | None | 0 0
  1. ############################################################
  2. # +------------------------------------------------------+ #
  3. # | PickupMoney | #
  4. # | Configuration | #
  5. # +------------------------------------------------------+ #
  6. ############################################################
  7.  
  8.  
  9. # Options to chance the behaviour
  10. #
  11. options:
  12. defaultDropIcon: GOLD_INGOT
  13. showDropName: true
  14.  
  15. # Translatable messages
  16. #
  17. messages:
  18. dropDisplayName: '$%value%'
  19. pickupMessage: '&7Picked up %value% money'
  20.  
  21. #Blacklist worlds
  22. #Money will not drop in these worlds.
  23. blacklisted_worlds:
  24. - world2
  25. - world
  26.  
  27. #
  28. # These are the materials/icons that will be dropped for a range of money.
  29. # A valid list of materials can be found on spigot's documentation:
  30. # https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
  31. #
  32. icon:
  33. '1':
  34. material: GOLD_NUGGET
  35. rangeMin: 1
  36. rangeMax: 100000
  37.  
  38.  
  39.  
  40. # These are the entities that can drop money.
  41. # You can specify a minimum and maximum amount and a chance to drop money
  42. entity:
  43. SHEEP:
  44. enabled: true
  45. amount: 1-24
  46. chance: 100
  47. PIG:
  48. enabled: true
  49. amount: 1-24
  50. chance: 100
  51. ELDER_GUARDIAN:
  52. enabled: true
  53. amount: 1-24
  54. chance: 100
  55. WITHER_SKELETON:
  56. enabled: true
  57. amount: 1-24
  58. chance: 100
  59. STRAY:
  60. enabled: true
  61. amount: 1-24
  62. chance: 100
  63. WITHER_SKULL:
  64. enabled: true
  65. amount: 1-24
  66. chance: 100
  67. HUSK:
  68. enabled: true
  69. amount: 1-24
  70. chance: 100
  71. ZOMBIE_VILLAGER:
  72. enabled: true
  73. amount: 1-24
  74. chance: 100
  75. SKELETON_HORSE:
  76. enabled: true
  77. amount: 1-24
  78. chance: 100
  79. ZOMBIE_HORSE:
  80. enabled: true
  81. amount: 1-24
  82. chance: 100
  83. DONKEY:
  84. enabled: true
  85. amount: 1-24
  86. chance: 100
  87. MULE:
  88. enabled: true
  89. amount: 1-24
  90. chance: 100
  91. EVOKER:
  92. enabled: true
  93. amount: 1-24
  94. chance: 100
  95. VEX:
  96. enabled: true
  97. amount: 1-24
  98. chance: 100
  99. VINDICATOR:
  100. enabled: true
  101. amount: 1-24
  102. chance: 100
  103. ILLUSIONER:
  104. enabled: true
  105. amount: 1-24
  106. chance: 100
  107. CREEPER:
  108. enabled: true
  109. amount: 1-24
  110. chance: 100
  111. SKELETON:
  112. enabled: true
  113. amount: 1-15
  114. chance: 50.00
  115. SPIDER:
  116. enabled: true
  117. amount: 1-15
  118. chance: 50.00
  119. GIANT:
  120. enabled: true
  121. amount: 1-24
  122. chance: 100
  123. ZOMBIE:
  124. enabled: true
  125. amount: 1-15
  126. chance: 50
  127. SLIME:
  128. enabled: true
  129. amount: 1-24
  130. chance: 100
  131. GHAST:
  132. enabled: true
  133. amount: 1-24
  134. chance: 100
  135. PIG_ZOMBIE:
  136. enabled: true
  137. amount: 10
  138. chance: 100.00
  139. ENDERMAN:
  140. enabled: true
  141. amount: 1-24
  142. chance: 100
  143. CAVE_SPIDER:
  144. enabled: true
  145. amount: 1-6
  146. chance: 100.00
  147. SILVERFISH:
  148. enabled: true
  149. amount: 1-24
  150. chance: 100
  151. BLAZE:
  152. enabled: true
  153. amount: 30-60
  154. chance: 100
  155. MAGMA_CUBE:
  156. enabled: true
  157. amount: 1-24
  158. chance: 100
  159. ENDER_DRAGON:
  160. enabled: true
  161. amount: 800-1200
  162. chance: 100
  163. WITHER:
  164. enabled: true
  165. amount: 80-120
  166. chance: 100
  167. BAT:
  168. enabled: true
  169. amount: 1-24
  170. chance: 100
  171. WITCH:
  172. enabled: true
  173. amount: 1-24
  174. chance: 100
  175. ENDERMITE:
  176. enabled: true
  177. amount: 1-24
  178. chance: 100
  179. GUARDIAN:
  180. enabled: true
  181. amount: 1-24
  182. chance: 100
  183. SHULKER:
  184. enabled: true
  185. amount: 1-24
  186. chance: 100
  187. COW:
  188. enabled: true
  189. amount: 1-24
  190. chance: 100
  191. CHICKEN:
  192. enabled: true
  193. amount: 1-24
  194. chance: 100
  195. SQUID:
  196. enabled: true
  197. amount: 1-24
  198. chance: 100
  199. WOLF:
  200. enabled: true
  201. amount: 1-24
  202. chance: 100
  203. MUSHROOM_COW:
  204. enabled: true
  205. amount: 1-24
  206. chance: 100
  207. SNOWMAN:
  208. enabled: true
  209. amount: 1-24
  210. chance: 100
  211. OCELOT:
  212. enabled: true
  213. amount: 1-24
  214. chance: 100
  215. IRON_GOLEM:
  216. enabled: true
  217. amount: 1-24
  218. chance: 100
  219. HORSE:
  220. enabled: true
  221. amount: 1-24
  222. chance: 100
  223. RABBIT:
  224. enabled: true
  225. amount: 1-24
  226. chance: 100
  227. POLAR_BEAR:
  228. enabled: true
  229. amount: 1-24
  230. chance: 100
  231. LLAMA:
  232. enabled: true
  233. amount: 1-24
  234. chance: 100
  235. PARROT:
  236. enabled: true
  237. amount: 1-24
  238. chance: 100
  239. VILLAGER:
  240. enabled: true
  241. amount: 1-24
  242. chance: 100
  243. TURTLE:
  244. enabled: true
  245. amount: 1-24
  246. chance: 100
  247. PHANTOM:
  248. enabled: true
  249. amount: 50
  250. chance: 100
  251. COD:
  252. enabled: true
  253. amount: 1-24
  254. chance: 100
  255. SALMON:
  256. enabled: true
  257. amount: 1-24
  258. chance: 100
  259. PUFFERFISH:
  260. enabled: true
  261. amount: 1-24
  262. chance: 100
  263. TROPICAL_FISH:
  264. enabled: true
  265. amount: 1-24
  266. chance: 100
  267. DROWNED:
  268. enabled: true
  269. amount: 1-24
  270. chance: 100
  271. DOLPHIN:
  272. enabled: true
  273. amount: 1-24
  274. chance: 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement