Advertisement
Guest User

GAListener Config

a guest
May 21st, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.15 KB | None | 0 0
  1. settings:
  2. onlineonly: true
  3. luckyvote: false
  4. permvote: false
  5. cumulative: true
  6. broadcastqueue: true
  7. broadcastrecent: true
  8. votecommand: true
  9. rewardcommand: true
  10. joinmessage: false
  11. voteremind: true
  12. remindseconds: 6000
  13. logfile: false
  14. dbMode: 'sqlite'
  15. dbFile: 'GAL.db'
  16. dbHost: 'localhost'
  17. dbPort: 32300
  18. dbUser: 'root'
  19. dbPass: ''
  20. dbName: 'GAL'
  21. dbPrefix: ''
  22.  
  23. services:
  24. Default:
  25. broadcast: '{GREEN}{username} {GOLD}has voted @ {GREEN}{service}!'
  26. playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!'
  27. commands:
  28. - '/msg Thanks again for voting! Don't forget you get a sponge every 2 votes.
  29. Minestatus.net:
  30. broadcast: '{GREEN}{username} {GOLD}has voted @ {GREEN}{service}!'
  31. playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!'
  32. commands:
  33. - '/msg Thanks again for voting! Don't forget you get a sponge every 2 votes.
  34. PlanetMinecraft.com:
  35. broadcast: '{GREEN}{username} {GOLD}has voted @ {GREEN}{service}!'
  36. playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!'
  37. commands:
  38. - '/msg Thanks again for voting! Don't forget you get a sponge every 2 votes.
  39.  
  40. luckyvotes:
  41. '10':
  42. broadcast: '{GREEN}{username} {GOLD}was lucky and received an {GREEN}extra $1000!'
  43. playermessage: '{GREEN}You were lucky and received an extra $1000!'
  44. commands:
  45. - '/eco give {username} 1000'
  46. '50':
  47. broadcast: '{GREEN}{username} {GOLD}was super lucky and received an {GREEN}extra 100 XP and $1000!'
  48. playermessage: '{GREEN}You were super lucky and received an {GREEN}extra 100 XP and $1000!'
  49. commands:
  50. - '/xp give {username} 100'
  51. - '/eco give {username} 1000'
  52.  
  53. perms:
  54. double:
  55. broadcast: '{GREEN}{username} {GOLD}has voted @ {GREEN}{service} {GOLD}and received {GREEN}10 Diamonds!'
  56. playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!'
  57. commands:
  58. - '/give {username} 264 10'
  59.  
  60. cumulative:
  61. '2':
  62. broadcast: '{GREEN}{username} {GOLD}has voted a total of {YELLOW}2 times {GOLD}and received {GREEN}1 Sponge!'
  63. playermessage: '{GREEN}Thanks for voting {AQUA}2 times!'
  64. rewardmessage: '1 Sponge'
  65. commands:
  66. - '/give {username} 19 1'
  67. '4':
  68. broadcast: '{GREEN}{username} {GOLD}has voted a total of {YELLOW}4 times {GOLD}and received {GREEN}1 Sponge!'
  69. playermessage: '{GREEN}Thanks for voting {AQUA}4 times!'
  70. rewardmessage: '1 Sponge'
  71. commands:
  72. - '/give {username} 19 1'
  73. '6':
  74. broadcast: '{GREEN}{username} {GOLD}has voted a total of {YELLOW}6 times {GOLD}and received {GREEN}1 Sponge!'
  75. playermessage: '{GREEN}Thanks for voting {AQUA}6 times!'
  76. rewardmessage: '1 Sponge'
  77. commands:
  78. - '/give {username} 19 1'
  79. '8':
  80. broadcast: '{GREEN}{username} {GOLD}has voted a total of {YELLOW}8 times {GOLD}and received {GREEN}1 Sponge!'
  81. playermessage: '{GREEN}Thanks for voting {AQUA}8 times!'
  82. rewardmessage: '1 Sponge'
  83. commands:
  84. - '/give {username} 19 1'
  85. '10':
  86. broadcast: '{GREEN}{username} {GOLD}has voted a total of {YELLOW}10 times {GOLD}and received {GREEN}1 Sponge!'
  87. playermessage: '{GREEN}Thanks for voting {AQUA}10 times!'
  88. rewardmessage: '1 Sponge'
  89. commands:
  90. - '/give {username} 19 1'
  91. '12':
  92. broadcast: '{GREEN}{username} {GOLD}has voted a total of {YELLOW}12 times {GOLD}and received {GREEN}1 Sponge!'
  93. playermessage: '{GREEN}Thanks for voting {AQUA}12 times!'
  94. rewardmessage: '1 Sponge'
  95. commands:
  96. - '/give {username} 19 1'
  97. '14':
  98. broadcast: '{GREEN}{username} {GOLD}has voted a total of {YELLOW}14 times {GOLD}and received {GREEN}1 Sponge!'
  99. playermessage: '{GREEN}Thanks for voting {AQUA}14 times!'
  100. rewardmessage: '1 Sponge'
  101. commands:
  102. - '/give {username} 19 1'
  103. '16':
  104. broadcast: '{GREEN}{username} {GOLD}has voted a total of {YELLOW}16 times {GOLD}and received {GREEN}1 Sponge!'
  105. playermessage: '{GREEN}Thanks for voting {AQUA}16 times!'
  106. rewardmessage: '1 Sponge'
  107. commands:
  108. - '/give {username} 19 1'
  109. '18':
  110. broadcast: '{GREEN}{username} {GOLD}has voted a total of {YELLOW}18 times {GOLD}and received {GREEN}1 Sponge!'
  111. playermessage: '{GREEN}Thanks for voting {AQUA}18 times!'
  112. rewardmessage: '1 Sponge'
  113. commands:
  114. - '/give {username} 19 1'
  115. '20':
  116. broadcast: '{GREEN}{username} {GOLD}has voted a total of {YELLOW}20 times {GOLD}and received {GREEN}1 Sponge!'
  117. playermessage: '{GREEN}Thanks for voting {AQUA}20 times!'
  118. rewardmessage: '1 Sponge'
  119. commands:
  120. - '/give {username} 19 1'
  121.  
  122. blocked:
  123. - sunbelt
  124.  
  125. votemessage:
  126. - '{GOLD}-----------------------------------------------------'
  127. - 'Vote for us every day for in game rewards and extras'
  128. - '{GOLD}-----------------------------------------------------'
  129.  
  130. remindmessage:
  131. - '{GOLD}-----------------------------------------------------'
  132. - 'You have not voted recently, please vote to support the server'
  133. - '{GOLD}-----------------------------------------------------'
  134.  
  135. joinmessage:
  136. - '{GOLD}-----------------------------------------------------'
  137. - 'Vote for us every day for in game rewards and extras'
  138. - '{GOLD}-----------------------------------------------------'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement