Advertisement
Guest User

Untitled

a guest
Mar 13th, 2017
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.49 KB | None | 0 0
  1. # GAListener v1.2.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: false
  34. broadcastqueue: true
  35. broadcastrecent: true
  36. broadcastoffline: false
  37. votecommand: true
  38. rewardcommand: true
  39. joinmessage: true
  40. voteremind: false
  41. remindseconds: 300
  42. logfile: false
  43. dbMode: 'sqlite'
  44. dbFile: 'GAL.db'
  45. dbHost: 'localhost'
  46. dbPort: 3306
  47. dbUser: 'root'
  48. dbPass: ''
  49. dbName: 'GAL'
  50. dbPrefix: ''
  51.  
  52. # services section (default is used if service doesn't exist)
  53. # The example below would give 5 diamonds per vote.
  54.  
  55. services:
  56. default:
  57. broadcast: '{GREEN}{username} {GOLD}has voted @ {GREEN}{service} {GOLD}and received {GREEN}5 Diamonds!'
  58. playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!'
  59. commands:
  60. - 'give people_chomper 137 1'
  61. MC-Index:
  62. broadcast: '{GREEN}{username} {GOLD}has voted @ {GREEN}MC-Index.com {GOLD}and received {GREEN}10 Diamonds!'
  63. playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!'
  64. commands:
  65. - 'cratekey give People_Chomper voting 1'
  66.  
  67. # luckyvotes section
  68. # 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.
  69.  
  70. luckyvotes:
  71. '10':
  72. broadcast: '{GREEN}{username} {GOLD}was lucky and received an {GREEN}extra $1000!'
  73. playermessage: '{GREEN}You were lucky and received an extra $1000!'
  74. commands:
  75. - '/eco give {username} 1000'
  76. '50':
  77. broadcast: '{GREEN}{username} {GOLD}was super lucky and received an {GREEN}extra 100 XP and $1000!'
  78. playermessage: '{GREEN}You were super lucky and received an {GREEN}extra 100 XP and $1000!'
  79. commands:
  80. - '/xp give {username} 100'
  81. - '/eco give {username} 1000'
  82.  
  83. # permission reward section
  84. # This example would give players with the permission node "gal.double" 10 Diamonds instead of their regular reward.
  85.  
  86. perms:
  87. double:
  88. broadcast: '{GREEN}{username} {GOLD}has voted @ {GREEN}{service} {GOLD}and received {GREEN}10 Diamonds!'
  89. playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!'
  90. commands:
  91. - '/give {username} 264 10'
  92.  
  93. # cumulative reward section
  94. # This example would give players 20 Diamonds once they have reached a total of 10 votes.
  95.  
  96. cumulative:
  97. '5':
  98. broadcast: '&7[&cVOTE&7] &a{username} &f has voted a total of &c5times &fand received &c50 MCMMO!'
  99. playermessage: '{AQUA}Thanks for voting {YELLOW}5 times!'
  100. rewardmessage: '50 MCMMO'
  101. commands:
  102. - '/addcredits {username} 50'
  103. '10':
  104. broadcast: '&7[&cVOTE&7] &a{username} &f has voted a total of &c10 times &fand received &c$50,000'
  105. playermessage: '{AQUA}Thanks for voting {YELLOW}10 times!'
  106. rewardmessage: '$50,000!'
  107. commands:
  108. - '/eco give {username} 50000'
  109. '25':
  110. broadcast: '&7[&cVOTE&7] &a{username} &f has voted a total of &c25 times &fand received &c$100,000 and 5 Common Crate Keys'
  111. playermessage: '{AQUA}Thanks for voting {YELLOW}25 times!'
  112. rewardmessage: '$100,000 and 5 Common Crate Keys'
  113. commands:
  114. - '/cratekey give {username} Common 5'
  115. - '/eco give {username} 100000'
  116. '50':
  117. broadcast: '&7[&cVOTE&7] &a{username} &f has voted a total of &c50 times &fand received an &cCreeper spawner 4 and 3 Rare crate key!'
  118. playermessage: '{AQUA}Thanks for voting {YELLOW}50 times!'
  119. rewardmessage: 'Creeper Spawner and rare crate key'
  120. commands:
  121. - '/cratekey give {username} Rare 3'
  122. - '/give {username} 52:50 4'
  123. '75':
  124. broadcast: '&7[&cVOTE&7] &a{username} &f has voted a total of &c75 times &fand received a &fCreeper Spawner 6 and 5 Mythical Key!'
  125. playermessage: '{AQUA}Thanks for voting {YELLOW}75 times!'
  126. rewardmessage: 'Creeper Spawner and mythical crate key'
  127. commands:
  128. - '/cratekey give {username} mythical 5'
  129. - '/give {username} 52:50 6'
  130. '100':
  131. broadcast: '&7[&cVOTE&7] &a{username} &f has voted a total of &c&l100 times &fand received &c&l20 Rare Keys and 15 Mythical Keys!'
  132. playermessage: '{AQUA}Thanks for voting {YELLOW}100 times!'
  133. rewardmessage: '10 rare keys'
  134. commands:
  135. - '/cratekey give {username} Rare 20'
  136. - '/cratekey give {username} Mythical 15'
  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. - '{GOLD}{STRIKETHROUGH}-----------------------------------------------------'
  156.  
  157. - '{AQUA}Link 1'
  158. - '{GREEN}http://minecraftservers.org/vote/422712'
  159. - ''
  160. - '{AQUA}Link 2'
  161. - '{GREEN}http://minecraft-mp.com/server-s152136'
  162. - ''
  163. - '{AQUA}Link 3'
  164. - '{GREEN}https://minecraft-server.net/vote/dexalcraft'
  165. - ''
  166. - '{AQUA}Link 4'
  167. - '{GREEN}http://topg.org/server-dexal-craft-id455955'
  168. - ''
  169. - '{GOLD}{STRIKETHROUGH}-----------------------------------------------------'
  170. - '{AQUA}You currently have {GREEN}{votes} Votes'
  171.  
  172. remindmessage:
  173. - '{GOLD}-----------------------------------------------------'
  174. - 'You have not voted recently, please vote to support the server'
  175. - '{GOLD}-----------------------------------------------------'
  176. - '{AQUA}You currently have {GREEN}{votes} Votes'
  177.  
  178. joinmessage:
  179. - '{GOLD}-----------------------------------------------------'
  180. - 'Vote for us every day for in game rewards using /vote'
  181. - '{GOLD}-----------------------------------------------------'
  182. - '{AQUA}You currently have {GREEN}{votes} Votes'
  183.  
  184. # Additional formatting codes for below:
  185.  
  186. # {TOTAL} = vote total - used for /rewards
  187. # {REWARD} = current rewardmessage as specified in the cumulative reward section - used for /rewards
  188. # {POSITION} = current rank - used for /votetop
  189. # {username} = player name - used for /votetop
  190.  
  191. rewardformat: '{GREEN}{TOTAL} Votes {GRAY}- {AQUA}{REWARD}'
  192. votetopformat: '{POSITION}. {GREEN}{username} - {WHITE}{TOTAL}'
  193. rewardheader:
  194. - '{GOLD}---------------- {WHITE}[ {DARK_AQUA}Rewards{WHITE} ] {GOLD}----------------'
  195. votetopheader:
  196. - '{GOLD}---------------- {WHITE}[ {DARK_AQUA}Top Voters{WHITE} ] {GOLD}----------------'
  197. rewardfooter:
  198. - '{AQUA}You currently have {GREEN}{votes} Votes'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement