Advertisement
Guest User

GAlistener

a guest
Jan 2nd, 2017
367
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.56 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: false
  11. joinmessage: true
  12. voteremind: false
  13. remindseconds: 300
  14. ratelimit: 10
  15. logfile: false
  16. dbMode: 'sqlite'
  17. dbFile: 'GAL.db'
  18. dbHost: 'localhost'
  19. dbPort: 3306
  20. dbUser: 'root'
  21. dbPass: ''
  22. dbName: 'GAL'
  23. dbPrefix: ''
  24.  
  25. # services section (default is used if service doesn't exist)
  26. # The example below would give 5 diamonds per vote.
  27.  
  28. services:
  29. minecraft-server.net:
  30. broadcast: '{GREEN}{username} {GOLD}has voted {GOLD}and received {GREEN}$2500, 1 vote key and 1 Donor KEY!'
  31. playermessage: '{GREEN}Thanks for voting!'
  32. commands:
  33. - '/eco give {username} 2500'
  34. - '/crate key {username} Voting 1'
  35. - '/crate key {username} Donor 1'
  36. minecraft-server-list.com:
  37. broadcast: '{GREEN}{username} {GOLD}has voted {GOLD}and received {GREEN}$2500, 1 vote key and 1 Donor KEY!'
  38. playermessage: '{GREEN}Thanks for voting!'
  39. commands:
  40. - '/eco give {username} 2500'
  41. - '/crate key {username} Voting 1'
  42. - '/crate key {username} Donor 1'
  43. Minecraftlist.org:
  44. broadcast: '{GREEN}{username} {GOLD}has voted {GOLD}and received {GREEN}$2500, 1 vote key and 1 Donor KEY!'
  45. playermessage: '{GREEN}Thanks for voting!'
  46. commands:
  47. - '/eco give {username} 2500'
  48. - '/crate key {username} Voting 1'
  49. - '/crate key {username} Donor 1'
  50. Minecraft-mp:
  51. broadcast: '{GREEN}{username} {GOLD}has voted {GOLD}and received {GREEN}$2500, 1 vote key and 1 Donor KEY!'
  52. playermessage: '{GREEN}Thanks for voting!'
  53. commands:
  54. - '/eco give {username} 2500'
  55. - '/crate key {username} Voting 1'
  56. - '/crate key {username} Donor 1'
  57.  
  58. # luckyvotes section
  59. # 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.
  60.  
  61. luckyvotes:
  62. '10':
  63. broadcast: '{GREEN}{username} {GOLD}was lucky and received an {GREEN}extra $1000!'
  64. playermessage: '{GREEN}You were lucky and received an extra $1000!'
  65. commands:
  66. - '/eco give {username} 1000'
  67. '50':
  68. broadcast: '{GREEN}{username} {GOLD}was super lucky and received an {GREEN}extra 100 XP and $1000!'
  69. playermessage: '{GREEN}You were super lucky and received an {GREEN}extra 100 XP and $1000!'
  70. commands:
  71. - '/xp give {username} 100'
  72. - '/eco give {username} 1000'
  73.  
  74. # permission reward section
  75. # This example would give players with the permission node "gal.double" 10 Diamonds instead of their regular reward.
  76.  
  77. perms:
  78. double:
  79. broadcast: '{GREEN}{username} {GOLD}has voted @ {GREEN}{service} {GOLD}and received {GREEN}10 Diamonds!'
  80. playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!'
  81. commands:
  82. - '/give {username} 264 10'
  83.  
  84. # cumulative reward section
  85. # This example would give players 20 Diamonds once they have reached a total of 10 votes.
  86.  
  87. cumulative:
  88. '10':
  89. broadcast: '{GREEN}{username} {GOLD}has voted a total of {YELLOW}10 times {GOLD}and received {GREEN}20 Diamonds!'
  90. playermessage: '{GREEN}Thanks for voting {AQUA}10 times!'
  91. rewardmessage: '20x Diamond'
  92. commands:
  93. - '/give {username} 264 20'
  94.  
  95. # blocked - a list of worlds where rewards should be disabled, they will remain queued until the player is in an allowed world.
  96.  
  97. blocked:
  98.  
  99.  
  100. # Available formatting codes for messages:
  101.  
  102. # {service} {servicename} {SERVICE} = service name
  103. # {username} {player} {name} = player username
  104. # {votes} = current vote total
  105. # & = Colour Symbol to enter manual colours / control codes
  106. # {AQUA} {BLACK} {BLUE} {DARK_AQUA} {DARK_BLUE}
  107. # {DARK_GRAY} {DARK_GREEN} {DARK_PURPLE} {DARK_RED} {GOLD}
  108. # {GRAY} {GREEN} {LIGHT_PURPLE} {RED} {WHITE} {YELLOW} {BOLD}
  109. # {ITALIC} {UNDERLINE} {STRIKETHROUGH} {STRIKE}
  110. # {STRIKETHROUGH} {MAGIC} {RESET}
  111.  
  112. votemessage:
  113. - '{GOLD}-----------------------------------------------------'
  114. - 'Vote for us every day for in game rewards and extras'
  115. - '{GOLD}-----------------------------------------------------'
  116. - '{AQUA}You currently have {GREEN}{votes} Votes'
  117. - 'http://minecraft-server.net/index.php?a=in&u=KYL_CaptainB33FY'
  118. - 'http://minecraft-server-list.com/server/356811/vote/'
  119. - 'https://minecraftlist.org/server/2509'
  120. - 'http://minecraft-mp.com/server/127448/vote/'
  121.  
  122. remindmessage:
  123. - '{GOLD}-----------------------------------------------------'
  124. - 'You have not voted recently, please vote to support the server'
  125. - '{GOLD}-----------------------------------------------------'
  126. - '{AQUA}You currently have {GREEN}{votes} Votes'
  127.  
  128. joinmessage:
  129. - '{GOLD}-----------------------------------------------------'
  130. - 'Vote for us every day for in game rewards and extras'
  131. - '{GOLD}-----------------------------------------------------'
  132. - '{AQUA}You currently have {GREEN}{votes} Votes'
  133.  
  134. # Additional formatting codes for below:
  135.  
  136. # {TOTAL} = vote total - used for /rewards
  137. # {REWARD} = current rewardmessage as specified in the cumulative reward section - used for /rewards
  138. # {POSITION} = current rank - used for /votetop
  139. # {username} = player name - used for /votetop
  140.  
  141. rewardformat: '{GREEN}{TOTAL} Votes {GRAY}- {AQUA}{REWARD}'
  142. votetopformat: '{POSITION}. {GREEN}{username} - {WHITE}{TOTAL}'
  143. rewardheader:
  144. - '{GOLD}---------------- {WHITE}[ {DARK_AQUA}Rewards{WHITE} ] {GOLD}----------------'
  145. votetopheader:
  146. - '{GOLD}---------------- {WHITE}[ {DARK_AQUA}Top Voters{WHITE} ] {GOLD}----------------'
  147. rewardfooter:
  148. - '{AQUA}You currently have {GREEN}{votes} Votes'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement