Advertisement
Kicjow1

Untitled

Dec 8th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.90 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: '[&b&lGod&6&lWars&f]&7: ' #The prefix before messages.
  19. Updater: true
  20. Vouchers: #Where you make your vouchers.
  21. Mortal: #The name of the voucher.
  22. Item: '339' #The item the voucher is.
  23. Name: '&e&lRank "&8Mortal&e&l"' #The item name.
  24. Lore: #The item lore
  25. - '&7Use this voucher to gain the Mortal Rank'
  26. - '&7&l(&6&l!&7&l) &7Right click to redeem.'
  27. Glowing: false #Toggle if the item will have a glowing effect or not.
  28. Commands: #The commands that are run when redeemed.
  29. - 'pex user %Player% group set Mortal'
  30. Options: #The options
  31. Message: '&7You have just redeemed your Mortal VOucher GG!' #The message sent to the player when redeemed. Set to '' if no message needs sent.
  32. Permission: #Permission options.
  33. Whitelist-Permission: #The player needs this permission to use it.
  34. Toggle: false #Toggle the permission on or off.
  35. Node: 'money' #The permission node.
  36. Blacklist-Permissions: #If the player has any of these permissions then they can't use the voucher.
  37. Toggle: false #Toggle if it checks for black listed permissions.
  38. Message: '&cYou have a blacklisted permission and can''t use this voucher.' #The message that is sent to the player if they have a blacklisted message. Use %permission% if you wise to show the permission they need.
  39. Permissions: #List all the blacklisted permissions here.
  40. - 'voucher.blacklist.money'
  41. Limiter: #Limiter options.
  42. Toggle: false #Toggle on or off the limiter.
  43. Limit: 10 #The limit of how many time it may be used.
  44. Two-Step-Authentication: #This is for when the player right clicks the voucher. It tells them to click again to confirm.
  45. Toggle: false #Toggle this option on or off.
  46. Sound: #The sound options.
  47. Toggle: true #Toggle on or off if a sound is played.
  48. Sounds: #The sound that is played. Make sure the sound works with your minecraft version.
  49. - 'CLICK'
  50. Firework: #The firework options
  51. Toggle: true #Toggle if the firework goes off.
  52. Colors: 'Green, Lime' #The colors of the firework.
  53. Priest:
  54. Item: '339'
  55. Name: '&e&lRank "&1Priest&e&l"'
  56. Lore:
  57. - '&7Use this voucher to rank up to Priest Rank.'
  58. - '&7&l(&6&l!&7&l) &7Right click to redeem.'
  59. Glowing: false
  60. Commands:
  61. - 'pex user %Player% group set Priest'
  62. Options:
  63. Message: '&7You have just redeemed your Priest voucher GG!'
  64. Permission:
  65. Whitelist-Permission:
  66. Toggle: false
  67. Node: 'rankup'
  68. Blacklist-Permissions:
  69. Toggle: false
  70. Message: '&cYou already have this rank and can''t use this voucher.'
  71. Permissions:
  72. - 'voucher.blacklist.rankup'
  73. Limiter:
  74. Toggle: false
  75. Limit: 10
  76. Two-Step-Authentication:
  77. Toggle: false
  78. Sound:
  79. Toggle: true
  80. Sounds:
  81. - 'CLICK'
  82. Firework:
  83. Toggle: true
  84. Colors: 'Black, Gray, Red'
  85. Angel:
  86. Item: '339'
  87. Name: '&e&lRank "&eAngel&e&l"'
  88. Lore:
  89. - '&7Use this voucher to rank up to Angel Rank.'
  90. - '&7&l(&6&l!&7&l) &7Right click to redeem.'
  91. Glowing: false
  92. Commands:
  93. - 'pex user %Player% group set Angel'
  94. Options:
  95. Message: '&7You have just redeemed your Angel voucher GG!'
  96. Permission:
  97. Whitelist-Permission:
  98. Toggle: false
  99. Node: 'rankup'
  100. Blacklist-Permissions:
  101. Toggle: false
  102. Message: '&cYou already have this rank and can''t use this voucher.'
  103. Permissions:
  104. - 'voucher.blacklist.meow'
  105. Limiter:
  106. Toggle: false
  107. Limit: 10
  108. Two-Step-Authentication:
  109. Toggle: false
  110. Sound:
  111. Toggle: true
  112. Sounds:
  113. - 'CLICK'
  114. Firework:
  115. Toggle: true
  116. Colors: 'Black, Gray, Red'
  117. DemiGod:
  118. Item: '339'
  119. Name: '&e&lRank "&cDemiGod&e&l"'
  120. Lore:
  121. - '&7Use this voucher to rank up to Priest Rank.'
  122. - '&7&l(&6&l!&7&l) &7Right click to redeem.'
  123. Glowing: false
  124. Commands:
  125. - 'pex user %Player% group set DemiGod'
  126. Options:
  127. Message: '&7You have just redeemed your DemiGod voucher GG!'
  128. Permission:
  129. Whitelist-Permission:
  130. Toggle: false
  131. Node: 'rankup'
  132. Blacklist-Permissions:
  133. Toggle: false
  134. Message: '&cYou already have this rank and can''t use this voucher.'
  135. Permissions:
  136. - 'voucher.blacklist.meow2'
  137. Limiter:
  138. Toggle: false
  139. Limit: 10
  140. Two-Step-Authentication:
  141. Toggle: false
  142. Sound:
  143. Toggle: true
  144. Sounds:
  145. - 'CLICK'
  146. Firework:
  147. Toggle: true
  148. Colors: 'Black, Gray, Red'
  149. God:
  150. Item: '339'
  151. Name: '&e&lRank "&bGod&e&l"'
  152. Lore:
  153. - '&7Use this voucher to rank up to Priest Rank.'
  154. - '&7&l(&6&l!&7&l) &7Right click to redeem.'
  155. Glowing: false
  156. Commands:
  157. - 'pex user %Player% group set God'
  158. Options:
  159. Message: '&7You have just redeemed your God voucher GG!'
  160. Permission:
  161. Whitelist-Permission:
  162. Toggle: false
  163. Node: 'rankup'
  164. Blacklist-Permissions:
  165. Toggle: false
  166. Message: '&cYou already have this rank and can''t use this voucher.'
  167. Permissions:
  168. - 'voucher.blacklist.meow3'
  169. Limiter:
  170. Toggle: false
  171. Limit: 10
  172. Two-Step-Authentication:
  173. Toggle: false
  174. Sound:
  175. Toggle: true
  176. Sounds:
  177. - 'CLICK'
  178. Firework:
  179. Toggle: true
  180. Colors: 'Black, Gray, Red'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement