Advertisement
Guest User

Untitled

a guest
Jan 19th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.72 KB | None | 0 0
  1. # GAListener v1.2
  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. # logfile - Log received votes to vote.log file.
  19. # dbMode - Database mode. Use either mysql or sqlite.
  20. # dbFile - Database filename for SQLite.
  21. # dbHost - Database IP / Hostname for MySQL.
  22. # dbPort - Database port for MySQL.
  23. # dbUser - Database username for MySQL.
  24. # dbPass - Database password for MySQL.
  25. # dbName - Database name for MySQL.
  26. # dbPrefix - Database table prefix.
  27.  
  28. settings:
  29. onlineonly: true
  30. luckyvote: true
  31. permvote: false
  32. cumulative: false
  33. broadcastqueue: true
  34. broadcastrecent: true
  35. broadcastoffline: false
  36. votecommand: true
  37. rewardcommand: false
  38. joinmessage: false
  39. voteremind: true
  40. remindseconds: 500
  41. logfile: false
  42. dbMode: 'sqlite'
  43. dbFile: 'GAL.db'
  44. dbHost: 'localhost'
  45. dbPort: 3306
  46. dbUser: 'root'
  47. dbPass: ''
  48. dbName: 'GAL'
  49. dbPrefix: ''
  50.  
  51. # services section (default is used if service doesn't exist)
  52. # The example below would give 5 diamonds per vote.
  53.  
  54. services:
  55. default:
  56. broadcast: '{GOLD}[Vote]{WHITE}{username} {GOLD}has voted @ {WHITE}{service} {GOLD}and received {WHITE}1 MythicDrop And $200!'
  57. playermessage: '{GOLD}Thanks for voting at {WHITE}{service}!'
  58. commands:
  59. - '/mythicd give {username} 1'
  60. - '/eco give {username} 200'
  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. - '/give {username} 264 5'
  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: '{WHITE}{username} {GOLD}was lucky and received a {WHITE}Socket Gem'
  73. playermessage: '{GOLD}You were lucky and received a socket gem!'
  74. commands:
  75. - '/mythicd gem {username} 1'
  76. '240':
  77. broadcast: '{WHITE}{username} {GOLD}was super lucky and received an {WHITE}extra 100 XP and $10 on webstore!'
  78. playermessage: '{GOLD}You lucky son of a bunny rabbit!'
  79. commands:
  80. - '/xp give {username} 100'
  81. - '/mail send MANOFKRYPTON {username} won $10, give him the damn money'
  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. '10':
  98. broadcast: '{GREEN}{username} {GOLD}has voted a total of {YELLOW}10 times {GOLD}and received {GREEN}20 Diamonds!'
  99. playermessage: '{GREEN}Thanks for voting {AQUA}10 times!'
  100. rewardmessage: '20x Diamond'
  101. commands:
  102. - '/give {username} 264 20'
  103.  
  104. # blocked - a list of worlds where rewards should be disabled, they will remain queued until the player is in an allowed world.
  105.  
  106. blocked:
  107. - world_blocked
  108.  
  109. # Available formatting codes for messages:
  110.  
  111. # {service} {servicename} {SERVICE} = service name
  112. # {username} {player} {name} = player username
  113. # {votes} = current vote total
  114. # & = Colour Symbol to enter manual colours / control codes
  115. # {AQUA} {BLACK} {BLUE} {DARK_AQUA} {DARK_BLUE}
  116. # {DARK_GRAY} {DARK_GREEN} {DARK_PURPLE} {DARK_RED} {GOLD}
  117. # {GRAY} {GREEN} {LIGHT_PURPLE} {RED} {WHITE} {YELLOW} {BOLD}
  118. # {ITALIC} {UNDERLINE} {STRIKETHROUGH} {STRIKE}
  119. # {STRIKETHROUGH} {MAGIC} {RESET}
  120.  
  121. votemessage:
  122. - '{GOLD}{STRIKETHROUGH}-----------------------------------------------------'
  123. - '&6Vote for us every day for in game rewards and extras'
  124. - '&fhttp://www.planetminecraft.com/server/tropicaldreams-3375909/vote/'
  125. - '&fhttp://minecraftservers.org/vote/181481'
  126. - '&fhttp://minecraft-mp.com/server/93139/vote/'
  127. - '{GOLD}{STRIKETHROUGH}-----------------------------------------------------'
  128. - '{GOLD}You currently have {WHITE}{votes}{GOLD} Votes'
  129.  
  130. remindmessage:
  131. - '{GOLD}{STRIKETHROUGH}-----------------------------------------------------'
  132. - 'You have not voted recently, please do /vote to support the server <3'
  133. - '{GOLD}{STRIKETHROUGH}-----------------------------------------------------'
  134. - '{GOLD}You currently have {WHITE}{votes} Votes'
  135.  
  136. joinmessage:
  137. - '{GOLD}-----------------------------------------------------'
  138. - 'Vote for us every day for in game rewards and extras'
  139. - '{GOLD}-----------------------------------------------------'
  140. - '{AQUA}You currently have {GREEN}{votes} Votes'
  141.  
  142. # Additional formatting codes for below:
  143.  
  144. # {TOTAL} = vote total - used for /rewards
  145. # {REWARD} = current rewardmessage as specified in the cumulative reward section - used for /rewards
  146. # {POSITION} = current rank - used for /votetop
  147. # {username} = player name - used for /votetop
  148.  
  149. rewardformat: '{GREEN}{TOTAL} Votes {GRAY}- {AQUA}{REWARD}'
  150. votetopformat: '{POSITION}. {GREEN}{username} - {WHITE}{TOTAL}'
  151. rewardheader:
  152. - '{GOLD}---------------- {WHITE}[ {DARK_AQUA}Rewards{WHITE} ] {GOLD}----------------'
  153. votetopheader:
  154. - '{GOLD}---------------- {WHITE}[ {DARK_AQUA}Top Voters{WHITE} ] {GOLD}----------------'
  155. rewardfooter:
  156. - '{AQUA}You currently have {GREEN}{votes} Votes'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement