Advertisement
Guest User

Untitled

a guest
Jan 13th, 2016
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.26 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: '&3{username} &ahas voted a total of 10 times &3recieved $50,000 and a &2zombie kit'
  132. playermessage: '{GREEN}Thanks for voting {AQUA}10 times!'
  133. rewardmessage: '20x Diamond'
  134. commands: - '/give {username} 4000' - '/give {username} enchantedgapple 10' - '/give {username} enchantedgapple 10' - '/give {username} 57 5' - '/give {username} tnt 10' - '/mc add {username} 15' - '/eco give {username} 50000' - '/kit zspawner {username}'
  135.  
  136.  
  137. '25':
  138. broadcast: '&3{username} &ahas voted a total of 25 times and &3recieved a &aCreeper spawner and a &7Skeleton kit'
  139. playermessage: '{GREEN}Thanks for voting {AQUA}10 times!'
  140. rewardmessage: '20x Diamond'
  141. commands: - '/give {username} 4000' - '/give {username} egapple 10' - '/give {username} 57 5' - '/give {username} tnt 10' - 'mc add {username} 15' - '/kit cspawner {username}'
  142.  
  143. '40':
  144. broadcast: '&3{username} &ahas voted a total of 40 times &arecieved a &dPigzombie kit'
  145. playermessage: '{GREEN}Thanks for voting {AQUA}10 times!'
  146. rewardmessage: '20x Diamond'
  147. commands: - '/give {username} 4000' - '/give {username} egapple 10' - '/give {username} 57 5' - '/give {username} tnt 10' - 'mc add {username} 15' - '/kit pigzombie {username}'
  148.  
  149. '50':
  150. broadcast: '&3{username} &ahas voted a total of 50 times &arecieved 64 diamond blocks and a &0Enderman kit'
  151. playermessage: '{GREEN}Thanks for voting {AQUA}10 times!'
  152. rewardmessage: '20x Diamond'
  153. commands:
  154. - '/give {username} 4000'
  155. - '/give {username} egapple 10'
  156. - '/give {username} 57 5'
  157. - '/give {username} tnt 10'
  158. - 'mc add {username} 15'
  159. - '/give {username} 57 64'
  160. - '/kit enderman {username}'
  161. '65':
  162. broadcast: '&3{username} &ahas voted a total of 65 times &arecieved a &6Blaze &akit'
  163. playermessage: '{GREEN}Thanks for voting {AQUA}10 times!'
  164. rewardmessage: '20x Diamond'
  165. commands:
  166. - '/give {username} 4000'
  167. - '/give {username} egapple 10'
  168. - '/give {username} 57 5'
  169. - '/give {username} tnt 10'
  170. - 'mc add {username} 15'
  171. - '/kit blaze {username}'
  172. '75':
  173. broadcast: '&3{username} &ahas voted a total of 75 times &arecieved a &4&lBlood Sword'
  174. playermessage: '{GREEN}Thanks for voting {AQUA}10 times!'
  175. rewardmessage: '20x Diamond'
  176. commands:
  177. - '/give {username} 4000'
  178. - '/give {username} egapple 10'
  179. - '/give {username} 57 5'
  180. - '/give {username} tnt 10
  181. - 'mc add {username} 15'
  182. - '/kit bloodsword {username}'
  183. '85':
  184. broadcast: '&3{username} &ahas voted a total of 85 times &arecieved $250,000 and a Creeper kit'
  185. playermessage: '{GREEN}Thanks for voting {AQUA}10 times!'
  186. rewardmessage: '20x Diamond'
  187. commands:
  188. - '/give {username} 4000'
  189. - '/give {username} egapple 10'
  190. - '/give {username} 57 5'
  191. - '/give {username} tnt 10'
  192. - 'mc add {username} 15'
  193. - '/eco give {username} 250000'
  194. - '/kit creeper {username}'
  195. '100':
  196. broadcast: '&3{username} &ahas voted a total of 100 times &arecieved a &8Wither kit'
  197. playermessage: '{GREEN}Thanks for voting {AQUA}10 times!'
  198. rewardmessage: '20x Diamond'
  199. commands:
  200. - '/give {username} 4000'
  201. - '/give {username} egapple 10'
  202. - '/give {username} 57 5'
  203. - '/give {username} tnt 10'
  204. - 'mc add {username} 15'
  205. - '/kit wither {username}'
  206. '125':
  207. broadcast: '&3{username} &ahas voted a total of 125 times &arecieved 64 emerald blocks and a &4&lBlood kit'
  208. playermessage: '{GREEN}Thanks for voting {AQUA}10 times!'
  209. rewardmessage: '20x Diamond'
  210. commands:
  211. - '/give {username} 4000'
  212. - '/give {username} egapple 10'
  213. - '/give {username} 57 5'
  214. - '/give {username} tnt 10'
  215. - 'mc add {username} 15'
  216. - '/give {username} emeraldblock 64'
  217. - '/kit zspawner {username}'
  218. '150':
  219. broadcast: '&3{username} &ahas voted a total of 150 times &arecieved a &8Wither&bboss kit'
  220. playermessage: '{GREEN}Thanks for voting {AQUA}10 times!'
  221. rewardmessage: '20x Diamond'
  222. commands:
  223. - '/give {username} 4000'
  224. - '/give {username} egapple 10'
  225. - '/give {username} 57 5'
  226. - '/give {username} tnt 10'
  227. - 'mc add {username} 15'
  228. - '/kit witherboss {username}'
  229. '175':
  230. broadcast: '&3{username} &ahas voted a total of 175 times &arecieved $1,000,000'
  231. playermessage: '{GREEN}Thanks for voting {AQUA}10 times!'
  232. rewardmessage: '20x Diamond'
  233. commands:
  234. - '/give {username} 4000'
  235. - '/give {username} egapple 10'
  236. - '/give {username} 57 5'
  237. - '/give {username} tnt 10'
  238. - 'mc add {username} 15'
  239. - '/eco give {username} 1000000'
  240. '200':
  241. broadcast: '&3{username} &ahas voted a total of 200 times &arecieved a &c&lCosmic kit'
  242. playermessage: '{GREEN}Thanks for voting {AQUA}10 times!'
  243. rewardmessage: '20x Diamond'
  244. commands:
  245. - '/give {username} 4000'
  246. - '/give {username} egapple 10'
  247. - '/give {username} 57 5'
  248. - '/give {username} tnt 10'
  249. - 'mc add {username} 15'
  250. - '/kit cosmic {username}'
  251. '210':
  252. broadcast: '&3{username} &ahas voted a total of 210 times &arecieved a &f&l$15 Donation Voucher'
  253. playermessage: '{GREEN}Thanks for voting {AQUA}10 times!'
  254. rewardmessage: '20x Diamond'
  255. commands:
  256. - '/give {username} 4000'
  257. - '/give {username} egapple 10'
  258. - '/give {username} 57 5'
  259. - '/give {username} tnt 10'
  260. - 'mc add {username} 15'
  261. - '/kit 15 {username}'
  262.  
  263. # blocked - a list of worlds where rewards should be disabled, they will remain queued until the player is in an allowed world.
  264.  
  265. blocked:
  266. - world_blocked
  267.  
  268. # Available formatting codes for messages:
  269.  
  270. # {service} {servicename} {SERVICE} = service name
  271. # {username} {player} {name} = player username
  272. # {votes} = current vote total
  273. # & = Colour Symbol to enter manual colours / control codes
  274. # {AQUA} {BLACK} {BLUE} {DARK_AQUA} {DARK_BLUE}
  275. # {DARK_GRAY} {DARK_GREEN} {DARK_PURPLE} {DARK_RED} {GOLD}
  276. # {GRAY} {GREEN} {LIGHT_PURPLE} {RED} {WHITE} {YELLOW} {BOLD}
  277. # {ITALIC} {UNDERLINE} {STRIKETHROUGH} {STRIKE}
  278. # {STRIKETHROUGH} {MAGIC} {RESET}
  279.  
  280. votemessage:
  281. - '&2&l>>>>>>>>>>>>>>>>>&6&L[ &9&lVote &6&l]&2&l<<<<<<<<<<<<<< '
  282. - '&eVote for $4,000 / 10 God Apples / 5 Diamond Blocks / 10 TNT'
  283. - '&e-----------------------------------------------------------------'
  284. - '&6&lLucky Rewards'
  285. - '&e[&610 Votes&e] &aRecieve $50,000 and a &2Zombie kit'
  286. - ' &e[&625Votes&e] &aRecieve a creeper spawner and a &7Skeleton kit'
  287. - '&e[&640 Votes&e] &aRecieve a &dPigzombie kit '
  288. - '&e[&650 Votes&e] &aRecieve 64 diamond blocks and a &0Enderman kit'
  289. - '&e[&665 Votes&e] &aRecieve a &6Blaze &akit'
  290. - '&e[&675 Votes&e] &aRecieve a &4&lBlood Sword'
  291. - '&e[&685 Votes&e] &aRecieve $250,000 and a Creeper kit'
  292. - '&e[&6100 Votes&e] &aRecieve a &8Wither kit '
  293. - '&e[&6125 Votes&e] &aRecieve 64 emerald blocks and a &4&lBlood kit '
  294. - '&e[&6150 Votes&e] &aRecieve a &8Wither&bboss kit '
  295. - '&e[&6175 Votes&e] &aRecieve $1,000,000'
  296. - '&e[&6200 Votes&e] &aRecieve a &c&lCosmic kit'
  297. - '&e[&6210 Votes&e] &aRecieve a &f&l$15 Donation Voucher'
  298. - '&e-----------------------------------------------------------------'
  299. - '&c> &eYou currently have &6{votes}'
  300. - '&e-----------------------------------------------------------------'
  301.  
  302.  
  303. remindmessage:
  304. - '{GOLD}-----------------------------------------------------'
  305. - 'You have not voted recently, please vote to support the server'
  306. - '{GOLD}-----------------------------------------------------'
  307. - '{AQUA}You currently have {GREEN}{votes} Votes'
  308.  
  309. joinmessage:
  310. - '{GOLD}-----------------------------------------------------'
  311. - 'Vote for us every day for in game rewards and extras'
  312. - '{GOLD}-----------------------------------------------------'
  313. - '{AQUA}You currently have {GREEN}{votes} Votes'
  314.  
  315. # Additional formatting codes for below:
  316.  
  317. # {TOTAL} = vote total - used for /rewards
  318. # {REWARD} = current rewardmessage as specified in the cumulative reward section - used for /rewards
  319. # {POSITION} = current rank - used for /votetop
  320. # {username} = player name - used for /votetop
  321.  
  322. rewardformat: '{GREEN}{TOTAL} Votes {GRAY}- {AQUA}{REWARD}'
  323. votetopformat: '{POSITION}. {GREEN}{username} - {WHITE}{TOTAL}'
  324. rewardheader:
  325. - '{GOLD}---------------- {WHITE}[ {DARK_AQUA}Rewards{WHITE} ] {GOLD}----------------'
  326. votetopheader:
  327. - '{GOLD}---------------- {WHITE}[ {DARK_AQUA}Top Voters{WHITE} ] {GOLD}----------------'
  328. rewardfooter:
  329. - '{AQUA}You currently have {GREEN}{votes} Votes'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement