Advertisement
Guest User

Untitled

a guest
Feb 9th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.75 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: true
  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: '{GREEN}{username} {GOLD}has voted and received{GREEN} $1,000,{YELLOW} 250 EXP, 1 MCMMO Credits and{YELLOW} 1 Voting Crate Key. {GOLD}You can too, do {GREEN}{BOLD}/vote!'
  59. playermessage: '{GOLD}Thanks for voting at you can vote daily!'
  60. commands:
  61. - '/eco give {username} 1000'
  62. - '/xp give {username} 250'
  63. - '/cr givekey {username} voting 1'
  64. - '/addcredits {username} 1'
  65.  
  66. # luckyvotes section
  67. # 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.
  68.  
  69. luckyvotes:
  70. '5':
  71. broadcast: '{GREEN}{username} {GOLD}was lucky and received {GREEN}1000 XP'
  72. playermessage: '{GREEN}You were lucky and received 1000 XP!'
  73. commands:
  74. - '/xp give {username} 1000'
  75. '10':
  76. broadcast: '{GREEN}{username} {GOLD}was super lucky and received an {GREEN}extra stack of TNT!'
  77. playermessage: '{GREEN}You were super lucky and received an {GREEN}extra stack of TNT!'
  78. commands:
  79. - '/give {username} 46 64'
  80. '15':
  81. broadcast: '{GREEN}{username} {GOLD}was super lucky and received an {GREEN}extra 25 McMMO and $1000!'
  82. playermessage: '{GREEN}You were super lucky and received an {GREEN}extra 25 McMMO and $1000!'
  83. commands:
  84. - '/addcredits {username} 25'
  85. - '/eco give {username} 1000'
  86. '25':
  87. broadcast: '{GREEN}{username} {GOLD}was super lucky and received an {GREEN}extra 1000 XP and $1000!'
  88. playermessage: '{GREEN}You were super lucky and received an {GREEN}extra 1000 XP and $1000!'
  89. commands:
  90. - '/xp give {username} 1000'
  91. - '/eco give {username} 1000'
  92. '75':
  93. broadcast: '{GREEN}{username} {GOLD}was super lucky and received the{GREEN} Kit Zeus!'
  94. playermessage: '{GREEN}You were super lucky and received the {GREEN}Kit Zeus!'
  95. commands:
  96. - '/kit zeus {username}'
  97. '100':
  98. broadcast: '{GREEN}{username} {GOLD}was super lucky and received {GREEN}$1,000,000!'
  99. playermessage: '{GREEN}You were super lucky and received {GREEN}$1,000,000'
  100. commands:
  101. - '/eco give {username} 1000000'
  102. '250':
  103. broadcast: '{GREEN}{username} {GOLD}was super lucky and received an {GREEN}extra {RED}Iron Golem Spawner!'
  104. playermessage: '{GREEN}You were super lucky and received an {GREEN}extra {RED}Iron Golem Spawner'
  105. commands:
  106. - '/ss give {username} IronGolem 1'
  107.  
  108.  
  109. # permission reward section
  110. # This example would give players with the permission node "gal.double" 10 Diamonds instead of their regular reward.
  111.  
  112. perms:
  113. double:
  114. broadcast: '{GREEN}{username} {GOLD}has voted @ {GREEN}{service} {GOLD}and received {GREEN}10 Diamonds!'
  115. playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!'
  116. commands:
  117. - '/give {username} 264 10'
  118.  
  119. # cumulative reward section
  120. # This example would give players 20 Diamonds once they have reached a total of 10 votes.
  121.  
  122. cumulative:
  123. '5':
  124. broadcast: '{GREEN}{username} {GOLD}has voted a total of {YELLOW}5 times {GOLD}and received {GREEN}$10000!'
  125. playermessage: '{GREEN}Thanks for voting {AQUA}5 times!'
  126. rewardmessage: '$10000'
  127. commands:
  128. - '/eco give {username} 10000'
  129. '10':
  130. broadcast: '{GREEN}{username} {GOLD}has voted a total of {YELLOW}10 times {GOLD}and received {GREEN}7500 XP!'
  131. playermessage: '{GREEN}Thanks for voting {AQUA}10 times!'
  132. rewardmessage: '7500 XP'
  133. commands:
  134. - '/xp give {username} 7500'
  135. '20':
  136. broadcast: '{GREEN}{username} {GOLD}has voted a total of {YELLOW}20 times {GOLD}and received {GREEN}50 MCMMO!'
  137. playermessage: '{GREEN}Thanks for voting {AQUA}20 times!'
  138. rewardmessage: '50 MCMMO'
  139. commands:
  140. - '/addcredits {username} 50'
  141. '50':
  142. broadcast: '{GREEN}{username} {GOLD}has voted a total of {YELLOW}50 times {GOLD}and received {GREEN}1 vex Key!'
  143. playermessage: '{GREEN}Thanks for voting {AQUA}50 times!'
  144. rewardmessage: '1 vex key'
  145. commands:
  146. - '/cr givekey {username} vex 1'
  147. '100':
  148. broadcast: '{GREEN}{username} {GOLD}has voted a total of {YELLOW}100 times {GOLD}and received {GREEN}5 Spawner Keys!'
  149. playermessage: '{GREEN}Thanks for voting {AQUA}100 times!'
  150. rewardmessage: '5 Spawner Keys'
  151. commands:
  152. - '/cr givekey {username} spawner 5'
  153. '125':
  154. broadcast: '{GREEN}{username} {GOLD}has voted a total of {YELLOW}100 times {GOLD}and received {GREEN}20 Extra Factions Power!'
  155. playermessage: '{GREEN}Thanks for voting {AQUA}125 times!'
  156. rewardmessage: '20 extra faction power'
  157. commands:
  158. - '/f powerboost p {username} 20'
  159.  
  160.  
  161. # blocked - a list of worlds where rewards should be disabled, they will remain queued until the player is in an allowed world.
  162.  
  163. blocked:
  164.  
  165. # Available formatting codes for messages:
  166.  
  167. # {service} {servicename} {SERVICE} = service name
  168. # {username} {player} {name} = player username
  169. # {votes} = current vote total
  170. # & = Colour Symbol to enter manual colours / control codes
  171. # {AQUA} {BLACK} {BLUE} {DARK_AQUA} {DARK_BLUE}
  172. # {DARK_GRAY} {DARK_GREEN} {DARK_PURPLE} {DARK_RED} {GOLD}
  173. # {GRAY} {GREEN} {LIGHT_PURPLE} {RED} {WHITE} {YELLOW} {BOLD}
  174. # {ITALIC} {UNDERLINE} {STRIKETHROUGH} {STRIKE}
  175. # {STRIKETHROUGH} {MAGIC} {RESET}
  176.  
  177. votemessage:
  178. - '{DARK_GRAY}&m-----------------[&c&l VOTE &8&m]----------------------'
  179. - '{GOLD}You get {YELLOW}1 Voting Key, $1,000, {YELLOW}250 EXP, {GOLD}and {YELLOW}1 mcMMO'
  180. - '{DARK_GRAY}&m--------------[&c&l Lucky Vote &8&m]-------------------'
  181. - '{DARK_GRAY}[{GOLD}1{DARK_GRAY}/{GOLD}5{DARK_GRAY}] {GOLD}Chance to win {GREEN}1000 XP'
  182. - '{DARK_GRAY}[{GOLD}1{DARK_GRAY}/{GOLD}10{DARK_GRAY}] {GOLD}Chance to win an extra {GREEN}Stack of TNT'
  183. - '{DARK_GRAY}[{GOLD}1{DARK_GRAY}/{GOLD}15{DARK_GRAY}] {GOLD}Chance to win {DARK_AQUA}25 McMMO + $1000'
  184. - '{DARK_GRAY}[{GOLD}1{DARK_GRAY}/{GOLD}25{DARK_GRAY}] {GOLD}Chance to win &c1000XP + $1000'
  185. - '{DARK_GRAY}[{GOLD}1{DARK_GRAY}/{GOLD}75{DARK_GRAY}] {GOLD}Chance to win the {DARK_GREEN}Kit Zeus'
  186. - '{DARK_GRAY}[{GOLD}1{DARK_GRAY}/{GOLD}100{DARK_GRAY}] {GOLD}Chance to win {AQUA}$1,000,000'
  187. - '{DARK_GRAY}[{GOLD}1{DARK_GRAY}/{GOLD}250{DARK_GRAY}] {GOLD}Chance to win a {LIGHT_PURPLE}Iron Golem Spawner'
  188. - '{DARK_GRAY}&m------------------------------------------------'
  189. - '{DARK_GRAY}[{GOLD}5{DARK_GRAY}] {GOLD}Votes to get {DARK_GREEN}$10,000!'
  190. - '{DARK_GRAY}[{GOLD}10{DARK_GRAY}] {GOLD}Votes to get {DARK_GREEN}7500 XP!'
  191. - '{DARK_GRAY}[{GOLD}20{DARK_GRAY}] {GOLD}Votes to get {DARK_GREEN}50 MCMMO!'
  192. - '{DARK_GRAY}[{GOLD}50{DARK_GRAY}] {GOLD}Votes to get a {DARK_GREEN}Vex Key'
  193. - '{DARK_GRAY}[{GOLD}100{DARK_GRAY}] {GOLD}Votes to get {DARK_GREEN}5 Spawner Keys!'
  194. - '{DARK_GRAY}[{GOLD}125{DARK_GRAY}] {GOLD}Votes to get {DARK_GREEN}20 Extra Factions Power'
  195. - '{DARK_GRAY}&m------------------------------------------------'
  196. - '{GOLD}Vote @ &c&lhttp://www.vexmc.com/pages/vote/'
  197. - '{DARK_GRAY}&m-------------[&c&l Top Voter Rewards &8&m]-------------'
  198. - '&8[&c&l1st&8] &f- &e$20 Buycraft Voucher'
  199. - '&8[&c&l2nd&8] &f- &e$10 Buycraft Voucher'
  200. - '&8[&c&l3rd&8] &f- &e$5 Buycraft Voucher'
  201. - '{DARK_GRAY}&m------------------------------------------------'
  202.  
  203. remindmessage:
  204. - '&8&m-----------------------------------------------------'
  205. - '&cYou have not voted recently, please vote to support the server'
  206. - '&8&m-----------------------------------------------------'
  207. - '{AQUA}You currently have {GREEN}{votes} Votes'
  208.  
  209. joinmessage:
  210. - '&8&m-----------------------------------------------------'
  211. - '&cVote for us every day for in game rewards and extras'
  212. - '&8&m-----------------------------------------------------'
  213. - '{AQUA}You currently have {GREEN}{votes} Votes'
  214.  
  215. # Additional formatting codes for below:
  216.  
  217. # {TOTAL} = vote total - used for /rewards
  218. # {REWARD} = current rewardmessage as specified in the cumulative reward section - used for /rewards
  219. # {POSITION} = current rank - used for /votetop
  220. # {username} = player name - used for /votetop
  221.  
  222. rewardformat: '{GREEN}{TOTAL} Votes {GRAY}- {AQUA}{REWARD}'
  223. votetopformat: '&7{POSITION}. &c{username} &f- &6{TOTAL}'
  224. rewardheader:
  225. - '&8&m----------------[&c&l TOP VOTERS &8&m]----------------'
  226. votetopheader:
  227. - '&8&m----------------[&c&l TOP VOTERS &8&m]----------------'
  228. rewardfooter:
  229. - '{AQUA}You currently have {GREEN}{votes} Votes'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement