Advertisement
Guest User

Untitled

a guest
May 21st, 2017
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.36 KB | None | 0 0
  1. # GAListener v1.4.5
  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. # ignoreoffline - Ignore votes for players who are offline
  8. # luckyvote - Enables the lucky voting section for voters to have a random chance to receive additional rewards when they vote.
  9. # permvote - Enables the permission voting section for voters to receive different rewards based upon their permissions.
  10. # cumulative - Enables the cumulative voting section for voters to receive rewards once they have reached a certain number of votes.
  11. # broadcastqueue - Show broadcast message for queued votes.
  12. # broadcastoffline - Show broadcast message for offline queued votes.
  13. # broadcastrecent - Show broadcast message to recent voters (last 24 hours)
  14. # votecommand - Enables the /vote command which will show the message contained in the votemessage section.
  15. # rewardcommand - Enables the /rewards command which will show a list of all the cumulative voting rewards.
  16. # joinmessage - Show the message contained in the joinmessage section at the bottom of this config when a player joins the server.
  17. # voteremind - Message players who have not voted in the last 24 hours. Shows the message contained in the remindmessage section.
  18. # remindseconds - How often (in seconds) between each reminder message.
  19. # votesigns - Auto update top voter signs / skulls by using signs with "[galtop]" as the first line and a position number as the second
  20. # signupdateseconds - How often (in seconds) between updating top voter signs
  21. # ratelimit - Ignore votes received within this many seconds since the last vote for the same player on the same site.
  22. # logfile - Log received votes to vote.log file.
  23. # countvotes - Should votes be counted towards total? This will also disable cumulative voting if false.
  24. # verbose - show extra information in the logs
  25. # dbMode - Database mode. Use either mysql or sqlite.
  26. # dbFile - Database filename for SQLite.
  27. # dbHost - Database IP / Hostname for MySQL.
  28. # dbPort - Database port for MySQL.
  29. # dbUser - Database username for MySQL.
  30. # dbPass - Database password for MySQL.
  31. # dbName - Database name for MySQL.
  32. # dbPrefix - Database table prefix.
  33.  
  34. settings:
  35. onlineonly: false
  36. ignoreoffline: true
  37. luckyvote: true
  38. permvote: true
  39. cumulative: true
  40. broadcastqueue: true
  41. broadcastrecent: true
  42. broadcastoffline: false
  43. votecommand: true
  44. rewardcommand: true
  45. joinmessage: true
  46. voteremind: true
  47. remindseconds: 1800
  48. votesigns: true
  49. signupdateseconds: 600
  50. ratelimit: 10
  51. logfile: false
  52. countvotes: true
  53. verbose: false
  54. dbMode: "sqlite"
  55. dbFile: "GAL.db"
  56. dbHost: "localhost"
  57. dbPort: 3306
  58. dbUser: "root"
  59. dbPass: ""
  60. dbName: "GAL"
  61. dbPrefix: ""
  62.  
  63. # services section (default is used if service does not exist)
  64. # The example below would give 5 diamonds per vote.
  65.  
  66. services:
  67. default:
  68. broadcast: "{RED}{username} {GRAY}has voted with {RED}/Vote! {GRAY}Use {RED}/rewards {GRAY}to see what you can get!"
  69. playermessage: "{GRAY}Thank you for voting for {GOLD}Enchanted{RED}Craft{GRAY}!"
  70. slotsrequired: 1
  71. commands:
  72. - "/crate give p vote 1 {username}"
  73. - "/give {username} 49 6"
  74. - "/give {username} 46 6"
  75. - "/eco give {username} $500"
  76.  
  77. # luckyvotes section
  78. # 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.
  79.  
  80. luckyvotes:
  81. "10":
  82. broadcast: "{RED}{username} {GRAY}was lucky and received {RED}extra $1000!"
  83. playermessage: "{RED}You were lucky and received $1000!"
  84. slotsrequired: 0
  85. commands:
  86. - "/eco give {username} 1000"
  87. "25":
  88. broadcast: "{RED}{username} {GRAY}was lucky and received {RED}$2000 + 15 TNT+ 15 Obsidian!"
  89. playermessage: "{RED}You were lucky and received $2000 + 15 TNT + 15 Obsidian!"
  90. slotsrequired: 0
  91. commands:
  92. - "/eco give {username} 2000"
  93. - "/give {username} 46 15"
  94. - "/give {username} 49 15"
  95. "50":
  96. broadcast: "{RED}{username} {GRAY}was lucky and received {RED}5x Common Keys + $5000!"
  97. playermessage: "{RED}You were lucky and received 5x Common Keys + $5000!"
  98. slotsrequired: 0
  99. commands:
  100. - "/crate give p common 5 {username}"
  101. - "/eco give {username} 5000"
  102. "75":
  103. broadcast: "{RED}{username} {GRAY}was lucky and received {RED}3x Creeper Eggs + 1x Blaze Spawner!"
  104. playermessage: "{RED}You were lucky and received 3x Creeper Eggs + 1x Blaze Spawner!"
  105. slotsrequired: 0
  106. commands:
  107. - "/give {username} Creeperegg 3"
  108. - "/ss give {username} Blaze 1"
  109. "100":
  110. broadcast: "{RED}{username} {GRAY}was lucky and received {RED}5x Creeper Eggs + 3x Enchanted Golden Apple + 1x Cow Spawner!"
  111. playermessage: "{RED}You were lucky and received 5x Creeper Eggs + 3x Enchanted Golden Apples + 1x Cow Spawner!"
  112. slotsrequired: 0
  113. commands:
  114. - "/give {username} Creeperegg 5"
  115. - "/give {username} 322:1 3"
  116. - "/ss give {username} Cow 1"
  117. "150":
  118. broadcast: "{RED}{username} {GRAY}was lucky and received {RED}10x Creeper Eggs + 7x Enchanted Golden Apple + 1x Zombie Spawner!"
  119. playermessage: "{RED}You were lucky and received 10x Creeper Eggs + 7x Enchanted Golden Apples + 1x Zombie Spawner!"
  120. slotsrequired: 0
  121. commands:
  122. - "/give {username} Creeperegg 10"
  123. - "/give {username} 322:1 7"
  124. - "/ss give {username} Zombie 1"
  125. "300":
  126. broadcast: "{RED}{username} {GRAY}was lucky and received {RED}5x Blaze Spawner + 1x Iron Golem + 3x Rare Keys!"
  127. playermessage: "{RED}You were lucky and received 5x Blaze Spawner + 1x Iron Golem + 3x Rare Keys!"
  128. slotsrequired: 0
  129. commands:
  130. - "/ss give {username} Blaze 5"
  131. - "/ss give {username} IronGolem 1"
  132. - "/crate give p rare 3 {username}"
  133. "500":
  134. broadcast: "{RED}{username} {GRAY}was lucky and received {RED}3x Rare Keys + 2x Ultra Keys + 1x Exclusive Keys!"
  135. playermessage: "{RED}You were lucky and received 3x Rare Keys + 2x Ultra Keys + 1x Exclusive Keys!"
  136. slotsrequired: 0
  137. commands:
  138. - "/crate give p rare 3 {username}"
  139. - "/crate give p ultra 2 {username}"
  140. - "/crate give p exclusive 1 {username}"
  141. "750":
  142. broadcast: "{RED}{username} {GRAY}was lucky and received {RED}1x Berserker kit!"
  143. playermessage: "{RED}You were lucky and received 1x Berserker kit!"
  144. slotsrequired: 0
  145. commands:
  146. - "/kit berserker {username}"
  147. "1000":
  148. broadcast: "{RED}{username} {GRAY}was lucky and received {RED}1x Miner kit!"
  149. playermessage: "{RED}You were lucky and received 1x Miner kit!"
  150. slotsrequired: 0
  151. commands:
  152. - "/kit miner {username}"
  153. "1500":
  154. broadcast: "{RED}{username} {GRAY}was lucky and received {RED}Coal Rank!"
  155. playermessage: "{RED}You were lucky and received Coal Rank!"
  156. slotsrequired: 0
  157. commands:
  158. - "/voucher give coalrank 1 {username}"
  159.  
  160. # cumulative reward section
  161. # This example would give players 20 Diamonds once they have reached a total of 10 votes.
  162.  
  163. cumulative:
  164. "24":
  165. broadcast: "{RED}{username} {GRAY}has voted a total of {RED}24 times {GRAY}and received {RED}10 MCMMO + $5,000!"
  166. playermessage: "{GRAY}Thanks for voting {RED}24 times!"
  167. rewardmessage: "10 MCMMO + $5,000"
  168. slotsrequired: 1
  169. commands:
  170. - "/addcredits {username} 10"
  171. - "/eco give {username} 5000"
  172. "36":
  173. broadcast: "{RED}{username} {GRAY}has voted a total of {RED}36 times {GRAY}and received {RED}15 MCMMO + $10,000!"
  174. playermessage: "{GRAY}Thanks for voting {RED}36 times!"
  175. rewardmessage: "15 MCMMO + $10,000"
  176. slotsrequired: 1
  177. commands:
  178. - "/addcredits {username} 15"
  179. - "/eco give {username} 10000"
  180. "48":
  181. broadcast: "{RED}{username} {GRAY}has voted a total of {RED}48 times {GRAY}and received {RED}25 MCMMO + $25,000!"
  182. playermessage: "{GRAY}Thanks for voting {RED}48 times!"
  183. rewardmessage: "25 MCMMO + $25,000"
  184. slotsrequired: 1
  185. commands:
  186. - "/addcredits {username} 25"
  187. - "/eco give {username} 25000"
  188. "60":
  189. broadcast: "{RED}{username} {GRAY}has voted a total of {RED}60 times {GRAY}and received {RED}1x Rare Keys + $35,000!"
  190. playermessage: "{GRAY}Thanks for voting {RED}60 times!"
  191. rewardmessage: "1x Rare Keys + $35,000"
  192. slotsrequired: 1
  193. commands:
  194. - "/crate give p rare 1 {username}"
  195. - "/eco give {username} 35000"
  196. "72":
  197. broadcast: "{RED}{username} {GRAY}has voted a total of {RED}72 times {GRAY}and received {RED}1x Exclusive Keys + 2x Common Keys + $35,000!"
  198. playermessage: "{GRAY}Thanks for voting {RED}72 times!"
  199. rewardmessage: "1x Ultra Keys + 2x Common Keys + $35,000"
  200. slotsrequired: 1
  201. commands:
  202. - "/crate give p exclusive 1 {username}"
  203. - "/crate give p common 2 {username}"
  204. - "/eco give {username} 35000"
  205. "96":
  206. broadcast: "{RED}{username} {GRAY}has voted a total of {RED}96 times {GRAY}and received {RED}2x Ultra Keys + 5x Common Keys + $50,000!"
  207. playermessage: "{GRAY}Thanks for voting {RED}96 times!"
  208. rewardmessage: "2x Ultra Keys + 5x Common Keys + $50,000"
  209. slotsrequired: 1
  210. commands:
  211. - "/crate give p ultra 2 {username}"
  212. - "/crate give p common 5 {username}"
  213. - "/eco give {username} 50000"
  214. "136":
  215. broadcast: "{RED}{username} {GRAY}has voted a total of {RED}136 times {GRAY}and received {RED}1x Creeper Spawner + 1x Exclusive Keys + $75,000!"
  216. playermessage: "{GRAY}Thanks for voting {RED}136 times!"
  217. rewardmessage: "1x Creeper Spawner + 1x Exclusive Keys + $75,000"
  218. slotsrequired: 1
  219. commands:
  220. - "/ss give {username} Creeper"
  221. - "/crate give p Exclusive 1 {username}"
  222. - "/eco give {username} 75000"
  223. "184":
  224. broadcast: "{RED}{username} {GRAY}has voted a total of {RED}184 times {GRAY}and received {RED}5x Creeper Spawner + 3x Exclusive Keys + $100,000!"
  225. playermessage: "{GRAY}Thanks for voting {RED}184 times!"
  226. rewardmessage: "5x Creeper Spawner + 3x Exclusive Keys + $100,000"
  227. slotsrequired: 1
  228. commands:
  229. - "/ss give {username} Creeper 5"
  230. - "/crate give p Exclusive 3 {username}"
  231. - "/eco give {username} 100000"
  232. "232":
  233. broadcast: "{RED}{username} {GRAY}has voted a total of {RED}232 times {GRAY}and received {RED}10x Creeper Spawner + 10x Iron Golem Spawner + 5x Exclusive Keys + $500,000!"
  234. playermessage: "{GRAY}Thanks for voting {RED}232 times!"
  235. rewardmessage: "10x Creeper Spawner + 10x IronGolem Spawner 5x Exclusive Keys + $500,000"
  236. slotsrequired: 1
  237. commands:
  238. - "/ss give {username} Creeper 10"
  239. - "/ss give {username} IronGolem 10"
  240. - "/crate give p Exclusive 5 {username}"
  241. - "/eco give {username} 500000"
  242.  
  243.  
  244.  
  245.  
  246. # blocked - a list of worlds where rewards should be disabled, they will remain queued until the player is in an allowed world.
  247.  
  248. blocked:
  249.  
  250. # blocked-regions - a list of WorldGuard regions where rewards should be disabled, they will remain queued until the player relogs, changes world or teleports.
  251.  
  252. blocked-regions:
  253. - region_blocked
  254.  
  255. # Available formatting codes for messages:
  256.  
  257. # {service} {servicename} {SERVICE} = service name
  258. # {username} {player} {name} = player username
  259. # {votes} = current vote total
  260. # {uuid} = uuid string e.g. "de305d54-75b4-431b-adb2-eb6b9e546013"
  261. # & = Colour Symbol to enter manual colours / control codes
  262. # \uXXXX = Unicode symbol (where XXXX is the code)
  263. # {AQUA} {BLACK} {BLUE} {DARK_AQUA} {DARK_BLUE}
  264. # {DARK_GRAY} {DARK_GREEN} {DARK_PURPLE} {DARK_RED} {GOLD}
  265. # {GRAY} {GREEN} {LIGHT_PURPLE} {RED} {WHITE} {YELLOW} {BOLD}
  266. # {ITALIC} {UNDERLINE} {STRIKETHROUGH} {STRIKE}
  267. # {STRIKETHROUGH} {MAGIC} {RESET}
  268.  
  269. votemessage:
  270. - "{GOLD}-----------------------------------------------------"
  271. - "Vote for us every day for 1x VoteKey, 6x Obsidian, 6x TNT, $500"
  272. - "&bhttps://goo.gl/QF7LZF"
  273. - "&bhttps://goo.gl/QB9MSk"
  274. - "&bhttps://goo.gl/L2I4in"
  275. - "&bhttps://goo.gl/9WpFhJ"
  276. - "&bhttps://goo.gl/EgiUn9"
  277. - "&bhttps://goo.gl/UDv7KM"
  278. - "{GOLD}-----------------------------------------------------"
  279. - "{AQUA}You currently have {GREEN}{votes} Votes"
  280.  
  281. remindmessage:
  282. - "{GOLD}-----------------------------------------------------"
  283. - "&cPlease vote to support the server"
  284. - "{GOLD}-----------------------------------------------------"
  285. - "{AQUA}You currently have {GREEN}{votes} Votes"
  286.  
  287. joinmessage:
  288. - "{GOLD}-----------------------------------------------------"
  289. - "Vote for us every day for in game rewards"
  290. - "{GOLD}-----------------------------------------------------"
  291. - "{AQUA}You currently have {GREEN}{votes} Votes"
  292.  
  293. # Additional formatting codes for below:
  294.  
  295. # {TOTAL} = vote total - used for /rewards
  296. # {REWARD} = current rewardmessage as specified in the cumulative reward section - used for /rewards
  297. # {POSITION} = current rank - used for /votetop and top voter signs
  298. # {username} = player name - used for /votetop and top voter signs
  299.  
  300. rewardformat: "{DARK_GRAY}{BOLD}>{RED}{BOLD}>{RED}{TOTAL} {GRAY}Votes {GRAY}- {GRAY}{REWARD}"
  301. votetopformat: "{POSITION}. {GREEN}{username} - {WHITE}{TOTAL}"
  302. rewardheader:
  303. - "{GOLD}---------------- {WHITE}[ {DARK_AQUA}Rewards{WHITE} ] {GOLD}----------------"
  304. votetopheader:
  305. - "{GOLD}---------------- {WHITE}[ {DARK_AQUA}Top Voters{WHITE} ] {GOLD}----------------"
  306. rewardfooter:
  307. - "{AQUA}You currently have {GREEN}{votes} Votes"
  308. topsignformat:
  309. - "Top Voter #{POSITION}"
  310. - "{username}"
  311. - "{votes} Votes"
  312. - "=========="
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement