Guest User

Untitled

a guest
Jun 3rd, 2016
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.58 KB | None | 0 0
  1. # GAListener v1.3.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: true
  32. permvote: false
  33. cumulative: true
  34. broadcastqueue: true
  35. broadcastrecent: true
  36. broadcastoffline: false
  37. votecommand: true
  38. rewardcommand: false
  39. joinmessage: true
  40. voteremind: false
  41. remindseconds: 300
  42. ratelimit: 10
  43. logfile: false
  44. dbMode: 'sqlite'
  45. dbFile: 'GAL.db'
  46. dbHost: 'localhost'
  47. dbPort: 3306
  48. dbUser: 'root'
  49. dbPass: ''
  50. dbName: 'GAL'
  51. dbPrefix: ''
  52.  
  53. # services section (default is used if service doesn't exist)
  54. # The example below would give 5 diamonds per vote.
  55.  
  56. services:
  57. default:
  58. broadcast: '{RED}{username} {GRAY}has just voted at {RED}MythCraft {GRAY}and received{RED} $100!'
  59. playermessage: '{RED}Thanks for your support. Keep going!'
  60. commands:
  61. - '/pay {username} 100'
  62.  
  63. # luckyvotes section
  64. # 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.
  65.  
  66. luckyvotes:
  67. '10':
  68. broadcast: '{RED}{username} {GRAY}has rechieved a bonus reward {RED} $200!'
  69. playermessage: '{RED}An extra lucky bonus, you rechieved: {RED} $300!'
  70. commands:
  71. - /Pay {username} 300
  72. '20':
  73. broadcast: '{RED}{username} {GRAY}has rechieved a bonus reward {RED}1 Member Key!'
  74. playermessage: '{GOLD}You were lucky, and rechieved a bonus reward {RED}1 Member Key!'
  75. commands:
  76. - /Crate key {username} Member 1
  77. '50':
  78. broadcast: '{RED}{username} {GRAY}has rechieved a bonus reward {RED}2 Member Keys!'
  79. playermessage: '{GOLD}You were lucky, and rechieved a bonus reward {RED} 2 Member Keys!'
  80. commands:
  81. - /Crate key {username} Member 2
  82. '75':
  83. broadcast: '{RED}{username} {GRAY}has rechieved a bonus reward {RED}1 Spawner Key!'
  84. playermessage: '{GRAY}You were lucky, and rechieved a bonus reward {RED}1 Spawner Key!'
  85. commands:
  86. - /Crate key {username} Spawner 1
  87. '100':
  88. broadcast: '{RED}{username} {GRAY}has rechieved a bonus reward {RED}1 Spawner Key!'
  89. playermessage: '{GRAY}You were lucky, and rechieved a bonus reward {RED}1 Spawner Key!'
  90. commands:
  91. - /Crate key {username} Spawner 1
  92. '125':
  93. broadcast: '{RED}{username} {GRAY}were lucky and received {RED}Protection 4 Armor'
  94. playermessage: '{GRAY}You were lucky and received {RED}Protection 4 Armor!'
  95. commands:
  96. - /give {username} 310 1 protection:4
  97. - /give {username} 311 1 protection:4
  98. - /give {username} 312 1 protection:4
  99. - /give {username} 313 1 protection:4
  100. '1000':
  101. broadcast: '{RED}{username} {GRAY}were lucky and received a {LIGHT_PURPLE}$10 Buycraft Voucher!'
  102. playermessage: '{GOLD}You were lucky and received a {LIGHT_PURPLE}$10 Buycraft Voucher! {RED}Take picture and post on forums for voucher.'
  103. commands:
  104.  
  105. # permission reward section
  106. # This example would give players with the permission node "gal.double" 10 Diamonds instead of their regular reward.
  107.  
  108. perms:
  109. double:
  110. broadcast: '{GREEN}{username} {GOLD}has voted @ {GREEN}{service} {GOLD}and received {GREEN}10 Diamonds!'
  111. playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!'
  112. commands:
  113. - '/Givepoints {username} 10'
  114.  
  115. # cumulative reward section
  116. # This example would give players 20 Diamonds once they have reached a total of 10 votes.
  117.  
  118. cumulative:
  119. '75':
  120. broadcast: '{RED}{username} {GRAY}has voted a total of {RED}75 times {GRAY}and received {DARK_GREEN}4 5 Spawner Keys!'
  121. playermessage: '{GRAY}Thanks for voting {RED}75times!'
  122. rewardmessage: '5 Spawner Keys'
  123. commands:
  124. - '/Crate key {username} Spawner 5'
  125. '100':
  126. broadcast: '{RED}{username} {GRAY}has voted a total of {RED}100 times {GRAY}and received {RED}$5000!'
  127. playermessage: '{RED}Thanks for voting {RED}100 times!'
  128. rewardmessage: '$5000'
  129. commands:
  130. - '//pay {username} 5000'
  131. '200':
  132. broadcast: '{RED}{username} {GRAY}has voted a total of {RED}200 times {GOLD}and received a {GREEN} $7500!'
  133. playermessage: '{RED}Thanks for voting {AQUA}200 times!'
  134. rewardmessage: '$7500'
  135. commands:
  136. - '/PAY {username} 7500'
  137.  
  138. # blocked - a list of worlds where rewards should be disabled, they will remain queued until the player is in an allowed world.
  139.  
  140. blocked:
  141. - world_blocked
  142.  
  143. # Available formatting codes for messages:
  144.  
  145. # {service} {servicename} {SERVICE} = service name
  146. # {username} {player} {name} = player username
  147. # {votes} = current vote total
  148. # & = Colour Symbol to enter manual colours / control codes
  149. # {AQUA} {BLACK} {BLUE} {DARK_AQUA} {DARK_BLUE}
  150. # {DARK_GRAY} {DARK_GREEN} {DARK_PURPLE} {DARK_RED} {GOLD}
  151. # {GRAY} {GREEN} {LIGHT_PURPLE} {RED} {WHITE} {YELLOW} {BOLD}
  152. # {ITALIC} {UNDERLINE} {STRIKETHROUGH} {STRIKE}
  153. # {STRIKETHROUGH} {MAGIC} {RESET}
  154.  
  155. votemessage:
  156. - '{DARK_GRAY}-----------------{RED}{BOLD}VOTE{DARK_GRAY}----------------------'
  157. - '{GRAY}You will rechieve {RED}$100, {RED} and a Member Key!'
  158. - '{DARK_GRAY}--------------{red}{BOLD}Lucky Vote{DARK_GRAY}-------------------'
  159. - '{DARK_GRAY}[{GRAY}1{DARK_GRAY}/{GRAY}10{DARK_GRAY}] {GRAY}Chance to win a extra {RED}$100'
  160. - '{DARK_GRAY}[{GRAY}1{DARK_GRAY}/{GRA}20{DARK_GRAY}] {GRAY}Chance to win a extra {RED}1 Member Key!'
  161. - '{DARK_GRAY}[{GRAY}1{DARK_GRAY}/{GRAY}50{DARK_GRAY}] {GRAY}Chance to win {DARK_AQUA}1 Spawner Key!'
  162. - '{DARK_GRAY}[{GRAY}1{DARK_GRAY}/{GRAY}75{DARK_GRAY}] {GRAY}Chance to win {RED}5 Spawner Keys!'
  163. - '{DARK_GRAY}[{GRAY}1{DARK_GRAY}/{GRAY}100{DARK_GRAY}] {GRAY}Chance to win {DARK_GREEN}$5000'
  164. - '{DARK_GRAY}[{GRAY}1{DARK_GRAY}/{GRAY}125{DARK_GRAY}] {GRAY}Chance to win {AQUA}$7500'
  165. - '{DARK_GRAY}[{GRAY}1{DARK_GRAY}/{GRAY}1000{DARK_GRAY}] {GRAY}Chance to win a {LIGHT_PURPLE}$10 Buycraft Voucher'
  166. - '{DARK_GRAY}--------------------------------------------'
  167. - '{DARK_GRAY}[{GRAY}75{DARK_GRAY}] {GRAY}Votes to get {DARK_GREEN}5 Spawner Keys!'
  168. - '{DARK_GRAY}[{GRAY}100{DARK_GRAY}] {GRAY}Votes to get {RED}$5000'
  169. - '{DARK_GRAY}[{GRAY}200{DARK_GRAY}] {GRAY}Votes to get {RED}$10000'
  170. - '{DARK_GRAY}--------------------------------------------'
  171. - '{GRAY}Vote at {RED}http://topg.org/Minecraft/in-426238'
  172. - '{GRAY}Vote at {RED}http://minecraftservers100.com/vote/333'
  173. - '{GRAY}Vote at {RED}https://funminecraftservers.com/servers/4574/vote'
  174. - '{GRAY}Vote at {RED}https://www.minestatus.net/144919-saviorpvp'
  175. - '{GRAY}Vote at {RED}http://minecraft-mp.com/server/113610/vote/'
  176. - '{DARK_GRAY}--------------------------------------------'
  177.  
  178. remindmessage:
  179. - '{GRAY}-----------------------------------------------------'
  180. - 'You have recently not voted for the server. Lift the ass, and do it! ;)'
  181. - '{GRAY}-----------------------------------------------------'
  182. - '{AQUA}You currently have {RED}{votes} Votes'
  183.  
  184. joinmessage:
  185. - '{DARK_GRAY}----------------------------------'
  186. - '{GRAY}Vote daily for awesome rewards! {RED}{BOLD}/vote'
  187. - '{GRAY}You currently have {GREEN}{votes} {GRAY}Votes'
  188. - '{DARK_GRAY}----------------------------------'
  189.  
  190. # Additional formatting codes for below:
  191.  
  192. # {TOTAL} = vote total - used for /rewards
  193. # {REWARD} = current rewardmessage as specified in the cumulative reward section - used for /rewards
  194. # {POSITION} = current rank - used for /votetop
  195. # {username} = player name - used for /votetop
  196.  
  197. rewardformat: '{GREEN}{TOTAL} Votes {GRAY}- {GOLD}{REWARD}'
  198. votetopformat: '{POSITION}. {GREEN}{username} - {GOLD}{TOTAL}'
  199. rewardheader:
  200. - '{DARK_GRAY}---------------- {DARK_RED}[ {GOLD}Rewards{DARK_RED} ] {DARK_GRAY}----------------'
  201. votetopheader:
  202. - '{DARK_GRAY}---------------- {DARK_RED}[ {GOLD}Top Voters{DARK_RED} ] {DARK_GRAY}----------------'
  203. rewardfooter:
  204. - '{GRAY}You currently have {RED}{votes} Votes'
Add Comment
Please, Sign In to add comment