Advertisement
Guest User

Untitled

a guest
Sep 8th, 2013
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.75 KB | None | 0 0
  1. # GiveAnything Config
  2. # http://www.mc-index.com
  3. #
  4. # Online only (default: true)
  5. # onlineonly: false
  6. #
  7. # Only delivers rewards when the player is online. If they are offline it will wait and deliver when they next join the server!
  8. #
  9. # Lucky vote (default: false)
  10. # luckyvote: true
  11. #
  12. # Enables the lucky voting section, this allows voters to have a random chance to receive additional rewards when they vote, for the format see below.
  13. #
  14. # Vote command (/vote) (default: false)
  15. # votecommand: true
  16. #
  17. # Enables the /vote command which will show the message contained in the votemessage section at the bottom of this config
  18. #
  19. # Login vote reminder (default: false)
  20. # voteremind: true
  21. #
  22. # Shows the message contained in the votemessage section at the bottom of this config to players when they join the server
  23. #
  24. # Services section (default is used if service doesn't exist)
  25. # MC-Index:
  26. # broadcast: '{GREEN}{username} {GOLD}has voted @ {GREEN}www.mc-index.com {GOLD}and received {GREEN}5 Diamonds {GOLD}and {GREEN}200 XP!'
  27. # playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!'
  28. # commands:
  29. # - '/give {username} 264 5'
  30. # - '/xp give {username} 200'
  31. #
  32. # The above examples would give a voter 5 diamonds and 200XP whenever they vote on a site with the service name "MC-Index"
  33. #
  34. # Lucky votes section (disabled by default)
  35. # luckyvotes:
  36. # 50:
  37. # broadcast: '{GREEN}{username} {GOLD}was lucky and received an {GREEN}extra $1000!'
  38. # playermessage: '{GREEN}You were lucky and received an extra $1000!'
  39. # commands:
  40. # - '/eco give {username} 1000'
  41. # 100:
  42. # broadcast: '{GREEN}{username} {GOLD}was {GREEN}super lucky {GOLD}and received an {GREEN}extra $5000!'
  43. # playermessage: '{GREEN}You were super lucky and received an extra $5000!'
  44. # commands:
  45. # - '/eco give {username} 5000'
  46. #
  47. # The above examples would give a 1 in 50 chance of a voter receiving an extra $1000, and a 1 in 100 chance of $5000
  48. # If you do not use essentials economy, the command(s) can be modified to suit whichever economy you use.
  49. #
  50. # Vote Message
  51. # votemessage:
  52. # - 'add a message here with voting information'
  53. # - 'players will see this when they type /vote'
  54. #
  55. #
  56. # Available codes for messages / commands:
  57. #
  58. # {service} {servicename} {SERVICE} = service name
  59. # {username} {player} {name} = player username
  60. #
  61. # & = Colour Symbol to enter manual colours / control codes
  62. # {AQUA} {BLACK} {BLUE} {DARK_AQUA} {DARK_BLUE}
  63. # {DARK_GRAY} {DARK_GREEN} {DARK_PURPLE} {DARK_RED} {GOLD}
  64. # {GRAY} {GREEN} {LIGHT_PURPLE} {RED} {WHITE}
  65. # {YELLOW} {BOLD} {ITALIC} {UNDERLINE} {STRIKETHROUGH}
  66. # {STRIKE} {STRIKETHROUGH} {MAGIC} {RESET}
  67. #
  68.  
  69. settings:
  70. onlineonly: true
  71. luckyvote: true
  72. broadcastqueue: true
  73. votecommand: true
  74. voteremind: true
  75. services:
  76. default:
  77. broadcast: '&c[&aVote&c] &d{username} &atyped &6&l/VOTE &aduring &dDOUBLE REWARDS WEEK &aand received &b3 DTokens&a, &b$2500&a, &b275XP &aand &c/KIT SEPTEMBER'
  78. playermessage: '&6Thanks for voting, remember to vote again and everyday for the most rewards, items, and chance of winning.'
  79. commands:
  80. - /eco give {username} 2500
  81. - /xp give {username} 275
  82. - /token give -s {username} 3
  83. - /pex user {username} add essentials.kits.september
  84. - /pex user {username} timed remove essentials.kits.september 259200
  85. luckyvotes:
  86. 5:
  87. broadcast: '&c[&aLucky Vote&c] &d{username} &awas lucky and received an extra &b150 XP &aand &b$2000!'
  88. playermessage: ''
  89. commands:
  90. - /eco give {username} 2000
  91. - /xp give {username} 150
  92. 10:
  93. broadcast: '&c[&aLucky Vote&c] &d{username} &awas lucky and received an extra &b250 XP &aand &b$5000!'
  94. playermessage: ''
  95. commands:
  96. - /xp give {username} 250
  97. - /eco give {username} 5000
  98. 15:
  99. broadcast: '&c[&aLucky Vote&c] &d{username} &awas lucky and received an extra &b150 XP &aand &b$2000'
  100. playermessage: ''
  101. commands:
  102. - /give {username} diamondsword 1 sharpness:5 fireaspect:2 name:&bLucky Vote Sword
  103. 25:
  104. broadcast: '&c[&aLucky Vote&c] &d{username} &awas lucky and received &bGod Armor and swords.'
  105. playermessage: ''
  106. commands:
  107. - /kit god {username}
  108. 125:
  109. broadcast: '&c[&aLucky Vote&c] &d{username} &awas lucky and received the awesome &dKit Lucky'
  110. playermessage: '&6Congratulations, you received Kit Lucky for 24 hours. Vote again to try to win it back.'
  111. commands:
  112. - /pex user {username} add essentials.kits.lucky
  113. - /Pex user {username} timed remove essentials.kits.lucky 86400
  114. 300:
  115. broadcast: '&c[&aLucky Vote&c] &d{username} &awas lucky and received &b80 mcMMO Points!'
  116. playermessage: ''
  117. commands:
  118. - /addcredits {username} 80
  119. 500:
  120. broadcast: '&c[&aLucky Vote&c] &d{username} &awas lucky and received &b100 DaegonnerTokens!'
  121. playermessage: ''
  122. commands:
  123. - /token give -s {username} 100
  124. 750:
  125. broadcast: '&c[&aLucky Vote&c] &d{username} &awas lucky and received &d150 DTokens &aand &d100 mcMMO Points!'
  126. playermessage: ''
  127. commands:
  128. - /token give -s {username} 150
  129. - /addcredits {username} 100
  130. 1000:
  131. broadcast: '&c[&aLucky Vote&c] &d{username} &awas lucky and received &d1 Slime Spawner!'
  132. playermessage: ''
  133. commands:
  134. - /give {username} spawner:55 1
  135. 2500:
  136. broadcast: '&c[&aLucky Vote&c] &d{username} &awas lucky and received &d1 Creeper Egg!'
  137. playermessage: ''
  138. commands:
  139. - /give {username} creeperegg 1
  140. votemessage:
  141. - '&a█&b█&c█&d█&e█&9█&a█&b█&c█&d█&e█&9█&a█&b█&c█&d█&e█&9█&a█&b█&c█&d█&e█&9█&a█&b█&c█&d█&e█&9█&a█&b█&c█&d█&e█'
  142. - '&a6 Votes &e= &a$5000'
  143. - '&a12 Votes &e= &a$5000 + 5000 EXP'
  144. - '&a18 Votes &e= &a$5000 + 5000 EXP + 25 DTokens'
  145. - '&a24 Votes &e= &aProt III DArmor Set'
  146. - '&a30 Votes &e= &aSharp IV Fire II DSword'
  147. - '&a36 Votes &e= &aSharp IV FIre II DSword + Sharp IV DAxe'
  148. - '&a42 Votes &e= &aSharp IV FIre II DSword + Sharp IV DAxe + Power IV Flame I Bow'
  149. - '&a48 Votes &e= &a50 mcMMO'
  150. - '&a96 Votes &e= &a100 mcMMO'
  151. - '&a102 Votes &e= &aCreeper Spawner'
  152. - '&a114 Votes &e= &a+2 Player Faction Power Boost'
  153. - '&a144 Votes &e= &a$25 BuyCraft Voucher'
  154. - '&a168 Votes &e= &a$50 BuyCraft Voucher'
  155. - '&eType &d&l/rewards &eto see tons of lucky rewards'
  156. - ''
  157. - '&aGo to &cwww.daegonner.com &ato vote!'
  158. - ''
  159. - '&a█&b█&c█&d█&e█&9█&a█&b█&c█&d█&e█&9█&a█&b█&c█&d█&e█&9█&a█&b█&c█&d█&e█&9█&a█&b█&c█&d█&e█&9█&a█&b█&c█&d█&e█'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement