Advertisement
Guest User

GAListener help!

a guest
Sep 7th, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.97 KB | None | 0 0
  1. settings:
  2. onlineonly: true
  3. luckyvote: true
  4. permvote: false
  5. cumulative: true
  6. broadcastqueue: true
  7. broadcastrecent: true
  8. broadcastoffline: false
  9. votecommand: true
  10. rewardcommand: true
  11. joinmessage: true
  12. voteremind: true
  13. remindseconds: 120
  14. logfile: false
  15. dbMode: sqlite
  16. dbFile: GAL.db
  17. dbHost: localhost
  18. dbPort: 3306
  19. dbUser: root
  20. dbPass: ''
  21. dbName: GAL
  22. dbPrefix: ''
  23. services:
  24. default:
  25. broadcast: '{GRAY}[{RED}VOTE{GRAY}]{GREEN}{username} {GOLD}has voted and received {GREEN}/Rewards'
  26. playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!'
  27. commands:
  28. - '/give {username} 264 3'
  29. - '/eco give {username} 1000'
  30. - '/exp give {username} 175'
  31. - '/give {username} tnt 1'
  32. - '/crate key {username} vote 1'
  33. luckyvotes:
  34. 75:
  35. broadcast: '{GREEN}{username} {GOLD}was lucky and received an {GREEN}extra $1000!'
  36. playermessage: '{GREEN}You were lucky and received an extra $1000!'
  37. commands:
  38. - '/eco give {username} 1000'
  39. 85:
  40. broadcast: '{GREEN}{username} {GOLD}was super lucky and received an {GREEN}extra 100 XP and $1000!'
  41. playermessage: '{GREEN}You were super lucky and received an {GREEN}extra 100 XP and $1000!'
  42. commands:
  43. - '/xp give {username} 100'
  44. - '/eco give {username} 1000'
  45. 25:
  46. broadcast: '{GREEN}{username} {GOLD}was super lucky and received a {GREEN} 50 MCMMO LEVELS!'
  47. playermessage: '{GREEN}You were super lucky and received a {GREEN}50 MCMMO LEVELS !'
  48. commands:
  49. - '/addcredits {username} 50'
  50. perms:
  51. double:
  52. broadcast: '{GREEN}{username} {GOLD}has voted @ {GREEN}{service} {GOLD}and received {GREEN}10 Diamonds!'
  53. playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!'
  54. commands:
  55. - '/give {username} 264 10'
  56. - '/crate key {username} vote 1'
  57. cumulative:
  58. 52:
  59. broadcast: '{GREEN}{username} {GOLD}has voted a total of {YELLOW}40 times {GOLD}and received A Creeper Spawner'
  60. playermessage: '{GREEN}You were super lucky and received a {GREEN} Creeper Spawner'
  61. commands:
  62. - '/give {username} 52:50 1'
  63. 40:
  64. broadcast: '{GREEN}{username} {GOLD}has voted a total of {YELLOW}40 times {GOLD}and received A Zombie Pigman Spawner'
  65. playermessage: '{GREEN}You were super lucky and received a {GREEN} Zombie-Pigman Spawner!'
  66. commands:
  67. - '/give {username} 52:57 1'
  68. 32:
  69. broadcast: '{GREEN}{username} {GOLD}has voted a total of {YELLOW}32 times {GOLD}and received {GREEN}A Extra 50K!'
  70. playermessage: '{GREEN}Thanks for voting {AQUA}32 times!'
  71. rewardmessage: '50k Extra'
  72. commands:
  73. - '/eco give {username} 50000'
  74. 24:
  75. broadcast: '{GREEN}{username} {GOLD}has voted a total of {YELLOW}24 times {GOLD}and received {GREEN}25 MCMMO POINTS!'
  76. playermessage: '{GREEN}Thanks for voting {AQUA}24 times!'
  77. rewardmessage: '25 MCMMO POINTS'
  78. commands:
  79. - '/addcredits {username} 25'
  80. 16:
  81. broadcast: '{GREEN}{username} {GOLD}has voted a total of {YELLOW}16 times {GOLD}and received {GREEN}A Creeper Egg!'
  82. playermessage: '{GREEN}Thanks for voting {AQUA}16 times!'
  83. rewardmessage: '1 Creeper Egg'
  84. commands:
  85. - '/give {username} 383:50 1'
  86. 8:
  87. broadcast: '{GREEN}{username} {GOLD}has voted a total of {YELLOW}8 times {GOLD}and received {GREEN}A Full Set Of Prot 2 Armor!'
  88. playermessage: '{GREEN}Thanks for voting {AQUA}10 times!'
  89. rewardmessage: 'Alchemist Kit Full Protection 2'
  90. commands:
  91. - '/give {username} 310 1 0 {ench:[{id:0,lvl:2}]}'
  92. - '/give {username} 311 1 0 {ench:[{id:0,lvl:2}]}'
  93. - '/give {username} 312 1 0 {ench:[{id:0,lvl:2}]}'
  94. - '/give {username} 313 1 0 {ench:[{id:0,lvl:2}]}'
  95. 4:
  96. broadcast: '{GREEN}{username} {GOLD}has voted a total of {YELLOW}4 times {GOLD}and received {GREEN}A Fully Enchanted Diamond Sword!'
  97. playermessage: '{GREEN}Thanks for voting {AQUA}4 times!'
  98. rewardmessage: 'Sharpness 3 Fireaspect 2 Diamond Sword'
  99. commands:
  100. - '/give {username} 276 1 0 {ench:[{id:16,lvl:3},{id:20,lvl:2}]}'
  101. blocked:
  102. - world_blocked
  103. votemessage:
  104. - '&a&m--------------------------------------------'
  105. - '&bVote 1:&a http://bit.ly/2bV3EIU'
  106. - '&bVote 2:&a http://bit.ly/2bV34L9'
  107. - '&bVote 3:&a http://bit.ly/2bU9Vr8'
  108. - '&bVote 4:&a http://bit.ly/2cx54uj'
  109. - '&a&m--------------------------------------------'
  110. remindmessage:
  111. - '{GREEN}{STRIKE} -----------------------------------------------------'
  112. - '{LIGHT_PURPLE}Hey Dont Forget To Vote Today, to support the server'
  113. - '{GREEN}{STRIKE} -----------------------------------------------------'
  114. rewardformat: '{GREEN}{TOTAL} Votes {GRAY}- {AQUA}{REWARD}'
  115. votetopformat: '{POSITION}. {GREEN}{username} - {WHITE}{TOTAL}'
  116. rewardheader:
  117. - '{GOLD}---------------- {WHITE}[ {DARK_AQUA}Rewards{WHITE} ] {GOLD}----------------'
  118. votetopheader:
  119. - '{GOLD}---------------- {WHITE}[ {DARK_AQUA}Top Voters{WHITE} ] {GOLD}----------------'
  120. rewardfooter:
  121. - '{AQUA}You currently have {GREEN}{votes} Votes'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement