Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.77 KB | None | 0 0
  1. # _______
  2. # |__ __|
  3. # | |_ __ ___ __ _ ___ _ _ _ __ ___ ___
  4. # | | '__/ _ \/ _` / __| | | | '__/ _ \/ __|
  5. # | | | | __/ (_| \__ \ |_| | | | __/\__ \
  6. # |_|_| \___|\__,_|___/\__,_|_| \___||___/
  7. # Official, default config.
  8. # -------------------------------------------------
  9. # Result effects:
  10. # LIGHTNING, EXPLOSION, FLAME_EXPLOSION, SPELL
  11. # -------------------------------------------------
  12. # required-perm usage:
  13. # You need to put required-perm entry, which is a list
  14. # in a reward.
  15. # Example:
  16. # reward4:
  17. # reward-type: money
  18. # value: 420
  19. # required-perm:
  20. # - permission.test
  21. # - permission.test2
  22. # - !permission.test3
  23. # item:
  24. # name: '&a420 dollar'
  25. # type: EMERALD
  26. # This line means:
  27. # Player must have permission.test, and permission.test2
  28. # to get this reward, but MUST NOT have permission
  29. # permission.test3.
  30. # -------------------------------------------------
  31. # Currency:
  32. # VAULT, COINSAPI, TOKENENCHANT, ITEM
  33. # -------------------------------------------------
  34. # Particle Effects:
  35. # http://pastebin.com/JLce1Y0x
  36. # -------------------------------------------------
  37. # Items:
  38. # https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
  39. # -------------------------------------------------
  40. # Sounds:
  41. # https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
  42. # 1.8 Sounds:
  43. # https://github.com/Attano/Spigot-1.8/blob/master/org/bukkit/Sound.java
  44. # -------------------------------------------------
  45. # Use the links above for help.
  46. # You can make as many Treasure/Rarity/Reward as you want.
  47. # Just copy that path, paste it, and edit it.
  48. # -------------------------------------------------
  49. # Tip for chances:
  50. # Chances are not in percents, but X to <all chances added together for a treasure>
  51. # So, in a treasure, if there's common with chance 800, rare with 195, and mythical with 5 chance,
  52. # mythical would be 0.5% (5 / (800 + 195 + 5) * 100)
  53. # -------------------------------------------------
  54. # Debug mode is for only testing. If you got an
  55. # error and you can't find it, just enable it;
  56. # debug: true
  57. # -------------------------------------------------
  58. # only-open-one:
  59. # enabled: If this is true, the player can open
  60. # only one treasure at a time.
  61. # deny-menu-open: If a player is already opening
  62. # a treasure, then don't open the GUI menu.
  63. # remove-on-reward: If this is enabled,
  64. # player may access the menu once he has been
  65. # rewarded. If it's false, then he may access
  66. # it only after 'usuable-again-tick' time.
  67. # -------------------------------------------------
  68. # Don't modify first-start-up!
  69. # -------------------------------------------------
  70.  
  71. first-start-up: false
  72. currency: VAULT
  73. item-currency-item: EMERALD
  74. placeholderapi: true
  75. debug-mode: false
  76. item-stay-tick: 100
  77. usable-again-tick: 60
  78. limited-creative: false
  79. only-open-one:
  80. enabled: true
  81. deny-menu-open: true
  82. remove-on-reward: true
  83. duplicates:
  84. enabled: false
  85. randomvalue: 0
  86. message-enabled: true
  87. messages:
  88. - '&4[&cDuplicate!&4] &eYou found a duplicate!'
  89. - '&4[&cDuplicate!&4] &eYou got &6%randomvalue% &emoney!'
  90. rarity-random-value:
  91. common_default: 10-20
  92. rare_default: 40-80
  93. legendary_default: 120-250
  94. mythical_default: 1000-2500
  95. change-item-name: '&7(DUPLICATE) %name%'
  96. commands:
  97. - money give %player% %randomvalue%
  98. rarity-find:
  99. randomvalue: 0
  100. msgs-enabled: true
  101. messages:
  102. - '[center] &7&m------------&8&l Dein Loot &7&m------------'
  103. - '[center] &c%rarity%%item%'
  104. in-between:
  105. duplicate-event:
  106. - '[center] &cYou also found a Duplicate!'
  107. - '[center] &cYou got %duplicatevalue% money!'
  108. final-msg:
  109. - '[center] &7&m------------------------'
  110. commands-enabled: false
  111. commands:
  112. - give %player% dirt %randomvalue%
  113. loots:
  114. common_default:
  115. global-prefix: '&a'
  116. name: '[Normal] '
  117. display-name-for-item: false
  118. rarity-find-randomvalue-override: 10-20
  119. rarity-find-message-override:
  120. - '[center] &7&m------------&8&l Dein Loot &7&m------------'
  121. - '[center] &c%rarity%%item%'
  122. broadcast-enabled: false
  123. broadcast: '&6%player% &efound a common %item%&e!'
  124. rarity-find-command-extra:
  125. - give %player% air
  126. sound-enabled: true
  127. sound: ENTITY_ARROW_SHOOT
  128. reward1:
  129. reward-type: command
  130. randomvalue: 10-300
  131. value: eco give %player% %randomvalue%
  132. item:
  133. name: '%randomvalue% ₡'
  134. type: EMERALD
  135. reward2:
  136. randomvalue: 1-10
  137. reward-type: command
  138. value: give %player% diamond %randomvalue%
  139. item:
  140. name: '%randomvalue%x Diamanten'
  141. type: DIAMOND
  142. reward3:
  143. reward-type: command
  144. value: give %player% dirt 64
  145. item:
  146. name: 64x Erde
  147. type: DIRT
  148. reward4:
  149. reward-type: command
  150. value: give %player% stone 64
  151. item:
  152. name: 64x Stein
  153. type: STONE
  154. reward5:
  155. reward-type: command
  156. value: give %player% minecraft:enchanted_book 1 3 {StoredEnchantments:[{id:0,lvl:4}]}
  157. item:
  158. name: Verzaubertes Buch?
  159. type: ENCHANTED_BOOK
  160. reward6:
  161. reward-type: command
  162. randomvalue: 1-5
  163. value: give %player% minecraft:spawn_egg:90 %randomvalue%
  164. item:
  165. name: Schwein x%randomvalue%
  166. type: MONSTER_EGG
  167. reward7:
  168. reward-type: command
  169. randomvalue: 1-5
  170. value: give %player% minecraft:spawn_egg:92 %randomvalue%
  171. item:
  172. name: Kuh x%randomvalue%
  173. type: MONSTER_EGG
  174. reward8:
  175. reward-type: command
  176. randomvalue: 1-5
  177. value: give %player% minecraft:spawn_egg:91 %randomvalue%
  178. item:
  179. name: Schaf x%randomvalue%
  180. type: MONSTER_EGG
  181. reward9:
  182. reward-type: command
  183. randomvalue: 1-5
  184. value: give %player% minecraft:spawn_egg:93 %randomvalue%
  185. item:
  186. name: Huhn x%randomvalue%
  187. type: MONSTER_EGG
  188. rare_default:
  189. global-prefix: '&9'
  190. name: '[Selten] '
  191. display-name-for-item: false
  192. rarity-find-randomvalue-override: 10-30
  193. rarity-result-effect: SPELL
  194. broadcast-enabled: false
  195. broadcast: '&6%player% &efound a rare %item%&e!'
  196. sound-enabled: true
  197. sound: ENTITY_ARROW_SHOOT
  198. reward1:
  199. reward-type: command
  200. randomvalue: 300-750
  201. value: eco give %player% %randomvalue%
  202. item:
  203. name: '%randomvalue% ₡'
  204. type: EMERALD
  205. reward2:
  206. reward-type: command
  207. value: give %player% minecraft:enchanted_book 1 3 {StoredEnchantments:[{id:9,lvl:2}]}
  208. item:
  209. name: Verzaubertes Buch?
  210. type: ENCHANTED_BOOK
  211. reward3:
  212. reward-type: command
  213. randomvalue: 1-5
  214. value: give %player% minecraft:spawn_egg:100 %randomvalue%
  215. item:
  216. name: Pferd x%randomvalue%
  217. type: MONSTER_EGG
  218. reward4:
  219. reward-type: command
  220. randomvalue: 1-5
  221. value: give %player% minecraft:spawn_egg:95 %randomvalue%
  222. item:
  223. name: Wolf x%randomvalue%
  224. type: MONSTER_EGG
  225. reward5:
  226. reward-type: command
  227. randomvalue: 1-5
  228. value: give %player% minecraft:spawn_egg:94 %randomvalue%
  229. item:
  230. name: Tintenfisch x%randomvalue%
  231. type: MONSTER_EGG
  232. reward6:
  233. reward-type: command
  234. randomvalue: 10-32
  235. value: give %player% experience_bottle %randomvalue%
  236. item:
  237. name: Erfahrungsflaschen x%randomvalue%
  238. type: EXP_BOTTLE
  239. reward7:
  240. reward-type: command
  241. randomvalue: 1-32
  242. value: give %player% 30 %randomvalue%
  243. item:
  244. name: Spinnennetz x%randomvalue%
  245. type: WEB
  246. legendary_default:
  247. global-prefix: '&6'
  248. name: '[Legendär] '
  249. display-name-for-item: false
  250. rarity-find-randomvalue-override: 20-35
  251. broadcast-enabled: false
  252. broadcast: '&6%player% &efound a legendary %item%&e!'
  253. sound-enabled: true
  254. sound: ENTITY_ARROW_SHOOT
  255. reward1:
  256. randomvalue: 20-64
  257. reward-type: command
  258. value: give %player% diamond %randomvalue%
  259. item:
  260. name: '%randomvalue%x Diamanten'
  261. type: DIAMOND
  262. reward2:
  263. randomvalue: 30-64
  264. reward-type: command
  265. value: give %player% 266 %randomvalue%
  266. item:
  267. name: '%randomvalue%x Goldbarren'
  268. type: GOLD_INGOT
  269. reward3:
  270. reward-type: command
  271. randomvalue: 500-1000
  272. value: eco give %player% %randomvalue%
  273. item:
  274. name: '%randomvalue% ₡'
  275. type: EMERALD
  276. reward4:
  277. reward-type: command
  278. randomvalue: 1-5
  279. value: give %player% minecraft:spawn_egg:96 %randomvalue%
  280. item:
  281. name: Pilzkuh x%randomvalue%
  282. type: MONSTER_EGG
  283. reward5:
  284. reward-type: command
  285. randomvalue: 1-5
  286. value: give %player% minecraft:spawn_egg:68 %randomvalue%
  287. item:
  288. name: Wächter x%randomvalue%
  289. type: MONSTER_EGG
  290. reward6:
  291. reward-type: command
  292. randomvalue: 1-5
  293. value: give %player% minecraft:spawn_egg:55 %randomvalue%
  294. item:
  295. name: Schleim x%randomvalue%
  296. type: MONSTER_EGG
  297. reward7:
  298. reward-type: command
  299. randomvalue: 32-64
  300. value: give %player% experience_bottle %randomvalue%
  301. item:
  302. name: Erfahrungsflaschen x%randomvalue%
  303. type: EXP_BOTTLE
  304. mythical_default:
  305. global-prefix: '&5'
  306. name: '[Mystisch] '
  307. display-name-for-item: false
  308. rarity-find-randomvalue-override: 30-64
  309. broadcast-enabled: false
  310. broadcast: '&6%player% &efound a &c&lMYTHICAL %item%&e!'
  311. sound-enabled: true
  312. sound: ENTITY_CREEPER_PRIMED
  313. reward1:
  314. reward-type: command
  315. value: give %player% minecraft:skull 1 3 {SkullOwner:"%player%"}
  316. item:
  317. name: Dein Kopf
  318. type: SKULL_ITEM
  319. reward2:
  320. reward-type: command
  321. randomvalue: 1000-10000
  322. value: eco give %player% %randomvalue%
  323. item:
  324. name: '%randomvalue% ₡'
  325. type: EMERALD
  326. reward3:
  327. randomvalue: 2-10
  328. reward-type: command
  329. value: give %player% 57 %randomvalue%
  330. item:
  331. name: '%randomvalue%x Diamant Blöcke'
  332. type: DIAMOND_BLOCK
  333. reward4:
  334. randomvalue: 10-64
  335. reward-type: command
  336. value: give %player% 133 %randomvalue%
  337. item:
  338. name: '%randomvalue%x Smaragd Blöcke'
  339. type: EMERALD_BLOCK
  340. reward5:
  341. reward-type: command
  342. value: give %player% minecraft:enchanted_book 1 3 {StoredEnchantments:[{id:70,lvl:1}]}
  343. item:
  344. name: Verzaubertes Buch?
  345. type: ENCHANTED_BOOK
  346. reward6:
  347. reward-type: command
  348. randomvalue: 1-3
  349. value: give %player% minecraft:spawn_egg:120 %randomvalue%
  350. item:
  351. name: Villager x%randomvalue%
  352. type: MONSTER_EGG
  353. reward7:
  354. reward-type: command
  355. value: give %player% 443 1
  356. item:
  357. name: Elytra x1
  358. type: ELYTRA
  359. reward8:
  360. reward-type: command
  361. value: give %player% 399 1
  362. item:
  363. name: Netherstern x1
  364. type: NETHER_STAR
  365. reward9:
  366. reward-type: command
  367. value: give %player% 397:1 1
  368. item:
  369. name: Witherskelettschädel x1
  370. type: SKULL_ITEM:1
  371. vote_default:
  372. global-prefix: '&5'
  373. name: '[Voting] '
  374. display-name-for-item: false
  375. broadcast-enabled: false
  376. broadcast: '&6%player% &efound a &4&lVOTE RANK&e!!'
  377. sound-enabled: true
  378. sound: ENTITY_ARROW_SHOOT
  379. reward1:
  380. reward-type: command
  381. value: manuadd %player% Vote
  382. required-perm:
  383. - '!vote.rank.identifier.permission'
  384. item:
  385. name: Vote limited Rank
  386. type: FIREWORK_ROCKET
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement