Advertisement
Guest User

Untitled

a guest
Nov 30th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.55 KB | None | 0 0
  1. # GAListener v1.3.1
  2. # http://www.minecraft-index.com
  3.  
  4. # settings section
  5.  
  6. # onlineonly - Only delivers rewards when the player is online. If they are offline it will wait and deliver when they next join the server!
  7. # luckyvote - Enables the lucky voting section, this allows voters to have a random chance to receive additional rewards when they vote.
  8. # permvote - Enables the permission voting section, this allows voters to receive different rewards based upon their permissions.
  9. # cumulative - Enables the cumulative voting section, this allows voters to receive rewards once they have reached a certain number of votes.
  10. # broadcastqueue - Show broadcast message for queued votes.
  11. # broadcastoffline - Show broadcast message for offline queued votes.
  12. # broadcastrecent - Show broadcast message to recent voters (last 24 hours)
  13. # votecommand - Enables the /vote command which will show the message contained in the votemessage section at the bottom of the config.
  14. # rewardcommand - Enables the /rewards command which will show a list of all the cumulative voting rewards.
  15. # joinmessage - Show the message contained in the joinmessage section at the bottom of this config when a player joins the server.
  16. # voteremind - Message players who haven't voted in the last 24 hours. Shows the message contained in the remindmessage section at the bottom of this config.
  17. # remindseconds - How often (in seconds) between each reminder message.
  18. # ratelimit - Ignore votes received within this many seconds since the last vote for the same player on the same site. This should prevent duplicate votes.
  19. # logfile - Log received votes to vote.log file.
  20. # dbMode - Database mode. Use either mysql or sqlite.
  21. # dbFile - Database filename for SQLite.
  22. # dbHost - Database IP / Hostname for MySQL.
  23. # dbPort - Database port for MySQL.
  24. # dbUser - Database username for MySQL.
  25. # dbPass - Database password for MySQL.
  26. # dbName - Database name for MySQL.
  27. # dbPrefix - Database table prefix.
  28.  
  29. settings:
  30. onlineonly: true
  31. luckyvote: true
  32. permvote: false
  33. cumulative: false
  34. broadcastqueue: true
  35. broadcastrecent: true
  36. broadcastoffline: false
  37. votecommand: true
  38. rewardcommand: false
  39. joinmessage: true
  40. voteremind: false
  41. remindseconds: 300
  42. ratelimit: 10
  43. logfile: false
  44. dbMode: ''
  45. dbFile: ''
  46. dbHost: ''
  47. dbPort:
  48. dbUser: ''
  49. dbPass: ''
  50. dbName: ''
  51. dbPrefix: ''
  52. # services section (default is used if service doesn't exist)
  53. # The example below would give 5 diamonds per vote.
  54.  
  55. services:
  56. default:
  57. broadcast: ''
  58. playermessage: '&cThanks for voting at {AQUA}{service}!'
  59. commands:
  60. - '/bc &c{username} &fhas voted for the server &fand received &c1x Candy Apple and voter particles for 1 hour!'
  61. - '/give {username} 322:1 1 name:&b[&c&lC&d&la&a&ln&e&ld&c&ly_&d&lA&a&lp&e&lp&c&ll&d&le&e&ls&r&b]'
  62. MC-Index:
  63. broadcast: ''
  64. playermessage: '&cThanks for voting at {AQUA}{service}!'
  65. commands:
  66. - '/bc &c{username} &fhas voted for the server &fand received &c1x Candy Apple and voter particles for 1 hour!'
  67. - '/give {username} 322:1 1'
  68.  
  69. # luckyvotes section
  70. # The example below would give a 1 in 10 chance of a voter receiving an extra $1000, and a 1 in 50 chance of an extra $1000 and 100XP.
  71.  
  72. luckyvotes:
  73. '10':
  74. broadcast: ''
  75. playermessage: '&cYou were lucky and received 20x Diamonds!'
  76. commands:
  77. - '/bc &c{username} &fwas lucky and received &c20x Diamonds!'
  78. - '/give {username} diamond 20'
  79.  
  80. '10':
  81. broadcast: ''
  82. playermessage: '&cYou were lucky and received 20x Emeralds!'
  83. commands:
  84. - '/bc &c{username} &fwas lucky and received &c20x Emeralds!'
  85. - '/give {username} emerald 20'
  86.  
  87. '20':
  88. broadcast: ''
  89. playermessage: '&cYou were lucky and received 20x Diamond Blocks!'
  90. commands:
  91. - '/bc &c{username} &fwas lucky and received &c20x Diamond Blocks!'
  92. - '/give {username} diamondblock 20'
  93.  
  94. '20':
  95. broadcast: ''
  96. playermessage: '&cYou were lucky and received 20x Emerald Blocks!'
  97. commands:
  98. - '/bc &c{username} &fwas lucky and received &c20x Emerald Blocks!'
  99. - '/give {username} emeraldblock 20'
  100.  
  101. '30':
  102. broadcast: ''
  103. playermessage: '&cYou were lucky and received 32x Golden Apples!'
  104. commands:
  105. - '/bc &c{username} &fwas lucky and received &c32x Golden Apples!'
  106. - '/give {username} 322:0 32'
  107.  
  108. '40':
  109. broadcast: ''
  110. playermessage: '&cYou were lucky and received 5x Candy Apples!'
  111. commands:
  112. - '/bc &c{username} &fwas lucky and received &c5x Candy Apples!'
  113. - '/give {username} 322:1 5 name:&b[&c&lC&d&la&a&ln&e&ld&c&ly_&d&lA&a&lp&e&lp&c&ll&d&le&e&ls&r&b]'
  114.  
  115. '50':
  116. broadcast: ''
  117. playermessage: '&cYou were lucky and received a Voting Sword!'
  118. commands:
  119. - '/bc &c{username} &fwas lucky and received &ca Voting Sword!'
  120. - '/give {username} diamondsword 1 name:&aVoting_Sword lore:&a/vote_for_this_item! damage_all:4'
  121.  
  122. '50':
  123. broadcast: ''
  124. playermessage: '&cYou were lucky and received a Voting Bow!'
  125. commands:
  126. - '/bc &c{username} &fwas lucky and received &ca Voting Bow!'
  127. - '/give {username} 261:0 1 arrow_damage:4 arrow_knockback:2 arrow_infinite:1 name:§aVote_Bow lore:&a/vote_for_this_item!'
  128.  
  129. '55':
  130. broadcast: ''
  131. playermessage: '&cYou were lucky and received a Voting Armor Set!'
  132. commands:
  133. - '/bc &c{username} &fwas lucky and received &ca Voting Armor Set!'
  134. - '/give {username} 310:0 1 protection_environmental:3 protection_projectile:3 durability:1 name:&aVoting_Helmet lore:&a/vote_for_this_item!'
  135. - '/give {username} 311:0 1 protection_environmental:2 durability:2 name:&aVoting_Chestplate lore:&a/vote_for_this_item!'
  136. - '/give {username} 312:0 1 protection_environmental:2 durability:2 name:&aVoting_Legging lore:&a/vote_for_this_item!'
  137. - '/give {username} 313:0 1 protection_environmental:3 durability:1 name:&aVoting_Boots lore:&a/vote_for_this_item!'
  138.  
  139. '60':
  140. broadcast: ''
  141. playermessage: '&cYou were lucky and received Voting Potions!'
  142. commands:
  143. - '/bc &c{username} &fwas lucky and received &cVoting Potions!'
  144. - '/give {username} 373:67 1'
  145. - '/give {username} 373:66 1'
  146. - '/give {username} 373:66 1'
  147. - '/give {username} 373:73 1'
  148. - '/give {username} 373:73 1'
  149. '100':
  150. broadcast: ''
  151. playermessage: '&cYou received 10000'
  152. commands:
  153. - '/ic giveitem (username) 10k'
  154.  
  155. '20':
  156. broadcast: ''
  157. playermessage: '&8(&b&k&li&8) &cYou were lucky and received 2x CommonKey!'
  158. commands:
  159. - '/bc &c{username} &fwas lucky and received &c2x CommonKey!'
  160. - '/crate gk {username} Default 2'
  161.  
  162. '10':
  163. broadcast: ''
  164. playermessage: '&8(&b&k&li&8) &cYou were lucky and received 4x CommonKey!'
  165. commands:
  166. - '/bc &c{username} &fwas lucky and received &c4x CommonKey!'
  167. - '/crate gk {username} Default 4'
  168.  
  169. '5':
  170. broadcast: ''
  171. playermessage: '&8(&b&k&li&8) &cYou were lucky and received 1x CrescentKey!'
  172. commands:
  173. - '/bc &c{username} &fwas lucky and received &c1x CrescentKey!'
  174. - '/crate gk {username} Crescent1 1'
  175.  
  176. '3':
  177. broadcast: ''
  178. playermessage: '&8(&b&k&li&8) &cYou were lucky and received 2x CrescentKey!'
  179. commands:
  180. - '/bc &c{username} &fwas lucky and received &c2x CrescentKey!'
  181. - '/crate gk {username} Crescent1 2'
  182.  
  183. '2':
  184. broadcast: ''
  185. playermessage: '&8(&b&k&li&8) &cYou were lucky and received 4x CrescentKey!'
  186. commands:
  187. - '/bc &c{username} &fwas lucky and received &c4x CrescentKey!'
  188. - '/crate gk {username} Crescent1 4'
  189.  
  190. '1':
  191. broadcast: ''
  192. playermessage: '&8(&b&k&li&8) &cYou were lucky and received 2x ExoticKey!'
  193. commands:
  194. - '/bc &c{username} &fwas lucky and received &c2x ExoticKey!'
  195. - '/crate gk {username} Exotic 2'
  196.  
  197. # permission reward section
  198. # This example would give players with the permission node "gal.double" 10 Diamonds instead of their regular reward.
  199.  
  200. perms:
  201. double:
  202. broadcast: '&c{username} &fhas voted @ &c{service} &fand received &c3 Diamonds!'
  203. playermessage: '&cThanks for voting at {AQUA}{service}!'
  204. commands:
  205. - '/give {username} 264 3'
  206.  
  207. # cumulative reward section
  208. # This example would give players 20 Diamonds once they have reached a total of 10 votes.
  209.  
  210. cumulative:
  211. '19':
  212. broadcast: ''
  213. playermessage: '&cThanks for voting {AQUA}10 times!'
  214. commands:
  215. - '/bc &c{username} &fhas voted a total of {YELLOW}10 times &fand received &c2x GoldKey!'
  216. - '/crate gk {username} GoldCrate 2'
  217.  
  218. # blocked - a list of worlds where rewards should be disabled, they will remain queued until the player is in an allowed world.
  219.  
  220. blocked:
  221. - world_blocked
  222.  
  223. # Available formatting codes for messages:
  224.  
  225. # {service} {servicename} {SERVICE} = service name
  226. # {username} {player} {name} = player username
  227. # {votes} = current vote total
  228. # & = Colour Symbol to enter manual colours / control codes
  229. # {AQUA} {BLACK} {BLUE} {DARK_AQUA} {DARK_BLUE}
  230. # {DARK_GRAY} {DARK_GREEN} {DARK_PURPLE} {DARK_RED} &f
  231. # {GRAY} &c {LIGHT_PURPLE} {RED} {WHITE} {YELLOW} {BOLD}
  232. # {ITALIC} {UNDERLINE} {STRIKETHROUGH} {STRIKE}
  233. # {STRIKETHROUGH} {MAGIC} {RESET}
  234.  
  235. votemessage:
  236. - '&f-----------------------------------------------------'
  237. - 'Vote for us every day for in game rewards and extras'
  238. - '&f-----------------------------------------------------'
  239. - '{AQUA}You currently have &c{votes} Votes'
  240.  
  241. remindmessage:
  242. - '&f-----------------------------------------------------'
  243. - 'You have not voted recently, please vote to support the server'
  244. - '&f-----------------------------------------------------'
  245. - '{AQUA}You currently have &c{votes} Votes'
  246.  
  247. joinmessage:
  248. - '&f-----------------------------------------------------'
  249. - 'Vote for us every day for in game rewards and extras'
  250. - '&f-----------------------------------------------------'
  251. - '{AQUA}You currently have &c{votes} Votes'
  252.  
  253. # Additional formatting codes for below:
  254.  
  255. # {TOTAL} = vote total - used for /rewards
  256. # {REWARD} = current rewardmessage as specified in the cumulative reward section - used for /rewards
  257. # {POSITION} = current rank - used for /votetop
  258. # {username} = player name - used for /votetop
  259.  
  260. rewardformat: '&c{TOTAL} Votes {GRAY}- {AQUA}{REWARD}'
  261. votetopformat: '{POSITION}. &c{username} - {WHITE}{TOTAL}'
  262. rewardheader:
  263. - '&f---------------- {WHITE}[ {DARK_AQUA}Rewards{WHITE} ] &f----------------'
  264. votetopheader:
  265. - '&f---------------- {WHITE}[ {DARK_AQUA}Top Voters{WHITE} ] &f----------------'
  266. rewardfooter:
  267. - '{AQUA}You currently have &c{votes} Votes'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement