Advertisement
Guest User

Untitled

a guest
Aug 17th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.39 KB | None | 0 0
  1. ###################################
  2. # Items: Options
  3. # Item: <ID:MD> - You can choose the item with its id and meta data.
  4. # Amount: <Number> - Choose how many of the item you get.
  5. # Name: <Name> - The display name that goes on the item.
  6. # Lore: <Line 1>,<Line 2>,<Line 3>,<Line 4> - The lore that will go under the enchantments. Split lines with a ','
  7. # <Enchantment>:<Level> - Choose the enchantment you want to add to the item. You can use the in-game names of the enchantment if you want. Replace the spaces in the name with a "_".
  8. ###########################################################
  9. # Sound Options #
  10. # 1.8 and lower players use these sounds: http://docs.codelanx.com/Bukkit/1.8/org/bukkit/Sound.html
  11. # 1.9 and up players use these sounds: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
  12. ###################################################################
  13. # Firework Colors: #
  14. # Aqua, Black, Blue, Fuchsia, Gray, Green, Lime, Maroon, #
  15. # Navy, Olive, Orange, Purple, Red, Silver, Teal, White, Yellow #
  16. ###################################################################
  17. Settings: #Settings
  18. Prefix: '&7[&6Vouchers&7]: ' #The prefix before messages.
  19. Updater: true
  20. Vouchers: #Where you make your vouchers.
  21.  
  22. Ranks:
  23. Item: '166'
  24. Name: '&c&lRanks:'
  25. Lore:
  26. Glowing: true
  27. Commands:
  28. Options:
  29. Message: ''
  30. Whitelist-Worlds:
  31. Toggle: false
  32. Message: ''
  33. Worlds:
  34. - 'main'
  35. Permission:
  36. Whitelist-Permission:
  37. Toggle: false
  38. Node: 'rank'
  39. Blacklist-Permissions:
  40. Toggle: true
  41. Message: ''
  42. Permissions:
  43. Limiter:
  44. Toggle: false
  45. Limit: 10
  46. Two-Step-Authentlication:
  47. Toggle: false
  48. Sound:
  49. Toggle: true
  50. Sounds:
  51. - 'CLICK'
  52. Firework:
  53. Toggle: true
  54. Colors: 'Black, Gray, Red'
  55.  
  56.  
  57. MoonRank:
  58. Item: 'IRON_INGOT'
  59. Name: '&8&l>&7&l>&cMoon Rank&7&l<&8&l<'
  60. Lore:
  61. - '&7Use this voucher to get &cMoon rank!.'
  62. - '&7&l(&6&l!&7&l) &7Right click to redeem.'
  63. Glowing: true
  64. Commands:
  65. - 'lp user %player% parent add moon'
  66. Options:
  67. Message: '&7Congratulation, you have just got Moon rank!'
  68. Whitelist-Worlds:
  69. Toggle: false
  70. Message: '&cYou can not use that voucher here as you are not in a whitelisted world for this voucher.'
  71. Worlds:
  72. - 'main'
  73. Permission:
  74. Whitelist-Permission:
  75. Toggle: false
  76. Node: 'rank'
  77. Blacklist-Permissions:
  78. Toggle: true
  79. Message: '&cYou cant you this rank since you have this rank or a higher rank'
  80. Permissions:
  81. - 'voucher.blacklist.MoonRank'
  82. Limiter:
  83. Toggle: false
  84. Limit: 10
  85. Two-Step-Authentlication:
  86. Toggle: false
  87. Sound:
  88. Toggle: true
  89. Sounds:
  90. - 'CLICK'
  91. Firework:
  92. Toggle: true
  93. Colors: 'Black, Gray, Red'
  94.  
  95. StarRank:
  96. Item: 'SLIME_BALL'
  97. Name: '&8&l>&7&l>&aStar Rank&7&l<&8&l<'
  98. Lore:
  99. - '&7Use this voucher to get &aStar &7rank!.'
  100. - '&7&l(&6&l!&7&l) &7Right click to redeem.'
  101. Glowing: true
  102. Commands:
  103. - 'lp user %player% parent add star'
  104. Options:
  105. Message: '&7Congratulation, you have just got &aStar &7rank!'
  106. Whitelist-Worlds:
  107. Toggle: false
  108. Message: '&cYou can not use that voucher here as you are not in a whitelisted world for this voucher.'
  109. Worlds:
  110. - 'main'
  111. Permission:
  112. Whitelist-Permission:
  113. Toggle: false
  114. Node: 'rank'
  115. Blacklist-Permissions:
  116. Toggle: true
  117. Message: '&cYou cant you this rank since you have this rank or a higher rank'
  118. Permissions:
  119. Limiter:
  120. Toggle: false
  121. Limit: 10
  122. Two-Step-Authentlication:
  123. Toggle: false
  124. Sound:
  125. Toggle: true
  126. Sounds:
  127. - 'CLICK'
  128. Firework:
  129. Toggle: true
  130. Colors: 'Black, Gray, Red'
  131.  
  132.  
  133. SunRank:
  134. Item: 'DOUBLE_PLANT'
  135. Name: '&8&l>&7&l>&eSun Rank&7&l<&8&l<'
  136. Lore:
  137. - '&7Use this voucher to get &eSun &7rank!.'
  138. - '&7&l(&6&l!&7&l) &7Right click to redeem.'
  139. Glowing: true
  140. Commands:
  141. - 'lp user %player% parent add sun'
  142. Options:
  143. Message: '&7Congratulation, you have just got &eSun &7rank!'
  144. Whitelist-Worlds:
  145. Toggle: false
  146. Message: '&cYou can not use that voucher here as you are not in a whitelisted world for this voucher.'
  147. Worlds:
  148. - 'main'
  149. Permission:
  150. Whitelist-Permission:
  151. Toggle: false
  152. Node: 'rank'
  153. Blacklist-Permissions:
  154. Toggle: true
  155. Message: '&cYou cant you this rank since you have this rank or a higher rank'
  156. Permissions:
  157. Limiter:
  158. Toggle: false
  159. Limit: 10
  160. Two-Step-Authentlication:
  161. Toggle: false
  162. Sound:
  163. Toggle: true
  164. Sounds:
  165. - 'CLICK'
  166. Firework:
  167. Toggle: true
  168. Colors: 'Black, Gray, Red'
  169.  
  170.  
  171. SuperNovaRank:
  172. Item: 'ENDER_PEARL'
  173. Name: '&8&l>&7&l>&5SuperNova Rank&7&l<&8&l<'
  174. Lore:
  175. - '&7Use this voucher to get &5SuperNova &7rank!.'
  176. - '&7&l(&6&l!&7&l) &7Right click to redeem.'
  177. Glowing: true
  178. Commands:
  179. - 'lp user %player% parent add supernova'
  180. Options:
  181. Message: '&7Congratulation, you have just got &5SuperNova &7rank!'
  182. Whitelist-Worlds:
  183. Toggle: false
  184. Message: '&cYou can not use that voucher here as you are not in a whitelisted world for this voucher.'
  185. Worlds:
  186. - 'main'
  187. Permission:
  188. Whitelist-Permission:
  189. Toggle: false
  190. Node: 'rank'
  191. Blacklist-Permissions:
  192. Toggle: true
  193. Message: '&cYou cant you this rank since you have this rank or a higher rank'
  194. Permissions:
  195. Limiter:
  196. Toggle: false
  197. Limit: 10
  198. Two-Step-Authentlication:
  199. Toggle: false
  200. Sound:
  201. Toggle: true
  202. Sounds:
  203. - 'CLICK'
  204. Firework:
  205. Toggle: true
  206. Colors: 'Black, Gray, Red'
  207.  
  208. GalaxyRank:
  209. Item: 'EYE_OF_ENDER'
  210. Name: '&8&l>&7&l>&3Galaxy Rank&7&l<&8&l<'
  211. Lore:
  212. - '&7Use this voucher to get &3Galaxy &7rank!.'
  213. - '&7&l(&6&l!&7&l) &7Right click to redeem.'
  214. Glowing: true
  215. Commands:
  216. - 'lp user %player% parent add galaxy'
  217. Options:
  218. Message: '&7Congratulation, you have just got &3Galaxy &7rank!'
  219. Whitelist-Worlds:
  220. Toggle: false
  221. Message: '&cYou can not use that voucher here as you are not in a whitelisted world for this voucher.'
  222. Worlds:
  223. - 'main'
  224. Permission:
  225. Whitelist-Permission:
  226. Toggle: false
  227. Node: 'rank'
  228. Blacklist-Permissions:
  229. Toggle: true
  230. Message: '&cYou cant you this rank since you have this rank or a higher rank'
  231. Permissions:
  232. Limiter:
  233. Toggle: false
  234. Limit: 10
  235. Two-Step-Authentlication:
  236. Toggle: false
  237. Sound:
  238. Toggle: true
  239. Sounds:
  240. - 'CLICK'
  241. Firework:
  242. Toggle: true
  243. Colors: 'Black, Gray, Red'
  244.  
  245. Kits:
  246. Item: '166'
  247. Name: '&c&lKits:'
  248. Lore:
  249. Glowing: true
  250. Commands:
  251. Options:
  252. Message: ''
  253. Whitelist-Worlds:
  254. Toggle: false
  255. Message: ''
  256. Worlds:
  257. - 'main'
  258. Permission:
  259. Whitelist-Permission:
  260. Toggle: false
  261. Node: 'rank'
  262. Blacklist-Permissions:
  263. Toggle: true
  264. Message: ''
  265. Permissions:
  266. Limiter:
  267. Toggle: false
  268. Limit: 10
  269. Two-Step-Authentlication:
  270. Toggle: false
  271. Sound:
  272. Toggle: true
  273. Sounds:
  274. - 'CLICK'
  275. Firework:
  276. Toggle: true
  277. Colors: 'Black, Gray, Red'
  278.  
  279. MoonKit:
  280. Item: 'IRON_INGOT'
  281. Name: '&8&l>&7&l>&cMoon Kit &7&l<&8&l<'
  282. Lore:
  283. - '&7Use this voucher to get &cMoon Kit!.'
  284. - '&7&l(&6&l!&7&l) &7Right click to redeem.'
  285. Glowing: true
  286. Commands:
  287. - 'ekit moon %player%'
  288. Options:
  289. Message: '&7Congratulation, you have just got Moon Kit!'
  290. Whitelist-Worlds:
  291. Toggle: false
  292. Message: '&cYou can not use that voucher here as you are not in a whitelisted world for this voucher.'
  293. Worlds:
  294. - 'main'
  295. Permission:
  296. Whitelist-Permission:
  297. Toggle: false
  298. Node: 'rank'
  299. Blacklist-Permissions:
  300. Toggle: true
  301. Message: ''
  302. Permissions:
  303. Limiter:
  304. Toggle: false
  305. Limit: 10
  306. Two-Step-Authentlication:
  307. Toggle: false
  308. Sound:
  309. Toggle: true
  310. Sounds:
  311. - 'CLICK'
  312. Firework:
  313. Toggle: true
  314. Colors: 'Black, Gray, Red'
  315.  
  316. StarKit:
  317. Item: '359'
  318. Name: '&8&l>&7&l>&aStar Kit &7&l<&8&l<'
  319. Lore:
  320. - '&7Use this voucher to get &aStar &7Kit!.'
  321. - '&7&l(&6&l!&7&l) &7Right click to redeem.'
  322. Glowing: true
  323. Commands:
  324. - 'ekit star %player%'
  325. Options:
  326. Message: '&7Congratulation, you have just got &aStar &7Kit!'
  327. Whitelist-Worlds:
  328. Toggle: false
  329. Message: '&cYou can not use that voucher here as you are not in a whitelisted world for this voucher.'
  330. Worlds:
  331. - 'main'
  332. Permission:
  333. Whitelist-Permission:
  334. Toggle: false
  335. Node: 'kit'
  336. Blacklist-Permissions:
  337. Toggle: true
  338. Message: ''
  339. Permissions:
  340. Limiter:
  341. Toggle: false
  342. Limit: 10
  343. Two-Step-Authentlication:
  344. Toggle: false
  345. Sound:
  346. Toggle: true
  347. Sounds:
  348. - 'CLICK'
  349. Firework:
  350. Toggle: true
  351. Colors: 'Black, Gray, Red'
  352.  
  353. SunKit:
  354. Item: '370'
  355. Name: '&8&l>&7&l>&eSun Kit &7&l<&8&l<'
  356. Lore:
  357. - '&7Use this voucher to get &eSun &7kit!.'
  358. - '&7&l(&6&l!&7&l) &7Right click to redeem.'
  359. Glowing: true
  360. Commands:
  361. - 'ekit sun %player%'
  362. Options:
  363. Message: '&7Congratulation, you have just got &eSun &7Kit!'
  364. Whitelist-Worlds:
  365. Toggle: false
  366. Message: '&cYou can not use that voucher here as you are not in a whitelisted world for this voucher.'
  367. Worlds:
  368. - 'main'
  369. Permission:
  370. Whitelist-Permission:
  371. Toggle: false
  372. Node: 'kit'
  373. Blacklist-Permissions:
  374. Toggle: true
  375. Message: ''
  376. Permissions:
  377. Limiter:
  378. Toggle: false
  379. Limit: 10
  380. Two-Step-Authentlication:
  381. Toggle: false
  382. Sound:
  383. Toggle: true
  384. Sounds:
  385. - 'CLICK'
  386. Firework:
  387. Toggle: true
  388. Colors: 'Black, Gray, Red'
  389.  
  390.  
  391. SuperNovaKit:
  392. Item: '382'
  393. Name: '&8&l>&7&l>&5SuperNova Kit&7&l<&8&l<'
  394. Lore:
  395. - '&7Use this voucher to get &5SuperNova &7Kit!.'
  396. - '&7&l(&6&l!&7&l) &7Right click to redeem.'
  397. Glowing: true
  398. Commands:
  399. - 'ekit SuperNova %player%'
  400. Options:
  401. Message: '&7Congratulation, you have just got &5SuperNova &7Kit!'
  402. Whitelist-Worlds:
  403. Toggle: false
  404. Message: '&cYou can not use that voucher here as you are not in a whitelisted world for this voucher.'
  405. Worlds:
  406. - 'main'
  407. Permission:
  408. Whitelist-Permission:
  409. Toggle: false
  410. Node: 'kit'
  411. Blacklist-Permissions:
  412. Toggle: true
  413. Message: ''
  414. Permissions:
  415. Limiter:
  416. Toggle: false
  417. Limit: 10
  418. Two-Step-Authentlication:
  419. Toggle: false
  420. Sound:
  421. Toggle: true
  422. Sounds:
  423. - 'CLICK'
  424. Firework:
  425. Toggle: true
  426. Colors: 'Black, Gray, Red'
  427.  
  428.  
  429. GalaxyKit:
  430. Item: '420'
  431. Name: '&8&l>&7&l>&3Galaxy Kit &7&l<&8&l<'
  432. Lore:
  433. - '&7Use this voucher to get &3Galaxy &7Kit!.'
  434. - '&7&l(&6&l!&7&l) &7Right click to redeem.'
  435. Glowing: true
  436. Commands:
  437. - 'ekit galaxy %player%'
  438. Options:
  439. Message: '&7Congratulation, you have just got &3Galaxy &7Kit!'
  440. Whitelist-Worlds:
  441. Toggle: false
  442. Message: '&cYou can not use that voucher here as you are not in a whitelisted world for this voucher.'
  443. Worlds:
  444. - 'main'
  445. Permission:
  446. Whitelist-Permission:
  447. Toggle: false
  448. Node: 'kit'
  449. Blacklist-Permissions:
  450. Toggle: true
  451. Message: ''
  452. Permissions:
  453. Limiter:
  454. Toggle: false
  455. Limit: 10
  456. Two-Step-Authentlication:
  457. Toggle: false
  458. Sound:
  459. Toggle: true
  460. Sounds:
  461. - 'CLICK'
  462. Firework:
  463. Toggle: true
  464. Colors: 'Black, Gray, Red'
  465.  
  466. Money:
  467. Item: '166'
  468. Name: '&c&lMoney:'
  469. Lore:
  470. Glowing: true
  471. Commands:
  472. Options:
  473. Message: ''
  474. Whitelist-Worlds:
  475. Toggle: false
  476. Message: ''
  477. Worlds:
  478. - 'main'
  479. Permission:
  480. Whitelist-Permission:
  481. Toggle: false
  482. Node: 'rank'
  483. Blacklist-Permissions:
  484. Toggle: true
  485. Message: ''
  486. Permissions:
  487. Limiter:
  488. Toggle: false
  489. Limit: 10
  490. Two-Step-Authentlication:
  491. Toggle: false
  492. Sound:
  493. Toggle: true
  494. Sounds:
  495. - 'CLICK'
  496. Firework:
  497. Toggle: true
  498. Colors: 'Black, Gray, Red'
  499.  
  500.  
  501.  
  502. 200kBal:
  503. Item: '339'
  504. Name: '&8&l>&7&l>§6&lMoney Voucher&7&l<&8&l<'
  505. Lore:
  506. - '&7Use this voucher to get §6&l200K!.'
  507. - '&7&l(&6&l!&7&l) &7Right click to redeem.'
  508. Glowing: true
  509. Commands:
  510. - 'eco give %player% 200000'
  511. Options:
  512. Message: '&7Congratulation, you have just got §6&l200K!'
  513. Whitelist-Worlds:
  514. Toggle: false
  515. Message: '&cYou can not use that voucher here as you are not in a whitelisted world for this voucher.'
  516. Worlds:
  517. - 'main'
  518. Permission:
  519. Whitelist-Permission:
  520. Toggle: false
  521. Node: 'kit'
  522. Blacklist-Permissions:
  523. Toggle: true
  524. Message: ''
  525. Permissions:
  526. Limiter:
  527. Toggle: false
  528. Limit: 10
  529. Two-Step-Authentlication:
  530. Toggle: false
  531. Sound:
  532. Toggle: true
  533. Sounds:
  534. - 'CLICK'
  535. Firework:
  536. Toggle: false
  537. Colors: 'Black, Gray, Red'
  538.  
  539. 300kBal:
  540. Item: '339'
  541. Name: '&8&l>&7&l>§6&lMoney Voucher&7&l<&8&l<'
  542. Lore:
  543. - '&7Use this voucher to get §6&l300K!.'
  544. - '&7&l(&6&l!&7&l) &7Right click to redeem.'
  545. Glowing: true
  546. Commands:
  547. - 'eco give %player% 300000'
  548. Options:
  549. Message: '&7Congratulation, you have just got §6&300K!'
  550. Whitelist-Worlds:
  551. Toggle: false
  552. Message: '&cYou can not use that voucher here as you are not in a whitelisted world for this voucher.'
  553. Worlds:
  554. - 'main'
  555. Permission:
  556. Whitelist-Permission:
  557. Toggle: false
  558. Node: 'kit'
  559. Blacklist-Permissions:
  560. Toggle: true
  561. Message: ''
  562. Permissions:
  563. Limiter:
  564. Toggle: false
  565. Limit: 10
  566. Two-Step-Authentlication:
  567. Toggle: false
  568. Sound:
  569. Toggle: true
  570. Sounds:
  571. - 'CLICK'
  572. Firework:
  573. Toggle: false
  574. Colors: 'Black, Gray, Red'
  575.  
  576.  
  577. 400kBal:
  578. Item: '339'
  579. Name: '&8&l>&7&l>§6&lMoney Voucher&7&l<&8&l<'
  580. Lore:
  581. - '&7Use this voucher to get §6&l400K!.'
  582. - '&7&l(&6&l!&7&l) &7Right click to redeem.'
  583. Glowing: true
  584. Commands:
  585. - 'eco give %player% 400000'
  586. Options:
  587. Message: '&7Congratulation, you have just got §6&400K!'
  588. Whitelist-Worlds:
  589. Toggle: false
  590. Message: '&cYou can not use that voucher here as you are not in a whitelisted world for this voucher.'
  591. Worlds:
  592. - 'main'
  593. Permission:
  594. Whitelist-Permission:
  595. Toggle: false
  596. Node: 'kit'
  597. Blacklist-Permissions:
  598. Toggle: true
  599. Message: ''
  600. Permissions:
  601. Limiter:
  602. Toggle: false
  603. Limit: 10
  604. Two-Step-Authentlication:
  605. Toggle: false
  606. Sound:
  607. Toggle: true
  608. Sounds:
  609. - 'CLICK'
  610. Firework:
  611. Toggle: false
  612. Colors: 'Black, Gray, Red'
  613.  
  614. 500kBal:
  615. Item: '339'
  616. Name: '&8&l>&7&l>§6&lMoney Voucher&7&l<&8&l<'
  617. Lore:
  618. - '&7Use this voucher to get §6&l500K!.'
  619. - '&7&l(&6&l!&7&l) &7Right click to redeem.'
  620. Glowing: true
  621. Commands:
  622. - 'eco give %player% 500000'
  623. Options:
  624. Message: '&7Congratulation, you have just got §6&l500K!'
  625. Whitelist-Worlds:
  626. Toggle: false
  627. Message: '&cYou can not use that voucher here as you are not in a whitelisted world for this voucher.'
  628. Worlds:
  629. - 'main'
  630. Permission:
  631. Whitelist-Permission:
  632. Toggle: false
  633. Node: 'kit'
  634. Blacklist-Permissions:
  635. Toggle: true
  636. Message: ''
  637. Permissions:
  638. Limiter:
  639. Toggle: false
  640. Limit: 10
  641. Two-Step-Authentlication:
  642. Toggle: false
  643. Sound:
  644. Toggle: true
  645. Sounds:
  646. - 'CLICK'
  647. Firework:
  648. Toggle: false
  649. Colors: 'Black, Gray, Red'
  650. 600kBal:
  651. Item: '339'
  652. Name: '&8&l>&7&l>§6&lMoney Voucher&7&l<&8&l<'
  653. Lore:
  654. - '&7Use this voucher to get §6&l600K!.'
  655. - '&7&l(&6&l!&7&l) &7Right click to redeem.'
  656. Glowing: true
  657. Commands:
  658. - 'eco give %player% 600000'
  659. Options:
  660. Message: '&7Congratulation, you have just got §6&l600K!'
  661. Whitelist-Worlds:
  662. Toggle: false
  663. Message: '&cYou can not use that voucher here as you are not in a whitelisted world for this voucher.'
  664. Worlds:
  665. - 'main'
  666. Permission:
  667. Whitelist-Permission:
  668. Toggle: false
  669. Node: 'kit'
  670. Blacklist-Permissions:
  671. Toggle: true
  672. Message: ''
  673. Permissions:
  674. Limiter:
  675. Toggle: false
  676. Limit: 10
  677. Two-Step-Authentlication:
  678. Toggle: false
  679. Sound:
  680. Toggle: true
  681. Sounds:
  682. - 'CLICK'
  683. Firework:
  684. Toggle: false
  685. Colors: 'Black, Gray, Red'
  686. 700kBal:
  687. Item: '339'
  688. Name: '&8&l>&7&l>§6&lMoney Voucher&7&l<&8&l<'
  689. Lore:
  690. - '&7Use this voucher to get §6&l700K!.'
  691. - '&7&l(&6&l!&7&l) &7Right click to redeem.'
  692. Glowing: true
  693. Commands:
  694. - 'eco give %player% 700000'
  695. Options:
  696. Message: '&7Congratulation, you have just got §6&l200K!'
  697. Whitelist-Worlds:
  698. Toggle: false
  699. Message: '&cYou can not use that voucher here as you are not in a whitelisted world for this voucher.'
  700. Worlds:
  701. - 'main'
  702. Permission:
  703. Whitelist-Permission:
  704. Toggle: false
  705. Node: 'kit'
  706. Blacklist-Permissions:
  707. Toggle: true
  708. Message: ''
  709. Permissions:
  710. Limiter:
  711. Toggle: false
  712. Limit: 10
  713. Two-Step-Authentlication:
  714. Toggle: false
  715. Sound:
  716. Toggle: true
  717. Sounds:
  718. - 'CLICK'
  719. Firework:
  720. Toggle: false
  721. Colors: 'Black, Gray, Red'
  722. 800kBal:
  723. Item: '339'
  724. Name: '&8&l>&7&l>§6&lMoney Voucher&7&l<&8&l<'
  725. Lore:
  726. - '&7Use this voucher to get §6&l800K!.'
  727. - '&7&l(&6&l!&7&l) &7Right click to redeem.'
  728. Glowing: true
  729. Commands:
  730. - 'eco give %player% 800000'
  731. Options:
  732. Message: '&7Congratulation, you have just got §6&l800K!'
  733. Whitelist-Worlds:
  734. Toggle: false
  735. Message: '&cYou can not use that voucher here as you are not in a whitelisted world for this voucher.'
  736. Worlds:
  737. - 'main'
  738. Permission:
  739. Whitelist-Permission:
  740. Toggle: false
  741. Node: 'kit'
  742. Blacklist-Permissions:
  743. Toggle: true
  744. Message: ''
  745. Permissions:
  746. Limiter:
  747. Toggle: false
  748. Limit: 10
  749. Two-Step-Authentlication:
  750. Toggle: false
  751. Sound:
  752. Toggle: true
  753. Sounds:
  754. - 'CLICK'
  755. Firework:
  756. Toggle: false
  757. Colors: 'Black, Gray, Red'
  758. 900kBal:
  759. Item: '339'
  760. Name: '&8&l>&7&l>§6&lMoney Voucher&7&l<&8&l<'
  761. Lore:
  762. - '&7Use this voucher to get §6&l900K!.'
  763. - '&7&l(&6&l!&7&l) &7Right click to redeem.'
  764. Glowing: true
  765. Commands:
  766. - 'eco give %player% 900000'
  767. Options:
  768. Message: '&7Congratulation, you have just got §6&l900K!'
  769. Whitelist-Worlds:
  770. Toggle: false
  771. Message: '&cYou can not use that voucher here as you are not in a whitelisted world for this voucher.'
  772. Worlds:
  773. - 'main'
  774. Permission:
  775. Whitelist-Permission:
  776. Toggle: false
  777. Node: 'kit'
  778. Blacklist-Permissions:
  779. Toggle: true
  780. Message: ''
  781. Permissions:
  782. Limiter:
  783. Toggle: false
  784. Limit: 10
  785. Two-Step-Authentlication:
  786. Toggle: false
  787. Sound:
  788. Toggle: true
  789. Sounds:
  790. - 'CLICK'
  791. Firework:
  792. Toggle: false
  793. Colors: 'Black, Gray, Red'
  794.  
  795. Money2:
  796. Item: '166'
  797. Name: '&c&lMoney:'
  798. Lore:
  799. Glowing: true
  800. Commands:
  801. Options:
  802. Message: ''
  803. Whitelist-Worlds:
  804. Toggle: false
  805. Message: ''
  806. Worlds:
  807. - 'main'
  808. Permission:
  809. Whitelist-Permission:
  810. Toggle: false
  811. Node: 'rank'
  812. Blacklist-Permissions:
  813. Toggle: true
  814. Message: ''
  815. Permissions:
  816. Limiter:
  817. Toggle: false
  818. Limit: 10
  819. Two-Step-Authentlication:
  820. Toggle: false
  821. Sound:
  822. Toggle: true
  823. Sounds:
  824. - 'CLICK'
  825. Firework:
  826. Toggle: true
  827. Colors: 'Black, Gray, Red'
  828. 1MBal:
  829. Item: '339'
  830. Name: '&8&l>&7&l>§6&lMoney Voucher&7&l<&8&l<'
  831. Lore:
  832. - '&7Use this voucher to get §6&l1M!.'
  833. - '&7&l(&6&l!&7&l) &7Right click to redeem.'
  834. Glowing: true
  835. Commands:
  836. - 'eco give %player% 1000000'
  837. Options:
  838. Message: '&7Congratulation, you have just got §6&l1M!'
  839. Whitelist-Worlds:
  840. Toggle: false
  841. Message: '&cYou can not use that voucher here as you are not in a whitelisted world for this voucher.'
  842. Worlds:
  843. - 'main'
  844. Permission:
  845. Whitelist-Permission:
  846. Toggle: false
  847. Node: 'kit'
  848. Blacklist-Permissions:
  849. Toggle: true
  850. Message: ''
  851. Permissions:
  852. Limiter:
  853. Toggle: false
  854. Limit: 10
  855. Two-Step-Authentlication:
  856. Toggle: false
  857. Sound:
  858. Toggle: true
  859. Sounds:
  860. - 'CLICK'
  861. Firework:
  862. Toggle: false
  863. Colors: 'Black, Gray, Red'
  864. 5Mbal:
  865. Item: '339'
  866. Name: '&8&l>&7&l>§6&lMoney Voucher&7&l<&8&l<'
  867. Lore:
  868. - '&7Use this voucher to get §6&l5M!.'
  869. - '&7&l(&6&l!&7&l) &7Right click to redeem.'
  870. Glowing: true
  871. Commands:
  872. - 'eco give %player% 5000000'
  873. Options:
  874. Message: '&7Congratulation, you have just got §6&l5M!'
  875. Whitelist-Worlds:
  876. Toggle: false
  877. Message: '&cYou can not use that voucher here as you are not in a whitelisted world for this voucher.'
  878. Worlds:
  879. - 'main'
  880. Permission:
  881. Whitelist-Permission:
  882. Toggle: false
  883. Node: 'money'
  884. Blacklist-Permissions:
  885. Toggle: true
  886. Message: ''
  887. Permissions:
  888. Limiter:
  889. Toggle: false
  890. Limit: 10
  891. Two-Step-Authentlication:
  892. Toggle: false
  893. Sound:
  894. Toggle: true
  895. Sounds:
  896. - 'CLICK'
  897. Firework:
  898. Toggle: false
  899. Colors: 'Black, Gray, Red'
  900. 10MBal:
  901. Item: '339'
  902. Name: '&8&l>&7&l>§6&lMoney Voucher&7&l<&8&l<'
  903. Lore:
  904. - '&7Use this voucher to get §6&l10M!.'
  905. - '&7&l(&6&l!&7&l) &7Right click to redeem.'
  906. Glowing: true
  907. Commands:
  908. - 'eco give %player% 10000000'
  909. Options:
  910. Message: '&7Congratulation, you have just got §6&l10M!'
  911. Whitelist-Worlds:
  912. Toggle: false
  913. Message: '&cYou can not use that voucher here as you are not in a whitelisted world for this voucher.'
  914. Worlds:
  915. - 'main'
  916. Permission:
  917. Whitelist-Permission:
  918. Toggle: false
  919. Node: 'money'
  920. Blacklist-Permissions:
  921. Toggle: true
  922. Message: ''
  923. Permissions:
  924. Limiter:
  925. Toggle: false
  926. Limit: 10
  927. Two-Step-Authentlication:
  928. Toggle: false
  929. Sound:
  930. Toggle: true
  931. Sounds:
  932. - 'CLICK'
  933. Firework:
  934. Toggle: false
  935. Colors: 'Black, Gray, Red'
  936. 15MBal:
  937. Item: '339'
  938. Name: '&8&l>&7&l>§6&lMoney Voucher&7&l<&8&l<'
  939. Lore:
  940. - '&7Use this voucher to get §6&l15M!.'
  941. - '&7&l(&6&l!&7&l) &7Right click to redeem.'
  942. Glowing: true
  943. Commands:
  944. - 'eco give %player% 15000000'
  945. Options:
  946. Message: '&7Congratulation, you have just got §6&l15M!'
  947. Whitelist-Worlds:
  948. Toggle: false
  949. Message: '&cYou can not use that voucher here as you are not in a whitelisted world for this voucher.'
  950. Worlds:
  951. - 'main'
  952. Permission:
  953. Whitelist-Permission:
  954. Toggle: false
  955. Node: 'kit'
  956. Blacklist-Permissions:
  957. Toggle: true
  958. Message: ''
  959. Permissions:
  960. Limiter:
  961. Toggle: false
  962. Limit: 10
  963. Two-Step-Authentlication:
  964. Toggle: false
  965. Sound:
  966. Toggle: true
  967. Sounds:
  968. - 'CLICK'
  969. Firework:
  970. Toggle: false
  971. Colors: 'Black, Gray, Red'
  972. Tags:
  973. Item: '166'
  974. Name: '&c&lTags:'
  975. Lore:
  976. Glowing: true
  977. Commands:
  978. Options:
  979. Message: ''
  980. Whitelist-Worlds:
  981. Toggle: false
  982. Message: ''
  983. Worlds:
  984. - 'main'
  985. Permission:
  986. Whitelist-Permission:
  987. Toggle: false
  988. Node: 'rank'
  989. Blacklist-Permissions:
  990. Toggle: true
  991. Message: ''
  992. Permissions:
  993. Limiter:
  994. Toggle: false
  995. Limit: 10
  996. Two-Step-Authentlication:
  997. Toggle: false
  998. Sound:
  999. Toggle: true
  1000. Sounds:
  1001. - 'CLICK'
  1002. Firework:
  1003. Toggle: true
  1004. Colors: 'Black, Gray, Red'
  1005. Tag$$$:
  1006. Item: '421'
  1007. Name: '&8&l>&7&l>§2&l$$$ &f&lNameTag Voucher&7&l<&8&l<'
  1008. Lore:
  1009. - '&7Use this voucher to get §2&l$$$ &f&lNameTag!'
  1010. - '&7&l(&6&l!&7&l) &7Right click to redeem.'
  1011. Glowing: true
  1012. Commands:
  1013. - 'pex user %player% add deluxetags.tag.$$$'
  1014. Options:
  1015. Message: '&7Congratulation, you have just got §2&l$$$ &f&lNameTag!.'
  1016. Whitelist-Worlds:
  1017. Toggle: false
  1018. Message: '&cYou can not use that voucher here as you are not in a whitelisted world for this voucher.'
  1019. Worlds:
  1020. - 'main'
  1021. Permission:
  1022. Whitelist-Permission:
  1023. Toggle: false
  1024. Node: 'money'
  1025. Blacklist-Permissions:
  1026. Toggle: true
  1027. Message: ''
  1028. Permissions:
  1029. Limiter:
  1030. Toggle: false
  1031. Limit: 10
  1032. Two-Step-Authentlication:
  1033. Toggle: false
  1034. Sound:
  1035. Toggle: true
  1036. Sounds:
  1037. - 'CLICK'
  1038. Firework:
  1039. Toggle: false
  1040. Colors: 'Black, Gray, Red'
  1041. TagNoYou:
  1042. Item: '421'
  1043. Name: '&8&l>&7&l>§4&lNo, &4&lYou &f&lNameTag &f&lVoucher&7&l<&8&l<'
  1044. Lore:
  1045. - '&7Use this voucher to get §4&lNo, You &f&lNameTag!'
  1046. - '&7&l(&6&l!&7&l) &7Right click to redeem.'
  1047. Glowing: true
  1048. Commands:
  1049. - 'pex user %player% add deluxetags.tag.NoYou'
  1050. Options:
  1051. Message: '&7Congratulation, you have just got §4&lNo, You &f&lNameTag!.'
  1052. Whitelist-Worlds:
  1053. Toggle: false
  1054. Message: '&cYou can not use that voucher here as you are not in a whitelisted world for this voucher.'
  1055. Worlds:
  1056. - 'main'
  1057. Permission:
  1058. Whitelist-Permission:
  1059. Toggle: false
  1060. Node: 'money'
  1061. Blacklist-Permissions:
  1062. Toggle: true
  1063. Message: ''
  1064. Permissions:
  1065. Limiter:
  1066. Toggle: false
  1067. Limit: 10
  1068. Two-Step-Authentlication:
  1069. Toggle: false
  1070. Sound:
  1071. Toggle: true
  1072. Sounds:
  1073. - 'CLICK'
  1074. Firework:
  1075. Toggle: false
  1076. Colors: 'Black, Gray, Red'
  1077. TagBestPlayer:
  1078. Item: '421'
  1079. Name: '&8&l>&7&l>§4&lBestPlayer &f&lNameTag &f&lVoucher&7&l<&8&l<'
  1080. Lore:
  1081. - '&7Use this voucher to get §4&lBestPlayer &f&lNameTag!'
  1082. - '&7&l(&6&l!&7&l) &7Right click to redeem.'
  1083. Glowing: true
  1084. Commands:
  1085. - 'pex user %player% add deluxetags.tag.BestPlayer'
  1086. Options:
  1087. Message: '&7Congratulation, you have just got §4&lBestPlayer &f&lNameTag!.'
  1088. Whitelist-Worlds:
  1089. Toggle: false
  1090. Message: '&cYou can not use that voucher here as you are not in a whitelisted world for this voucher.'
  1091. Worlds:
  1092. - 'main'
  1093. Permission:
  1094. Whitelist-Permission:
  1095. Toggle: false
  1096. Node: 'money'
  1097. Blacklist-Permissions:
  1098. Toggle: true
  1099. Message: ''
  1100. Permissions:
  1101. Limiter:
  1102. Toggle: false
  1103. Limit: 10
  1104. Two-Step-Authentlication:
  1105. Toggle: false
  1106. Sound:
  1107. Toggle: true
  1108. Sounds:
  1109. - 'CLICK'
  1110. Firework:
  1111. Toggle: false
  1112. Colors: 'Black, Gray, Red'
  1113. TagSPACEBOI:
  1114. Item: '421'
  1115. Name: '&8&l>&7&l>§8&lSPACEBOI &f&lNameTag &f&lVoucher&7&l<&8&l<'
  1116. Lore:
  1117. - '&7Use this voucher to get §8&lSPACEBOI &f&lNameTag!'
  1118. - '&7&l(&6&l!&7&l) &7Right click to redeem.'
  1119. Glowing: true
  1120. Commands:
  1121. - 'pex user %player% add deluxetags.tag.SPACEBOI'
  1122. Options:
  1123. Message: '&7Congratulation, you have just got §8&lSPACEBOI &f&lNameTag!.'
  1124. Whitelist-Worlds:
  1125. Toggle: false
  1126. Message: '&cYou can not use that voucher here as you are not in a whitelisted world for this voucher.'
  1127. Worlds:
  1128. - 'main'
  1129. Permission:
  1130. Whitelist-Permission:
  1131. Toggle: false
  1132. Node: 'money'
  1133. Blacklist-Permissions:
  1134. Toggle: true
  1135. Message: ''
  1136. Permissions:
  1137. Limiter:
  1138. Toggle: false
  1139. Limit: 10
  1140. Two-Step-Authentlication:
  1141. Toggle: false
  1142. Sound:
  1143. Toggle: true
  1144. Sounds:
  1145. - 'CLICK'
  1146. Firework:
  1147. Toggle: false
  1148. Colors: 'Black, Gray, Red'
  1149. TagNoLife:):
  1150. Item: '421'
  1151. Name: '&8&l>&7&l>§b&lNoLife(: &f&lNameTag &f&lVoucher&7&l<&8&l<'
  1152. Lore:
  1153. - '&7Use this voucher to get §b&lNoLife(: &f&lNameTag!'
  1154. - '&7&l(&6&l!&7&l) &7Right click to redeem.'
  1155. Glowing: true
  1156. Commands:
  1157. - 'pex user %player% add deluxetags.tag.NoLife(:'
  1158. Options:
  1159. Message: '&7Congratulation, you have just got §b&lNoLife(: &f&lNameTag!.'
  1160. Whitelist-Worlds:
  1161. Toggle: false
  1162. Message: '&cYou can not use that voucher here as you are not in a whitelisted world for this voucher.'
  1163. Worlds:
  1164. - 'main'
  1165. Permission:
  1166. Whitelist-Permission:
  1167. Toggle: false
  1168. Node: 'money'
  1169. Blacklist-Permissions:
  1170. Toggle: true
  1171. Message: ''
  1172. Permissions:
  1173. Limiter:
  1174. Toggle: false
  1175. Limit: 10
  1176. Two-Step-Authentlication:
  1177. Toggle: false
  1178. Sound:
  1179. Toggle: true
  1180. Sounds:
  1181. - 'CLICK'
  1182. Firework:
  1183. Toggle: false
  1184. Colors: 'Black, Gray, Red'
  1185. TagAstronaut:
  1186. Item: '421'
  1187. Name: '&8&l>&7&l>§1&lAstronaut &f&lNameTag &f&lVoucher&7&l<&8&l<'
  1188. Lore:
  1189. - '&7Use this voucher to get §1&lAstronaut &f&lNameTag!'
  1190. - '&7&l(&6&l!&7&l) &7Right click to redeem.'
  1191. Glowing: true
  1192. Commands:
  1193. - 'pex user %player% add deluxetags.tag.Astronaut'
  1194. Options:
  1195. Message: '&7Congratulation, you have just got §1&lAstronaut &f&lNameTag!.'
  1196. Whitelist-Worlds:
  1197. Toggle: false
  1198. Message: '&cYou can not use that voucher here as you are not in a whitelisted world for this voucher.'
  1199. Worlds:
  1200. - 'main'
  1201. Permission:
  1202. Whitelist-Permission:
  1203. Toggle: false
  1204. Node: 'money'
  1205. Blacklist-Permissions:
  1206. Toggle: true
  1207. Message: ''
  1208. Permissions:
  1209. Limiter:
  1210. Toggle: false
  1211. Limit: 10
  1212. Two-Step-Authentlication:
  1213. Toggle: false
  1214. Sound:
  1215. Toggle: true
  1216. Sounds:
  1217. - 'CLICK'
  1218. Firework:
  1219. Toggle: false
  1220. Colors: 'Black, Gray, Red'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement