Guest User

Untitled

a guest
May 5th, 2017
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.74 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: false
  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: false
  47. remindseconds: 300
  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. "1000":
  142. broadcast: "{RED}{username} {GRAY}was lucky and received {RED}Coal Rank!"
  143. playermessage: "{RED}You were lucky and received Coal Rank!"
  144. slotsrequired: 0
  145. commands:
  146. - "/voucher give coalrank 1 {username}"
  147.  
  148. # cumulative reward section
  149. # This example would give players 20 Diamonds once they have reached a total of 10 votes.
  150.  
  151. cumulative:
  152. "12":
  153. broadcast: "{RED}{username} {GRAY}has voted a total of {RED}12 times {GRAY}and received {RED}10 MCMMO + $5,000!"
  154. playermessage: "{GRAY}Thanks for voting {RED}10 times!"
  155. rewardmessage: "10 MCMMO + $5,000"
  156. slotsrequired: 1
  157. commands:
  158. - "/addcredits {username} 10"
  159. - "/eco give {username} 5000"
  160. "24":
  161. broadcast: "{RED}{username} {GRAY}has voted a total of {RED}24 times {GRAY}and received {RED}15 MCMMO + $10,000!"
  162. playermessage: "{GRAY}Thanks for voting {RED}24 times!"
  163. rewardmessage: "15 MCMMO + $10,000"
  164. slotsrequired: 1
  165. commands:
  166. - "/addcredits {username} 15"
  167. - "/eco give {username} 10000"
  168. "36":
  169. broadcast: "{RED}{username} {GRAY}has voted a total of {RED}36 times {GRAY}and received {RED}25 MCMMO + $25,000!"
  170. playermessage: "{GRAY}Thanks for voting {RED}36 times!"
  171. rewardmessage: "25 MCMMO + $25,000"
  172. slotsrequired: 1
  173. commands:
  174. - "/addcredits {username} 25"
  175. - "/eco give {username} 25000"
  176. "48":
  177. broadcast: "{RED}{username} {GRAY}has voted a total of {RED}48 times {GRAY}and received {RED}1x Rare Keys + $35,000!"
  178. playermessage: "{GRAY}Thanks for voting {RED}48 times!"
  179. rewardmessage: "1x Rare Keys + $35,000"
  180. slotsrequired: 1
  181. commands:
  182. - "/crate give p rare 1 {username}"
  183. - "/eco give {username} 35000"
  184. "60":
  185. broadcast: "{RED}{username} {GRAY}has voted a total of {RED}60 times {GRAY}and received {RED}1x Exclusive Keys + 2x Common Keys + $35,000!"
  186. playermessage: "{GRAY}Thanks for voting {RED}60 times!"
  187. rewardmessage: "1x Ultra Keys + 2x Common Keys + $35,000"
  188. slotsrequired: 1
  189. commands:
  190. - "/crate give p exclusive 1 {username}"
  191. - "/crate give p common 2 {username}"
  192. - "/eco give {username} 35000"
  193. "72":
  194. broadcast: "{RED}{username} {GRAY}has voted a total of {RED}72 times {GRAY}and received {RED}2x Ultra Keys + 5x Common Keys + $50,000!"
  195. playermessage: "{GRAY}Thanks for voting {RED}72 times!"
  196. rewardmessage: "2x Ultra Keys + 5x Common Keys + $50,000"
  197. slotsrequired: 1
  198. commands:
  199. - "/crate give p ultra 2 {username}"
  200. - "/crate give p common 5 {username}"
  201. - "/eco give {username} 50000"
  202. "96":
  203. broadcast: "{RED}{username} {GRAY}has voted a total of {RED}96 times {GRAY}and received {RED}1x Creeper Spawner + 1x Exclusive Keys + $75,000!"
  204. playermessage: "{GRAY}Thanks for voting {RED}96 times!"
  205. rewardmessage: "1x Creeper Spawner + 1x Exclusive Keys + $75,000"
  206. slotsrequired: 1
  207. commands:
  208. - "/ss give {username} Creeper"
  209. - "/crate give p Exclusive 1 {username}"
  210. - "/eco give {username} 75000"
  211. "136":
  212. broadcast: "{RED}{username} {GRAY}has voted a total of {RED}136 times {GRAY}and received {RED}5x Creeper Spawner + 3x Exclusive Keys + $100,000!"
  213. playermessage: "{GRAY}Thanks for voting {RED}136 times!"
  214. rewardmessage: "5x Creeper Spawner + 3x Exclusive Keys + $100,000"
  215. slotsrequired: 1
  216. commands:
  217. - "/ss give {username} Creeper 5"
  218. - "/crate give p Exclusive 3 {username}"
  219. - "/eco give {username} 100000"
  220. "184":
  221. broadcast: "{RED}{username} {GRAY}has voted a total of {RED}184 times {GRAY}and received {RED}10x Creeper Spawner + 10x Iron Golem Spawner + 5x Exclusive Keys + $500,000!"
  222. playermessage: "{GRAY}Thanks for voting {RED}184 times!"
  223. rewardmessage: "10x Creeper Spawner + 10x IronGolem Spawner 5x Exclusive Keys + $500,000"
  224. slotsrequired: 1
  225. commands:
  226. - "/ss give {username} Creeper 10"
  227. - "/ss give {username} IronGolem 10"
  228. - "/crate give p Exclusive 5 {username}"
  229. - "/eco give {username} 500000"
  230.  
  231.  
  232.  
  233.  
  234. # blocked - a list of worlds where rewards should be disabled, they will remain queued until the player is in an allowed world.
  235.  
  236. blocked:
  237.  
  238. # blocked-regions - a list of WorldGuard regions where rewards should be disabled, they will remain queued until the player relogs, changes world or teleports.
  239.  
  240. blocked-regions:
  241. - region_blocked
  242.  
  243. # Available formatting codes for messages:
  244.  
  245. # {service} {servicename} {SERVICE} = service name
  246. # {username} {player} {name} = player username
  247. # {votes} = current vote total
  248. # {uuid} = uuid string e.g. "de305d54-75b4-431b-adb2-eb6b9e546013"
  249. # & = Colour Symbol to enter manual colours / control codes
  250. # \uXXXX = Unicode symbol (where XXXX is the code)
  251. # {AQUA} {BLACK} {BLUE} {DARK_AQUA} {DARK_BLUE}
  252. # {DARK_GRAY} {DARK_GREEN} {DARK_PURPLE} {DARK_RED} {GOLD}
  253. # {GRAY} {GREEN} {LIGHT_PURPLE} {RED} {WHITE} {YELLOW} {BOLD}
  254. # {ITALIC} {UNDERLINE} {STRIKETHROUGH} {STRIKE}
  255. # {STRIKETHROUGH} {MAGIC} {RESET}
  256.  
  257. votemessage:
  258. - "{GOLD}-----------------------------------------------------"
  259. - "Vote for us every day for in game rewards"
  260. - "{GOLD}-----------------------------------------------------"
  261. - "{AQUA}You currently have {GREEN}{votes} Votes"
  262.  
  263. remindmessage:
  264. - "{GOLD}-----------------------------------------------------"
  265. - "You have not voted recently, please vote to support the server"
  266. - "{GOLD}-----------------------------------------------------"
  267. - "{AQUA}You currently have {GREEN}{votes} Votes"
  268.  
  269. joinmessage:
  270. - "{GOLD}-----------------------------------------------------"
  271. - "Vote for us every day for in game rewards"
  272. - "{GOLD}-----------------------------------------------------"
  273. - "{AQUA}You currently have {GREEN}{votes} Votes"
  274.  
  275. # Additional formatting codes for below:
  276.  
  277. # {TOTAL} = vote total - used for /rewards
  278. # {REWARD} = current rewardmessage as specified in the cumulative reward section - used for /rewards
  279. # {POSITION} = current rank - used for /votetop and top voter signs
  280. # {username} = player name - used for /votetop and top voter signs
  281.  
  282. rewardformat: "{DARK_GRAY}{BOLD}>{RED}{BOLD}>{RED}{TOTAL} {GRAY}Votes {GRAY}- {GRAY}{REWARD}"
  283. votetopformat: "{POSITION}. {GREEN}{username} - {WHITE}{TOTAL}"
  284. rewardheader:
  285. - "{GOLD}---------------- {WHITE}[ {DARK_AQUA}Rewards{WHITE} ] {GOLD}----------------"
  286. votetopheader:
  287. - "{GOLD}---------------- {WHITE}[ {DARK_AQUA}Top Voters{WHITE} ] {GOLD}----------------"
  288. rewardfooter:
  289. - "{AQUA}You currently have {GREEN}{votes} Votes"
  290. topsignformat:
  291. - "Top Voter #{POSITION}"
  292. - "{username}"
  293. - "{votes} Votes"
  294. - "=========="
Add Comment
Please, Sign In to add comment