Advertisement
Guest User

Voucher.sk

a guest
Jan 16th, 2019
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.29 KB | None | 0 0
  1. #-----Clicks Papers-----
  2.  
  3. on rightclick with paper:
  4. if event-item's name is "&d&lVoucher &6|| &C100 Clicks":
  5. remove 1 paper named "&d&lVoucher &6|| &C100 Clicks" with lore "&7Right Click to gain &8100 &7Clicks" from player's inventory
  6. add 100 to {clicks::%player%}
  7.  
  8. on rightclick with paper:
  9. if event-item's name is "&d&lVoucher &6|| &C10,000 Clicks":
  10. remove 1 paper named "&d&lVoucher &6|| &C10,000 Clicks" with lore "&7Right Click to gain &810,000 &7Clicks" from player's inventory
  11. add 10000 to {clicks::%player%}
  12.  
  13. on rightclick with paper:
  14. if event-item's name is "&d&lVoucher &6|| &C25,000 Clicks":
  15. remove 1 paper named "&d&lVoucher &6|| &C25,000 Clicks" with lore "&7Right Click to gain &825,000 &7Clicks" from player's inventory
  16. add 25000 to {clicks::%player%}
  17.  
  18. on rightclick with paper:
  19. if event-item's name is "&d&lVoucher &6|| &C50,000 Clicks":
  20. remove 1 paper named "&d&lVoucher &6|| &C50,000 Clicks" with lore "&7Right Click to gain &850,000 &7Clicks" from player's inventory
  21. add 50000 to {clicks::%player%}
  22.  
  23. on rightclick with paper:
  24. if event-item's name is "&d&lVoucher &6|| &C75,000 Clicks":
  25. remove 1 paper named "&d&lVoucher &6|| &C75,000 Clicks" with lore "&7Right Click to gain &875,000 &7Clicks" from player's inventory
  26. add 75000 to {clicks::%player%}
  27.  
  28. on rightclick with paper:
  29. if event-item's name is "&d&lVoucher &6|| &C100,000 Clicks":
  30. remove 1 paper named "&d&lVoucher &6|| &C100,000 Clicks" with lore "&7Right Click to gain &8100,000 &7Clicks" from player's inventory
  31. add 100000 to {clicks::%player%}
  32.  
  33. on rightclick with paper:
  34. if event-item's name is "&d&lVoucher &6|| &C250,000 Clicks":
  35. remove 1 paper named "&d&lVoucher &6|| &C250,000 Clicks" with lore "&7Right Click to gain &8250,000 &7Clicks" from player's inventory
  36. add 250000 to {clicks::%player%}
  37.  
  38. on rightclick with paper:
  39. if event-item's name is "&d&lVoucher &6|| &C500,000 Clicks":
  40. remove 1 paper named "&d&lVoucher &6|| &C500,000 Clicks" with lore "&7Right Click to gain &8500,000 &7Clicks" from player's inventory
  41. add 500000 to {clicks::%player%}
  42.  
  43. on rightclick with paper:
  44. if event-item's name is "&d&lVoucher &6|| &C1,000,000 Clicks":
  45. remove 1 paper named "&d&lVoucher &6|| &C1,000,000 Clicks" with lore "&7Right Click to gain &81,000,000 &7Clicks" from player's inventory
  46. add 1000000 to {clicks::%player%}
  47.  
  48. on rightclick with paper:
  49. if event-item's name is "&d&lVoucher &6|| &C2,500,000 Clicks":
  50. remove 1 paper named "&d&lVoucher &6|| &C2,500,000 Clicks" with lore "&7Right Click to gain &82,500,000 &7Clicks" from player's inventory
  51. add 2500000 to {clicks::%player%}
  52.  
  53. on rightclick with paper:
  54. if event-item's name is "&d&lVoucher &6|| &C5,000,000 Clicks":
  55. remove 1 paper named "&d&lVoucher &6|| &C5,000,000 Clicks" with lore "&7Right Click to gain &85,000,000 &7Clicks" from player's inventory
  56. add 5000000 to {clicks::%player%}
  57.  
  58. on rightclick with paper:
  59. if event-item's name is "&d&lVoucher &6|| &C10,000,000 Clicks":
  60. remove 1 paper named "&d&lVoucher &6|| &C10,000,000 Clicks" with lore "&7Right Click to gain &810,000,000 &7Clicks" from player's inventory
  61. add 10000000 to {clicks::%player%}
  62.  
  63. on rightclick with paper:
  64. if event-item's name is "&d&lVoucher &6|| &C25,000,000 Clicks":
  65. remove 1 paper named "&d&lVoucher &6|| &C25,000,000 Clicks" with lore "&7Right Click to gain &825,000,000 &7Clicks" from player's inventory
  66. add 25000000 to {clicks::%player%}
  67.  
  68. on rightclick with paper:
  69. if event-item's name is "&d&lVoucher &6|| &C50,000,000 Clicks":
  70. remove 1 paper named "&d&lVoucher &6|| &C50,000,000 Clicks" with lore "&7Right Click to gain &850,000,000 &7Clicks" from player's inventory
  71. add 50000000 to {clicks::%player%}
  72.  
  73. on rightclick with paper:
  74. if event-item's name is "&d&lVoucher &6|| &C100,000,000 Clicks":
  75. remove 1 paper named "&d&lVoucher &6|| &C100,000,000 Clicks" with lore "&7Right Click to gain &8100,000,000 &7Clicks" from player's inventory
  76. add 100000000 to {clicks::%player%}
  77.  
  78. #-----Rank Vouchers-----
  79.  
  80. on rightclick with paper:
  81. if event-item's name is "&8[&9&lI&8] &7&lRank":
  82. remove 1 paper named "&8[&9&lI&8] &7&lRank" with lore "&7Right Click to Redeem your Rank" from player's inventory
  83. execute console command "pex user %player% group add RankI"
  84.  
  85. on rightclick with paper:
  86. if event-item's name is "&8[&b&lII&8] &7&lRank":
  87. remove 1 paper named "&8[&b&lII&8] &7&lRank" with lore "&7Right Click to Redeem your Rank" from player's inventory
  88. execute console command "pex user %player% group add RankII"
  89.  
  90. on rightclick with paper:
  91. if event-item's name is "&8[&1&lIII&8] &7&lRank":
  92. remove 1 paper named "&8[&1&lIII&8] &7&lRank" with lore "&7Right Click to Redeem your Rank" from player's inventory
  93. execute console command "pex user %player% group add RankIII"
  94.  
  95. on rightclick with paper:
  96. if event-item's name is "&8[&3&lIV&8] &7&lRank":
  97. remove 1 paper named "&8[&3&lIV&8] &7&lRank" with lore "&7Right Click to Redeem your Rank" from player's inventory
  98. execute console command "pex user %player% group add RankIV"
  99.  
  100. #-----Suffixes-----
  101.  
  102. on rightclick with name_tag:
  103. if event-item's name is "&8[&dPrestige&8]":
  104. remove 1 name_tag named "&8[&dPrestige&8]" with lore "&7Right Click to Claim the &8[&dPrestige&8] &7Suffix" from player's inventory
  105. execute console command "pex user %player% add ""prestige.tag"""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement