Advertisement
Guest User

Untitled

a guest
Dec 12th, 2019
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.75 KB | None | 0 0
  1. prefix: '&a&lSHERIFF &8➽ &7'
  2.  
  3. # Placeholders (For quota items and quota broadcasts)
  4. # {TOTAL-SALES} - total sales in that industry
  5. # {CONTRIBUTIONS} - total # of contributors for that industry
  6. # {QUOTA} - quota for that industry
  7. # {TIMES-COMPLETED} - # of times that industry's quota has been reached
  8. # {PROGRESS-BAR} - Progress bar representing quota progress
  9.  
  10. sounds:
  11. gui-open:
  12. sound: BAT_TAKEOFF
  13. volume: 1.0
  14. pitch: 10.0
  15. claim-reward:
  16. sound: LEVEL_UP
  17. volume: 1.0
  18. pitch: 0
  19. fail-claim-reward:
  20. sound: NOTE_BASS
  21. volume: 1.0
  22. pitch: 0
  23.  
  24. notification-settings:
  25. # Time in seconds that players will be notified of taxes from void chest items
  26. void-chest-frequency: 5
  27.  
  28. progress-bar:
  29. # Character for each percentat ge point of the progress bar
  30. character: '\u2B1B'
  31. # Color for the completed bars
  32. completed-color: '&a'
  33. # Color for the uncompleted bars
  34. missing-color: '&c'
  35. # Number of bars per progress bar (ex. 10 == 10% per bar)
  36. count: 10
  37.  
  38. quota-settings:
  39. # How many hours should pass before the completed quota resets
  40. reset-time: 24
  41. # Should players be taxed for all industry sales rather than just their own?
  42. tax-all-industries: false
  43. # This sets if rewards given by quotas should be randomized per player or if a random reward should be chosen when
  44. # the quota is met, and that becomes the same reward every player gets.
  45. per-player-rewards: true
  46. # Sets if a broadcast should be made when a quota is hit
  47. broadcast-quota-completion:
  48. enabled: true
  49. messages:
  50. - '{PREFIX}&a{INDUSTRY} &7has met its quota of &a${QUOTA}&7 thanks to the &a{CONTRIBUTIONS} &7players that
  51. contributed'
  52.  
  53. industries:
  54. FARMING:
  55. # The base quota for this industry.
  56. base-quota: 250000000
  57. # The current quota will be calculated using base-quota * (quota-multiplier)^times-completed
  58. quota-multiplier: 1.5
  59. # The percentage of tax to take from the player
  60. tax: 0.05
  61. rewards:
  62. Reward1:
  63. item:
  64. material: TNT
  65. name: '&e&lFarmer GKit'
  66. commands:
  67. - 'voucher give FarmerGKit 1 %player%'
  68. # The chance that this reward will be given
  69. chance: 10
  70. # The message received upon winning the reward
  71. message: '{PREFIX}You have received a &aFarmer GKit Voucher&7.'
  72. Reward2:
  73. item:
  74. material: PAPER
  75. name: '&e&l$3,000,000'
  76. commands:
  77. - 'withdraw 3000000 %player% 1'
  78. # The chance that this reward will be given
  79. chance: 10
  80. # The message received upon winning the reward
  81. message: '{PREFIX}You have received a &a$3,000,000 Banknote&7.'
  82. Reward3:
  83. item:
  84. material: EXP_BOTTLE
  85. name: '&e&l64x EXP Bottles'
  86. commands:
  87. - 'give %player% EXP_BOTTLE 64'
  88. # The chance that this reward will be given
  89. chance: 10
  90. # The message received upon winning the reward
  91. message: '{PREFIX}You have received &a64x Exp Bottles&7.'
  92. Reward4:
  93. item:
  94. material: INK_SACK:11
  95. name: '&e&lSand Crate'
  96. commands:
  97. - 'crate gk %player% Sand 1'
  98. # The chance that this reward will be given
  99. chance: 10
  100. # The message received upon winning the reward
  101. message: '{PREFIX}You have received a &aSand Key&7.'
  102. Reward5:
  103. item:
  104. material: HOPPER
  105. name: '&e&lCrop Hopper'
  106. commands:
  107. - 'hopper give %player% crop 1'
  108. # The chance that this reward will be given
  109. chance: 10
  110. # The message received upon winning the reward
  111. message: '{PREFIX}You have received a &aCrop Hopper&7.'
  112. Reward7:
  113. item:
  114. material: EYE_OF_ENDER
  115. name: '&e&lMerchant Skip Token'
  116. commands:
  117. - 'voucher give MerchantSkip 1 %player%'
  118. # The chance that this reward will be given
  119. chance: 10
  120. # The message received upon winning the reward
  121. message: '{PREFIX}You have received a &aMerchant Skip Token&7.'
  122. Reward8:
  123. item:
  124. material: ROTTEN_FLESH
  125. name: '&e&lRace Change Token'
  126. commands:
  127. - 'voucher give RaceChange 1 %player%'
  128. # The chance that this reward will be given
  129. chance: 10
  130. # The message received upon winning the reward
  131. message: '{PREFIX}You have received a &aRace Change Token&7.'
  132. Reward9:
  133. item:
  134. material: BOOK
  135. name: '&e&lElite Enchantment Book'
  136. commands:
  137. - 'ce lostbook elite 1 %player%'
  138. # The chance that this reward will be given
  139. chance: 10
  140. # The message received upon winning the reward
  141. message: '{PREFIX}You have received a &aElite Enchantment Book&7.'
  142. Reward10:
  143. item:
  144. material: DIAMOND_HOE
  145. name: '&e&lHarvester Hoe'
  146. commands:
  147. - 'scyther give %player% 1'
  148. # The chance that this reward will be given
  149. chance: 10
  150. # The message received upon winning the reward
  151. message: '{PREFIX}You have received a &aHarvester Hoe&7.'
  152. SLAYING:
  153. base-quota: 250000000
  154. quota-multiplier: 1.5
  155. tax: 0.05
  156. rewards:
  157. Reward1:
  158. item:
  159. material: TNT
  160. name: '&e&lGrinder GKit'
  161. commands:
  162. - 'voucher give GrinderGKit 1 %player%'
  163. # The chance that this reward will be given
  164. chance: 10
  165. # The message received upon winning the reward
  166. message: '{PREFIX}You have received a &aGrinder GKit Voucher&7.'
  167. Reward2:
  168. item:
  169. material: PAPER
  170. name: '&e&l$3,000,000'
  171. commands:
  172. - 'withdraw 3000000 %player% 1'
  173. # The chance that this reward will be given
  174. chance: 10
  175. # The message received upon winning the reward
  176. message: '{PREFIX}You have received a &a$3,000,000 Banknote&7.'
  177. Reward3:
  178. item:
  179. material: EXP_BOTTLE
  180. name: '&e&l64x EXP Bottles'
  181. commands:
  182. - 'give %player% EXP_BOTTLE 64'
  183. # The chance that this reward will be given
  184. chance: 10
  185. # The message received upon winning the reward
  186. message: '{PREFIX}You have received &a64x Exp Bottles&7.'
  187. Reward4:
  188. item:
  189. material: INK_SACK:11
  190. name: '&e&lSand Crate'
  191. commands:
  192. - 'crate gk %player% Sand 1'
  193. # The chance that this reward will be given
  194. chance: 10
  195. # The message received upon winning the reward
  196. message: '{PREFIX}You have received a &aSand Key&7.'
  197. Reward5:
  198. item:
  199. material: HOPPER
  200. name: '&e&lMob Hopper'
  201. commands:
  202. - 'hopper give %player% mob 1'
  203. # The chance that this reward will be given
  204. chance: 10
  205. # The message received upon winning the reward
  206. message: '{PREFIX}You have received a &aMob Hopper&7.'
  207. Reward7:
  208. item:
  209. material: EYE_OF_ENDER
  210. name: '&e&lMerchant Skip Token'
  211. commands:
  212. - 'voucher give MerchantSkip 1 %player%'
  213. # The chance that this reward will be given
  214. chance: 10
  215. # The message received upon winning the reward
  216. message: '{PREFIX}You have received a &aMerchant Skip Token&7.'
  217. Reward8:
  218. item:
  219. material: ROTTEN_FLESH
  220. name: '&e&lRace Change Token'
  221. commands:
  222. - 'voucher give RaceChange 1 %player%'
  223. # The chance that this reward will be given
  224. chance: 10
  225. # The message received upon winning the reward
  226. message: '{PREFIX}You have received a &aRace Change Token&7.'
  227. Reward9:
  228. item:
  229. material: BOOK
  230. name: '&e&lElite Enchantment Book'
  231. commands:
  232. - 'ce lostbook elite 1 %player%'
  233. # The chance that this reward will be given
  234. chance: 10
  235. # The message received upon winning the reward
  236. message: '{PREFIX}You have received a &aElite Enchantment Book&7.'
  237. Reward10:
  238. item:
  239. material: DIAMOND_SWORD
  240. name: '&e&lDiamond Sword'
  241. commands:
  242. - 'give %player% diamondsword 1 damage_all:5 durability:1 loot_bonus_mobs:3'
  243. # The chance that this reward will be given
  244. chance: 10
  245. # The message received upon winning the reward
  246. message: '{PREFIX}You have received a &aDiamond Sword&7.'
  247. MINING:
  248. base-quota: 250000000
  249. quota-multiplier: 1.5
  250. tax: 0.05
  251. rewards:
  252. Reward1:
  253. item:
  254. material: TNT
  255. name: '&e&lMiner GKit'
  256. commands:
  257. - 'voucher give MinerGKit 1 %player%'
  258. # The chance that this reward will be given
  259. chance: 10
  260. # The message received upon winning the reward
  261. message: '{PREFIX}You have received a &aMiner GKit Voucher&7.'
  262. Reward2:
  263. item:
  264. material: PAPER
  265. name: '&e&l$3,000,000'
  266. commands:
  267. - 'withdraw 3000000 %player% 1'
  268. # The chance that this reward will be given
  269. chance: 10
  270. # The message received upon winning the reward
  271. message: '{PREFIX}You have received a &a$3,000,000 Banknote&7.'
  272. Reward3:
  273. item:
  274. material: EXP_BOTTLE
  275. name: '&e&l64x EXP Bottles'
  276. commands:
  277. - 'give %player% EXP_BOTTLE 64'
  278. # The chance that this reward will be given
  279. chance: 10
  280. # The message received upon winning the reward
  281. message: '{PREFIX}You have received &a64x Exp Bottles&7.'
  282. Reward4:
  283. item:
  284. material: INK_SACK:11
  285. name: '&e&lSand Crate'
  286. commands:
  287. - 'crate gk %player% Sand 1'
  288. # The chance that this reward will be given
  289. chance: 10
  290. # The message received upon winning the reward
  291. message: '{PREFIX}You have received a &aSand Key&7.'
  292. Reward5:
  293. item:
  294. material: HOPPER
  295. name: '&e&lEnchantment Book'
  296. commands:
  297. - 'give %player% 403 1 silk_touch:1'
  298. # The chance that this reward will be given
  299. chance: 10
  300. # The message received upon winning the reward
  301. message: '{PREFIX}You have received an &aEnchantment Book (Silk Touch)&7.'
  302. Reward7:
  303. item:
  304. material: EYE_OF_ENDER
  305. name: '&e&lMerchant Skip Token'
  306. commands:
  307. - 'voucher give MerchantSkip 1 %player%'
  308. # The chance that this reward will be given
  309. chance: 10
  310. # The message received upon winning the reward
  311. message: '{PREFIX}You have received a &aMerchant Skip Token&7.'
  312. Reward8:
  313. item:
  314. material: ROTTEN_FLESH
  315. name: '&e&lRace Change Token'
  316. commands:
  317. - 'voucher give RaceChange 1 %player%'
  318. # The chance that this reward will be given
  319. chance: 10
  320. # The message received upon winning the reward
  321. message: '{PREFIX}You have received a &aRace Change Token&7.'
  322. Reward9:
  323. item:
  324. material: BOOK
  325. name: '&e&lElite Enchantment Book'
  326. commands:
  327. - 'ce lostbook elite 1 %player%'
  328. # The chance that this reward will be given
  329. chance: 10
  330. # The message received upon winning the reward
  331. message: '{PREFIX}You have received a &aElite Enchantment Book&7.'
  332. Reward10:
  333. item:
  334. material: DIAMOND_SWORD
  335. name: '&e&lDiamond Pickaxe'
  336. commands:
  337. - 'give %player% diamondpickaxe 1 dig_speed:6 durability:3 loot_bonus_blocks:3'
  338. # The chance that this reward will be given
  339. chance: 10
  340. # The message received upon winning the reward
  341. message: '{PREFIX}You have received a &aDiamond Pickaxe&7.'
  342.  
  343. sheriff-gui:
  344. title: '&a&lSheriff &7(Uses /merchant)'
  345. rows: 3
  346. FARMING:
  347. material: WHEAT
  348. name: '&e&lFarming Industry &7({PROGRESS-BAR}&7)'
  349. lore:
  350. - ''
  351. - '&eMilestone: &f${QUOTA}'
  352. - '&7&o(( Rewards are given when milestone is hit ))'
  353. - ''
  354. - '&eContributions: &f{CONTRIBUTIONS}'
  355. - '&eTotal Sales: &f{TOTAL-SALES}'
  356. - '&eTimes Completed: &f{TIMES-COMPLETED}'
  357. slot: 11
  358. MINING:
  359. material: DIAMOND
  360. name: '&b&lMining Industry &7({PROGRESS-BAR}&7)'
  361. lore:
  362. - ''
  363. - '&bMilestone: &f${QUOTA}'
  364. - '&7&o(( Rewards are given when milestone is hit ))'
  365. - ''
  366. - '&bContributions: &f{CONTRIBUTIONS}'
  367. - '&bTotal Sales: &f{TOTAL-SALES}'
  368. - '&bTimes Completed: &f{TIMES-COMPLETED}'
  369. slot: 13
  370. SLAYING:
  371. material: ROTTEN_FLESH
  372. name: '&a&lSlaying Industry &7({PROGRESS-BAR}&7)'
  373. lore:
  374. - ''
  375. - '&aMilestone: &f${QUOTA}'
  376. - '&7&o(( Rewards are given when milestone is hit ))'
  377. - ''
  378. - '&aContributions: &f{CONTRIBUTIONS}'
  379. - '&aTotal Sales: &f{TOTAL-SALES}'
  380. - '&aTimes Completed: &f{TIMES-COMPLETED}'
  381. slot: 15
  382.  
  383. messages:
  384. sheriff-tax: '{PREFIX}&a${TAX} &7has been taxed from your sale'
  385. quota-set: '{PREFIX}&a{INDUSTRY}''s &7progress set to &a{PROGRESS}% &7successfully'
  386. quota-already-claimed: '{PREFIX}You have already claimed the reward for this quota'
  387. quota-incomplete: '{PREFIX}This quota is not completed yet'
  388. not-your-industry: '{PREFIX}You can''t claim rewards from an industry that isn''t yours'
  389. invalid-progress: '{PREFIX}Invalid progress argument &a{ARG}&7, progress must be a value between 0 and 100'
  390. only-in-game: '{PREFIX}This can only be used in-game'
  391. config-reloaded: '{PREFIX}Configuration file reloaded successfully'
  392. no-permission: '&cYou don''t have permission for that'
  393. help-message:
  394. - ' &a&lSheriff'
  395. - '&a/sheriff help &8- &7Displays this message'
  396. - '&a/sheriff reload &8- &7Reloads the configuration file'
  397. - '&a/sheriff set <industry> <progress> &8- &7Sets the progress of an industry'
  398. - '&a/sheriff tax <player> <on/off>'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement