Advertisement
Guest User

Untitled

a guest
Jan 10th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.29 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: false
  32. permvote: false
  33. cumulative: true
  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: 'sqlite'
  45. dbFile: 'GAL.db'
  46. dbHost: 'localhost'
  47. dbPort: 3306
  48. dbUser: 'root'
  49. dbPass: ''
  50. dbName: 'GAL'
  51. dbPrefix: ''
  52.  
  53. # services section (default is used if service doesn't exist)
  54. # The example below would give 5 diamonds per vote.
  55.  
  56. services:
  57. default:
  58. broadcast: '&3{username} &aVoted @ &3{service}&a and recieved &3 $1000, /Kit Vote, and 5 mcmmo credits! '
  59. playermessage: '&aThanks for voting @ &3{service}!'
  60. commands:
  61. - '/eco give {username} 100'
  62. - '/kit vote {username}'
  63. - '/mc add {username} 5'
  64.  
  65.  
  66. # luckyvotes section
  67. # 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.
  68.  
  69. luckyvotes:
  70. '20':
  71. broadcast: '&a{username} &3was lucky and recieved an extra $10000'
  72. playermessage: '&aThanks for voting @ &3{service}!'
  73. commands:
  74. - '/eco give {username} 10000'
  75.  
  76. '40':
  77. broadcast: '&a{username} &3was lucky and recieved a &2Kit Zombie'
  78. playermessage: '&aThanks for voting @ &3{service}!'
  79. commands:
  80. - '/kit Zombie {username}'
  81.  
  82. '80':
  83. broadcast: '&a{username} &3was lucky and recieved a &7Skeleton Spawner'
  84. playermessage: '&aThanks for voting @ &3{service}!'
  85. commands:
  86. - '/eco Skeleton {username}'
  87.  
  88. '100':
  89. broadcast: '&a{username} &3was lucky and recieved a set of &bProtection X Armor'
  90. playermessage: '&aThanks for voting @ &3{service}!'
  91. commands:
  92. - '/kit protten {username}'
  93. '120':
  94. broadcast: '&a{username} &3was lucky and recieved a &aCreeper Spawner'
  95. playermessage: '&aThanks for voting @ &3{service}!'
  96. commands:
  97. - '/kit Creeper [username}'
  98.  
  99. '140':
  100. broadcast: '&a{username} &3was lucky and received a &8Kit Wither'
  101. playermessage: '&aThanks for voting @ &3 {service}!'
  102. commands:
  103. - '/kit Wither {username}'
  104.  
  105. '200':
  106. broadcast: '&a{username} &3was lucky and recieved a &4&lBlood Sword'
  107. playermessage: ''
  108. commands:
  109. - '/kit Bloodsword {username}'
  110.  
  111. '1000':
  112. broadcast: '&a{username} &3was lucky and recieved a &b&l$15 Buycraft Voucher'
  113. playermessage: '{&aThanks for voting @ &3{service}! &aGive the voucher to a staff member to claim it.'
  114. commands:
  115. - '/kit 15 {username}'
  116.  
  117. # This example would give players with the permission node "gal.double" 10 Diamonds instead of their regular reward.
  118.  
  119. perms:
  120. double:
  121. broadcast: '{GREEN}{username} {GOLD}has voted @ {GREEN}{service} {GOLD}and received {GREEN}10 Diamonds!'
  122. playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!'
  123. commands:
  124. - '/give {username} 264 10'
  125.  
  126. # cumulative reward section
  127. # This example would give players 20 Diamonds once they have reached a total of 10 votes.
  128.  
  129. cumulative:
  130. '10':
  131. broadcast: '{GREEN}{username} {GOLD}has voted a total of {YELLOW}10 times &aRecieve $50,000 and a zombie kit'
  132. playermessage: '{GREEN}Thanks for voting {AQUA}10 times!'
  133. rewardmessage: '20x Diamond'
  134. commands:
  135. - '/give {username} 264 20'
  136.  
  137. # blocked - a list of worlds where rewards should be disabled, they will remain queued until the player is in an allowed world.
  138.  
  139. blocked:
  140. - world_blocked
  141.  
  142. # Available formatting codes for messages:
  143.  
  144. # {service} {servicename} {SERVICE} = service name
  145. # {username} {player} {name} = player username
  146. # {votes} = current vote total
  147. # & = Colour Symbol to enter manual colours / control codes
  148. # {AQUA} {BLACK} {BLUE} {DARK_AQUA} {DARK_BLUE}
  149. # {DARK_GRAY} {DARK_GREEN} {DARK_PURPLE} {DARK_RED} {GOLD}
  150. # {GRAY} {GREEN} {LIGHT_PURPLE} {RED} {WHITE} {YELLOW} {BOLD}
  151. # {ITALIC} {UNDERLINE} {STRIKETHROUGH} {STRIKE}
  152. # {STRIKETHROUGH} {MAGIC} {RESET}
  153.  
  154. votemessage:
  155. - '&2&l>>>>>>>>>>>>>>>>>&6&L[ &9&lVote &6&l]&2&l<<<<<<<<<<<<<< '
  156. - '&eVote for $4,000 / 10 God Apples / 5 Diamond Blocks / 10 TNT'
  157. - '&e-----------------------------------------------------------------'
  158. - '&6&lLucky Rewards'
  159. - '&e[&610 Votes&e] &aRecieve $50,000 and a &2Zombie kit'
  160. - ' &e[&625Votes&e] &aRecieve a creeper spawner and a &7Skeleton kit'
  161. - '&e[&640 Votes&e] &aRecieve a &dPigzombie kit '
  162. - '&e[&650 Votes&e] &aRecieve 64 diamond blocks and a &0Enderman kit'
  163. - '&e[&665 Votes&e] &aRecieve a &6Blaze &akit'
  164. - '&e[&675 Votes&e] &aRecieve a &4&lBlood Sword'
  165. - '&e[&685 Votes&e] &aRecieve $250,000 and a Creeper kit'
  166. - '&e[&6100 Votes&e] &aRecieve a &8Wither kit '
  167. - '&e[&6125 Votes&e] &aRecieve 64 emerald blocks and a &4&lBlood kit '
  168. - '&e[&6150 Votes&e] &aRecieve a &8Wither&bboss kit '
  169. - '&e[&6175 Votes&e] &aRecieve $1,000,000'
  170. - '&e[&6200 Votes&e] &aRecieve a &c&lCosmic kit'
  171. - '&e[&6210 Votes&e] &aRecieve a &f&l$15 Donation Voucher'
  172. - '&e-----------------------------------------------------------------'
  173. - '&c> &eYou currently have &6{votes}'
  174. - '&e-----------------------------------------------------------------'
  175.  
  176.  
  177. remindmessage:
  178. - '{GOLD}-----------------------------------------------------'
  179. - 'You have not voted recently, please vote to support the server'
  180. - '{GOLD}-----------------------------------------------------'
  181. - '{AQUA}You currently have {GREEN}{votes} Votes'
  182.  
  183. joinmessage:
  184. - '{GOLD}-----------------------------------------------------'
  185. - 'Vote for us every day for in game rewards and extras'
  186. - '{GOLD}-----------------------------------------------------'
  187. - '{AQUA}You currently have {GREEN}{votes} Votes'
  188.  
  189. # Additional formatting codes for below:
  190.  
  191. # {TOTAL} = vote total - used for /rewards
  192. # {REWARD} = current rewardmessage as specified in the cumulative reward section - used for /rewards
  193. # {POSITION} = current rank - used for /votetop
  194. # {username} = player name - used for /votetop
  195.  
  196. rewardformat: '{GREEN}{TOTAL} Votes {GRAY}- {AQUA}{REWARD}'
  197. votetopformat: '{POSITION}. {GREEN}{username} - {WHITE}{TOTAL}'
  198. rewardheader:
  199. - '{GOLD}---------------- {WHITE}[ {DARK_AQUA}Rewards{WHITE} ] {GOLD}----------------'
  200. votetopheader:
  201. - '{GOLD}---------------- {WHITE}[ {DARK_AQUA}Top Voters{WHITE} ] {GOLD}----------------'
  202. rewardfooter:
  203. - '{AQUA}You currently have {GREEN}{votes} Votes'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement