Advertisement
MintTheFox

qcoins config

Jan 28th, 2013
426
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.45 KB | None | 0 0
  1. # Configuration file
  2.  
  3. ##########################################################################################################
  4. # coin_colors
  5. #--------------------------------------------------------------------------------------------------------#
  6. # Color of the different coin types in a hex color code. E.G. A2DF4D
  7. # I suggest http://http://www.colorpicker.com for finding your hex color codes.
  8. ##########################################################################################################
  9.  
  10. coin_colors {
  11. S:coin_color_1=AAAAAA
  12. S:coin_color_2=FFFFFF
  13. S:coin_color_3=FFFF55
  14. S:coin_color_4=55FFFF
  15. S:coin_color_5=123456
  16. }
  17.  
  18.  
  19. ##########################################################################################################
  20. # coin_name_colors
  21. #--------------------------------------------------------------------------------------------------------#
  22. # Color of the coin type names in 0-f. k, l, m, n, and o may also be used.
  23. # Please see http://www.minecraftwiki.net/wiki/Formatting_codes for more information.
  24. ##########################################################################################################
  25.  
  26. coin_name_colors {
  27. S:coin_name_color_1=7
  28. S:coin_name_color_2=F
  29. S:coin_name_color_3=E
  30. S:coin_name_color_4=9
  31. S:coin_name_color_5=D
  32. }
  33.  
  34.  
  35. ##########################################################################################################
  36. # coin_type_extra_info
  37. #--------------------------------------------------------------------------------------------------------#
  38. # Extra information on the tooltip of the coin types E.G. 'Worth 5 copper coins'
  39. # If you dont want tooltip info put 'none' without the quotation marks
  40. ##########################################################################################################
  41.  
  42. coin_type_extra_info {
  43. S:coin_type_extra_info_1=none
  44. S:coin_type_extra_info_2=Worth 5 Stone Coins
  45. S:coin_type_extra_info_3=Worth 5 Iron Coins
  46. S:coin_type_extra_info_4=Worth 5 Gold Coins
  47. S:coin_type_extra_info_5=none
  48. }
  49.  
  50.  
  51. ##########################################################################################################
  52. # coin_types
  53. #--------------------------------------------------------------------------------------------------------#
  54. # Names for the coin types. E.G. Copper, Iron, Gold
  55. ##########################################################################################################
  56.  
  57. coin_types {
  58. S:coin_type_1=Stone
  59. S:coin_type_2=Iron
  60. S:coin_type_3=Gold
  61. S:coin_type_4=Diamond
  62. S:coin_type_5=Special
  63. }
  64.  
  65.  
  66. items {
  67. # Letter on the coin. You can use A-Z, 'dollar', 'cent', 'yen', and 'euro' without the quotes.
  68. # If you dont want a letter on it at all you can use 'base' without the quotes.
  69. S:coin_letter=M
  70.  
  71. # Name for the coins.
  72. S:coin_name=Coin
  73.  
  74. # Number of coins for a conversion.
  75. I:convert_amount=5
  76.  
  77. # Number of coins to use. NOTE: If you go higher then 5 you will need to launch minecraft
  78. # and then close it to populate the config with the new variables for the extra coins.
  79. I:number_of_coins=5
  80. }
  81.  
  82.  
  83. ##########################################################################################################
  84. # mob drop options
  85. #--------------------------------------------------------------------------------------------------------#
  86. # Options for configuring mob drops.
  87. ##########################################################################################################
  88.  
  89. "mob drop options" {
  90. # Percentage out of 100 that blazes will drop coins.
  91. I:blaze_drop_chance=25
  92.  
  93. # Are blazes allowed to drop coins?
  94. B:blaze_drop_permission=true
  95.  
  96. # The metadata or 'tier' of coin blazes will drop. This starts counting at 0.
  97. # With default config 0 is Stone, 1 is Iron, 2 is Gold, 3 is Diamond, and 4 is Specal.
  98. I:blaze_dropped_Meta=0
  99.  
  100. # Maximum amount of coins blazes will drop.
  101. I:blaze_dropped_max=3
  102.  
  103. # Percentage out of 100 that cave_Spiders will drop coins.
  104. I:cave_Spider_drop_chance=20
  105.  
  106. # Are cave_Spiders allowed to drop coins?
  107. B:cave_Spider_drop_permission=true
  108.  
  109. # The metadata or 'tier' of coin cave_Spiders will drop. This starts counting at 0.
  110. # With default config 0 is Stone, 1 is Iron, 2 is Gold, 3 is Diamond, and 4 is Specal.
  111. I:cave_Spider_dropped_Meta=0
  112.  
  113. # Maximum amount of coins cave_Spiders will drop.
  114. I:cave_Spider_dropped_max=3
  115.  
  116. # Percentage out of 100 that creepers will drop coins.
  117. I:creeper_drop_chance=30
  118.  
  119. # Are creepers allowed to drop coins?
  120. B:creeper_drop_permission=true
  121.  
  122. # The metadata or 'tier' of coin creepers will drop. This starts counting at 0.
  123. # With default config 0 is Stone, 1 is Iron, 2 is Gold, 3 is Diamond, and 4 is Specal.
  124. I:creeper_dropped_Meta=0
  125.  
  126. # Maximum amount of coins creepers will drop.
  127. I:creeper_dropped_max=5
  128.  
  129. # Percentage out of 100 that endermans will drop coins.
  130. I:enderman_drop_chance=30
  131.  
  132. # Are endermans allowed to drop coins?
  133. B:enderman_drop_permission=true
  134.  
  135. # The metadata or 'tier' of coin endermans will drop. This starts counting at 0.
  136. # With default config 0 is Stone, 1 is Iron, 2 is Gold, 3 is Diamond, and 4 is Specal.
  137. I:enderman_dropped_Meta=0
  138.  
  139. # Maximum amount of coins endermans will drop.
  140. I:enderman_dropped_max=5
  141.  
  142. # Percentage out of 100 that ghasts will drop coins.
  143. I:ghast_drop_chance=50
  144.  
  145. # Are ghasts allowed to drop coins?
  146. B:ghast_drop_permission=true
  147.  
  148. # The metadata or 'tier' of coin ghasts will drop. This starts counting at 0.
  149. # With default config 0 is Stone, 1 is Iron, 2 is Gold, 3 is Diamond, and 4 is Specal.
  150. I:ghast_dropped_Meta=1
  151.  
  152. # Maximum amount of coins ghasts will drop.
  153. I:ghast_dropped_max=10
  154.  
  155. # Percentage out of 100 that magma_cubes will drop coins.
  156. I:magma_cube_drop_chance=10
  157.  
  158. # Are magma_cubes allowed to drop coins?
  159. B:magma_cube_drop_permission=true
  160.  
  161. # The metadata or 'tier' of coin magma_cubes will drop. This starts counting at 0.
  162. # With default config 0 is Stone, 1 is Iron, 2 is Gold, 3 is Diamond, and 4 is Specal.
  163. I:magma_cube_dropped_Meta=0
  164.  
  165. # Maximum amount of coins magma_cubes will drop.
  166. I:magma_cube_dropped_max=1
  167.  
  168. # Percentage out of 100 that pig_zombies will drop coins.
  169. I:pig_zombie_drop_chance=30
  170.  
  171. # Are pig_zombies allowed to drop coins?
  172. B:pig_zombie_drop_permission=true
  173.  
  174. # The metadata or 'tier' of coin pig_zombies will drop. This starts counting at 0.
  175. # With default config 0 is Stone, 1 is Iron, 2 is Gold, 3 is Diamond, and 4 is Specal.
  176. I:pig_zombie_dropped_Meta=0
  177.  
  178. # Maximum amount of coins pig_zombies will drop.
  179. I:pig_zombie_dropped_max=3
  180.  
  181. # Percentage out of 100 that silverfishs will drop coins.
  182. I:silverfish_drop_chance=10
  183.  
  184. # Are silverfishs allowed to drop coins?
  185. B:silverfish_drop_permission=true
  186.  
  187. # The metadata or 'tier' of coin silverfishs will drop. This starts counting at 0.
  188. # With default config 0 is Stone, 1 is Iron, 2 is Gold, 3 is Diamond, and 4 is Specal.
  189. I:silverfish_dropped_Meta=0
  190.  
  191. # Maximum amount of coins silverfishs will drop.
  192. I:silverfish_dropped_max=1
  193.  
  194. # Percentage out of 100 that skeletons will drop coins.
  195. I:skeleton_drop_chance=20
  196.  
  197. # Are skeletons allowed to drop coins?
  198. B:skeleton_drop_permission=true
  199.  
  200. # The metadata or 'tier' of coin skeletons will drop. This starts counting at 0.
  201. # With default config 0 is Stone, 1 is Iron, 2 is Gold, 3 is Diamond, and 4 is Specal.
  202. I:skeleton_dropped_Meta=0
  203.  
  204. # Maximum amount of coins skeletons will drop.
  205. I:skeleton_dropped_max=2
  206.  
  207. # Percentage out of 100 that slimes will drop coins.
  208. I:slime_drop_chance=10
  209.  
  210. # Are slimes allowed to drop coins?
  211. B:slime_drop_permission=false
  212.  
  213. # The metadata or 'tier' of coin slimes will drop. This starts counting at 0.
  214. # With default config 0 is Stone, 1 is Iron, 2 is Gold, 3 is Diamond, and 4 is Specal.
  215. I:slime_dropped_Meta=0
  216.  
  217. # Maximum amount of coins slimes will drop.
  218. I:slime_dropped_max=1
  219.  
  220. # Percentage out of 100 that spiders will drop coins.
  221. I:spider_drop_chance=20
  222.  
  223. # Are spiders allowed to drop coins?
  224. B:spider_drop_permission=true
  225.  
  226. # The metadata or 'tier' of coin spiders will drop. This starts counting at 0.
  227. # With default config 0 is Stone, 1 is Iron, 2 is Gold, 3 is Diamond, and 4 is Specal.
  228. I:spider_dropped_Meta=0
  229.  
  230. # Maximum amount of coins spiders will drop.
  231. I:spider_dropped_max=2
  232.  
  233. # Percentage out of 100 that witchs will drop coins.
  234. I:witch_drop_chance=25
  235.  
  236. # Are witchs allowed to drop coins?
  237. B:witch_drop_permission=true
  238.  
  239. # The metadata or 'tier' of coin witchs will drop. This starts counting at 0.
  240. # With default config 0 is Stone, 1 is Iron, 2 is Gold, 3 is Diamond, and 4 is Specal.
  241. I:witch_dropped_Meta=1
  242.  
  243. # Maximum amount of coins witchs will drop.
  244. I:witch_dropped_max=5
  245.  
  246. # Percentage out of 100 that zombies will drop coins.
  247. I:zombie_drop_chance=25
  248.  
  249. # Are zombies allowed to drop coins?
  250. B:zombie_drop_permission=true
  251.  
  252. # The metadata or 'tier' of coin zombies will drop. This starts counting at 0.
  253. # With default config 0 is Stone, 1 is Iron, 2 is Gold, 3 is Diamond, and 4 is Specal.
  254. I:zombie_dropped_Meta=2
  255.  
  256. # Maximum amount of coins zombies will drop.
  257. I:zombie_dropped_max=60
  258. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement