Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.80 KB | None | 0 0
  1. # The radius that the Mine Wisp will mine in
  2. Mine-Radius: 4
  3.  
  4. # The speed (in ticks, 20 = 1s) that a Mine Wisp will mine
  5. Mine-Rate: 3
  6.  
  7. # The time (in seconds) that should occur between a player leaving the
  8. # region and checking if they're still outside to despawn a Mine Wisp
  9. Outside-Region-Check-Delay: 5
  10.  
  11. # The chance (per block) that will result in Tokens being found
  12. Token-Chance: 20
  13.  
  14. # The amount of tokens that will be found in each batch
  15. Tokens: 50
  16.  
  17. # The way that boosters should appear in the menu
  18. Booster-Format: "&6 * %multiplier%x %type% &7%time-remaining%"
  19.  
  20. # The message that should show for the line
  21. No-Booster-Message: "&7 None"
  22.  
  23. # The default key that players can receive
  24. Default-Key-Type: Mine
  25.  
  26. # The regions that players are allowed to spawn a Mine Wisp in
  27. Allowed-Regions:
  28. - amine2
  29. - bmine2
  30. - cmine2
  31. - dmine2
  32. - emine2
  33. - fmine2
  34. - gmine2
  35. - hmine2
  36. - imine2
  37. - jmine2
  38. - kmine2
  39. - lmine2
  40. - mmine2
  41. - nmine2
  42. - omine2
  43. - pmine2
  44. - qmine2
  45. - rmine2
  46. - smine2
  47. - tmine2
  48. - umine2
  49. - vmine2
  50. - wmine2
  51. - xmine2
  52. - ymine2
  53. - zmine2
  54. - coal2
  55. - iron2
  56. - gold2
  57. - diamond2
  58. - emerald2
  59. - obsidian2
  60.  
  61. Upgrades:
  62. Earnings:
  63. - "1.0;0"
  64. - "1.25;10000"
  65. - "1.5;150000"
  66. - "2;350000"
  67. Tokens:
  68. - "1.0;0"
  69. - "1.25;10000"
  70. - "1.5;150000"
  71. - "2;350000"
  72. Keys:
  73. - "1.0;0"
  74. - "2.0;100000"
  75. - "3.0;350000"
  76. Key-Type:
  77. - "Mine;0"
  78. - "Rare;50000"
  79. - "Legendary;250000"
  80.  
  81. # What Mine Wisp Shards look like
  82. Shard-Item:
  83. Time:
  84. Type: PRISMARINE_SHARD
  85. Name: "&6Mine Wisp Time &7(&e%time%&7)"
  86. Lore:
  87. - "&7&oRight-Click to receive Mine Wisp Time!"
  88. Key:
  89. Type: PRISMARINE_SHARD
  90. Name: "&6Mine Wisp Key Multiplier"
  91. Lore:
  92. - "&7&oRight-Click to receive a Mine Wisp Key Multiplier!"
  93. - ""
  94. - "&eTime &8\u00BB &7%time%"
  95. - "&eMultiplier &8\u00BB &7%multiplier%"
  96. Token:
  97. Type: PRISMARINE_SHARD
  98. Name: "&6Mine Wisp Token Multiplier"
  99. Lore:
  100. - "&7&oRight-Click to receive a Mine Wisp Token Multiplier!"
  101. - ""
  102. - "&eTime &8\u00BB &7%time%"
  103. - "&eMultiplier &8\u00BB &7%multiplier%"
  104.  
  105. # Settings for /mw
  106. Wisp-Menu:
  107. Title: "&6&lMine Wisp"
  108. Background-Color: 7
  109. Wisp-Item-Active:
  110. Type: DIAMOND_PICKAXE
  111. Glowing: true
  112. Name: "&6&lMine Wisp &f&l| &a&lActive"
  113. Lore:
  114. - "&e&nMultipliers:"
  115. - "&6 Keys: &7%key-multiplier%"
  116. - "&6 Token: &7%token-multiplier%"
  117. - "&6 Earnings: &7%sell-multiplier%"
  118. - ""
  119. - "&e&nBoosters:"
  120. - "%boosters%"
  121. - ""
  122. - "&e&nTime Remaining:&7 %time-remaining%"
  123. - ""
  124. - "&e\u00BB Remove Mine Wisp &e\u00AB"
  125. Wisp-Item-Inactive:
  126. Type: DIAMOND_PICKAXE
  127. Name: "&6&lMine Wisp &f&l| &c&lInactive"
  128. Lore:
  129. - "&e&nMultipliers:"
  130. - "&6 Keys: &7%key-multiplier%"
  131. - "&6 Token: &7%token-multiplier%"
  132. - "&6 Earnings: &7%sell-multiplier%"
  133. - ""
  134. - "&e&nBoosters:"
  135. - "%boosters%"
  136. - ""
  137. - "&e&nTime Remaining:&7 %time-remaining%"
  138. - ""
  139. - "&e\u00BB Spawn Mine Wisp &e\u00AB"
  140. Earnings-Menu-Item:
  141. Type: DOUBLE_PLANT
  142. Name: "&6&lEarnings"
  143. Lore:
  144. - "&7View your Mine Wisp's earnings"
  145. Upgrades-Menu-Item:
  146. Type: REDSTONE
  147. Name: "&6&lUpgrades"
  148. Lore:
  149. - "&7Increase your Mine Wisp's multipliers"
  150.  
  151. # Settings for the earnings menu
  152. Earnings-Menu:
  153. Title: "&6&lEarnings"
  154. Background-Color: 7
  155. Tokens-Item:
  156. Type: DOUBLE_PLANT
  157. Name: "&6&lTokens"
  158. Lore:
  159. - "&7Redeem your tokens"
  160. - ""
  161. - "&eTokens: &7%tokens%"
  162. Earnings-Item:
  163. Type: PAPER
  164. Name: "&6&lEarnings"
  165. Lore:
  166. - "&7Redeem your earnings"
  167. - ""
  168. - "&eEarnings: &7%earnings%"
  169. Keys-Item:
  170. Type: TRIPWIRE_HOOK
  171. Name: "&6&lKeys"
  172. Lore:
  173. - "&7Redeem your earned keys"
  174.  
  175. Upgrades-Menu:
  176. Title: "&6&lUpgrades"
  177. Background-Color: 7
  178. Tokens-Item:
  179. Type: GOLD_NUGGET
  180. Name: "&6&lUpgrade Tokens"
  181. Lore:
  182. - "&7&oIncreases tokens earned by Mine Wisps"
  183. - ""
  184. - "&eNext Upgrade \u00BB &7%upgrade%"
  185. - "&eCost \u00BB &7%cost%"
  186. Earnings-Item:
  187. Type: DIAMOND
  188. Name: "&6&lUpgrade Earnings"
  189. Lore:
  190. - "&7&oIncreases money earned by Mine Wisps"
  191. - ""
  192. - "&eNext Upgrade \u00BB &7%upgrade%"
  193. - "&eCost \u00BB &7%cost%"
  194. Keys-Item:
  195. Type: TRIPWIRE_HOOK
  196. Name: "&6&lUpgrade Keys"
  197. Lore:
  198. - "&7&oIncreases keys earned by Mine Wisps"
  199. - ""
  200. - "&eNext Upgrade \u00BB &7%upgrade%"
  201. - "&eCost \u00BB &7%cost%"
  202. Key-Type-Item:
  203. Type: TRAPPED_CHEST
  204. Name: "&6&lUpgrade Key Type"
  205. Lore:
  206. - "&7&oAllows your wisp to find better keys"
  207. - ""
  208. - "&eNext Upgrade \u00BB &7%upgrade%"
  209. - "&eCost \u00BB &7%cost%"
  210.  
  211. Keys:
  212. Mine:
  213. Chance: .01
  214. Command: "cc give P mine %amount% %player%"
  215. Slot: 2
  216. Rare:
  217. Chance: .005
  218. Command: "cc give P rare %amount% %player%"
  219. Slot: 4
  220. Legendary:
  221. Chance: .0005
  222. Command: "cc give P Legendary %amount% %player%"
  223. Slot: 6
  224.  
  225. Keys-Menu:
  226. Title: "&6&lKeys"
  227. Background-Color: 7
  228. Items:
  229. Mine:
  230. Key: Mine
  231. Slot: 2
  232. Type: TRIPWIRE_HOOK
  233. Name: "&a&lMine Key"
  234. Lore:
  235. - "&7&oClick to receive Mine Keys"
  236. - ""
  237. - "&eAmount \u00BB &7%amount%"
  238. Rare:
  239. Key: Rare
  240. Slot: 4
  241. Type: TRIPWIRE_HOOK
  242. Name: "&d&lRare Key"
  243. Lore:
  244. - "&7&oClick to receive Rare Keys"
  245. - ""
  246. - "&eAmount \u00BB &7%amount%"
  247. Legendary:
  248. Key: Legendary
  249. Slot: 6
  250. Type: TRIPWIRE_HOOK
  251. Name: "&c&lLegendary Key"
  252. Lore:
  253. - "&7&oClick to receive Legendary Keys"
  254. - ""
  255. - "&eAmount \u00BB &7%amount%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement