Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.53 KB | None | 0 0
  1. # GAListener v1.3.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. # 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: true
  33. cumulative: true
  34. broadcastqueue: true
  35. broadcastrecent: true
  36. broadcastoffline: true
  37. votecommand: true
  38. rewardcommand: true
  39. joinmessage: true
  40. voteremind: true
  41. remindseconds: 100000
  42. ratelimit: 0
  43. logfile: true
  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: '{GRAY}[{LIGHTRED}Antidote{LIGHTBLUE]PvP{GRAY] {GREEN}{username} {GOLD}has voted @ {GREEN}{service} {GOLD}and received {GREEN}great rewards!'
  59. playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!'
  60. commands:
  61. - '/eco give {username} 2000'
  62. - '/give {username} 264 5'
  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. '2':
  68. broadcast: '{GREEN}{username} {GOLD}was lucky and received an {GREEN}extra $1000!'
  69. playermessage: '{GREEN}You were lucky and received an extra $1000!'
  70. commands:
  71. - '/eco give {username} 1000'
  72. '5':
  73. broadcast: '{GREEN}{username} {GOLD}was super lucky and received an {GREEN}extra 100 XP and $1000!'
  74. playermessage: '{GREEN}You were super lucky and received an {GREEN}extra 100 XP and $1000!'
  75. commands:
  76. - '/xp give {username} 50'
  77. - '/eco give {username} 2000'
  78. '10':
  79. broadcast: '{GREEN}{username} {GOLD}was super lucky and received an {GREEN}extra MONEY, XP and DIAMONDS!'
  80. playermessage: '{GREEN}You were super lucky and received an {GREEN}extra MONEY, XP and DIAMONDS!'
  81. commands:
  82. - '/xp give {username} 50'
  83. - '/eco give {username} 2000'
  84. - '/give {username} 264 5'
  85. '12':
  86. broadcast: '{GREEN}{username} {GOLD}was super lucky and received an {GREEN}a elemental crate and other rewards!'
  87. playermessage: '{GREEN}You were super lucky and received an {GREEN} elemental crate and other rewards!'
  88. commands:
  89. - '/cc give physical element 1 {username}'
  90. - '/xp give {username} 50'
  91. - '/eco give {username} 2000'
  92. - '/give {username} 264 5'
  93. '15':
  94. broadcast: '{GREEN}{username} {GOLD}was super lucky and received an {GREEN}2 elemental crates and other rewards!'
  95. playermessage: '{GREEN}You were super lucky and received an {GREEN} elemental crate and other rewards!'
  96. commands:
  97. - '/cc give physical element 2 {username}'
  98. - '/xp give {username} 50'
  99. - '/eco give {username} 10000'
  100. - '/give {username} 264 10'
  101. '30':
  102. broadcast: '{GREEN}{username} {GOLD}was super lucky and received an {GREEN}5 elemental crates and other rewards!'
  103. playermessage: '{GREEN}You were super lucky and received an {GREEN} elemental crate and other rewards!'
  104. commands:
  105. - '/cc give physical element 5 {username}'
  106. - '/xp give {username} 50'
  107. - '/eco give {username} 15000'
  108. - '/give {username} 264 5'
  109. '60':
  110. broadcast: '{GREEN}{username} {GOLD}was super lucky and received an {GREEN}5 elemental crates and 5 plague crates + other rewards!'
  111. playermessage: '{GREEN}You were super lucky and received an {GREEN} elemental crate and other rewards!'
  112. commands:
  113. - '/cc give physical element 5 {username}'
  114. - '/cc give physical plague 5 {username}'
  115. - '/xp give {username} 50'
  116. - '/eco give {username} 30000'
  117. - '/give {username} 264 15'
  118. '100':
  119. broadcast: '{GREEN}{username} {GOLD}was super lucky and received an {GREEN}15 elemental crates and 15 plague crates + other rewards!'
  120. playermessage: '{GREEN}You were super lucky and received an {GREEN} elemental crate and other rewards!'
  121. commands:
  122. - '/cc give physical element 15 {username}'
  123. - '/cc give physical plague 15 {username}'
  124. - '/xp give {username} 50'
  125. - '/eco give {username} 60000'
  126. - '/give {username} 264 30'
  127. '150':
  128. broadcast: '{GREEN}{username} {GOLD}was super lucky and received an {GREEN}20 elemental crates and 20 plague crates + other rewards!'
  129. playermessage: '{GREEN}You were super lucky and received an {GREEN} elemental crate and other rewards!'
  130. commands:
  131. - '/cc give physical element 20 {username}'
  132. - '/cc give physical plague 20 {username}'
  133. - '/xp give {username} 50'
  134. - '/eco give {username} 100000'
  135. - '/give {username} 264 45'
  136. '200':
  137. broadcast: '{GREEN}{username} {GOLD}was super lucky and received an {GREEN30 elemental crates and 30 plague crates + other rewards!'
  138. playermessage: '{GREEN}You were super lucky and received an {GREEN} elemental crate and other rewards!'
  139. commands:
  140. - '/cc give physical element 30 {username}'
  141. - '/cc give physical plague 30 {username}'
  142. - '/xp give {username} 50'
  143. - '/eco give {username} 200000'
  144. - '/give {username} 264 64'
  145. '500':
  146. broadcast: '{GREEN}{username} {GOLD}was super lucky and received an {GREEN}40 elemental crates and 40 plague crates + other rewards!'
  147. playermessage: '{GREEN}You were super lucky and received an {GREEN} elemental crate and other rewards!'
  148. commands:
  149. - '/cc give physical element 40 {username}'
  150. - '/cc give physical plague 40 {username}'
  151. - '/xp give {username} 50'
  152. - '/eco give {username} 400000'
  153. - '/give {username} 264 64'
  154. '700':
  155. broadcast: '{GREEN}{username} {GOLD}was super lucky and received an {GREEN}50 elemental crates and 50 plague crates + other rewards AND A RANKUP'
  156. playermessage: '{GREEN}You were super lucky and received an {GREEN} elemental crate and other rewards!'
  157. commands:
  158. - '/cc give physical element 50 {username}'
  159. - '/cc give physical plague 50 {username}'
  160. - '/xp give {username} 50'
  161. - '/eco give {username} 600000'
  162. - '/give {username} 264 15'
  163. - '/pex promote {username}'
  164.  
  165. # permission reward section
  166. # This example would give players with the permission node "gal.double" 10 Diamonds instead of their regular reward.
  167.  
  168. perms:
  169. double:
  170. broadcast: '{GREEN}{username} {GOLD}has voted @ {GREEN}{service} {GOLD}and received {GREEN}10 Diamonds!'
  171. playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!'
  172. commands:
  173. - '/give {username} 264 10'
  174.  
  175. # cumulative reward section
  176. # This example would give players 20 Diamonds once they have reached a total of 10 votes.
  177.  
  178. cumulative:
  179. '3':
  180. broadcast: '{GREEN}{username} {GOLD}has voted a total of {YELLOW}3 times {GOLD}and received {GREEN}1 crate!'
  181. playermessage: '{GREEN}Thanks for voting {AQUA}3 times!'
  182. rewardmessage: 'x1 elemental crate'
  183. commands:
  184. - '/cc give physical element 1 {username}'
  185. '6':
  186. broadcast: '{GREEN}{username} {GOLD}has voted a total of {YELLOW}6 times {GOLD}and received {GREEN}2 crates!'
  187. playermessage: '{GREEN}Thanks for voting {AQUA}6 times!'
  188. rewardmessage: 'x2 elemental crate'
  189. commands:
  190. - '/cc give physical element 2 {username}'
  191. '9':
  192. broadcast: '{GREEN}{username} {GOLD}has voted a total of {YELLOW}9 times {GOLD}and received {GREEN}5 crates!'
  193. playermessage: '{GREEN}Thanks for voting {AQUA}9 times!'
  194. rewardmessage: 'x5 elemental crate'
  195. commands:
  196. - '/cc give physical element 5 {username}'
  197. '20':
  198. broadcast: '{GREEN}{username} {GOLD}has voted a total of {YELLOW}20 times {GOLD}and received {GREEN}10 crates!'
  199. playermessage: '{GREEN}Thanks for voting {AQUA}6 times!'
  200. rewardmessage: 'x10 elemental crate'
  201. commands:
  202. - '/cc give physical element 10 {username}'
  203. '50':
  204. broadcast: '{GREEN}{username} {GOLD}has voted a total of {YELLOW}50 times {GOLD}and received {GREEN}25 crates!'
  205. playermessage: '{GREEN}Thanks for voting {AQUA}50 times!'
  206. rewardmessage: 'x25 elemental crate'
  207. commands:
  208. - '/cc give physical element 25 {username}'
  209. '100':
  210. broadcast: '{GREEN}{username} {GOLD}has voted a total of {YELLOW}100 times {GOLD}and received {GREEN}40 crates!'
  211. playermessage: '{GREEN}Thanks for voting {AQUA}6 times!'
  212. rewardmessage: 'x20 elemental crate x20 plague crate'
  213. commands:
  214. - '/cc give physical element 20 {username}'
  215. - '/cc give physical plague 20 {username}'
  216. '150':
  217. broadcast: '{GREEN}{username} {GOLD}has voted a total of {YELLOW}150 times {GOLD}and received {GREEN}60 crates!'
  218. playermessage: '{GREEN}Thanks for voting {AQUA}6 times!'
  219. rewardmessage: 'x30 elemental crate x30 plague crate'
  220. commands:
  221. - '/cc give physical element 30 {username}'
  222. - '/cc give physical plague 30 {username}'
  223. '175':
  224. broadcast: '{GREEN}{username} {GOLD}has voted a total of {YELLOW}100 times {GOLD}and received {GREEN}70 crates!'
  225. playermessage: '{GREEN}Thanks for voting {AQUA}6 times!'
  226. rewardmessage: 'x35 elemental crate x35 plague crate'
  227. commands:
  228. - '/cc give physical element 35 {username}'
  229. - '/cc give physical plague 35 {username}'
  230. '250':
  231. broadcast: '{GREEN}{username} {GOLD}has voted a total of {YELLOW}100 times {GOLD}and received {GREEN}100 crates!'
  232. playermessage: '{GREEN}Thanks for voting {AQUA}6 times!'
  233. rewardmessage: 'x50 elemental crate x50 plague crate'
  234. commands:
  235. - '/cc give physical element 50 {username}'
  236. - '/cc give physical plague 50 {username}'
  237. '500':
  238. broadcast: '{GREEN}{username} {GOLD}has voted a total of {YELLOW}100 times {GOLD}and received {GREEN}300 crates!'
  239. playermessage: '{GREEN}Thanks for voting {AQUA}6 times!'
  240. rewardmessage: 'x150 elemental crate x150 plague crate'
  241. commands:
  242. - '/cc give physical element 150 {username}'
  243. - '/cc give physical plague 150 {username}'
  244. '700':
  245. broadcast: '{GREEN}{username} {GOLD}has voted a total of {YELLOW}100 times {GOLD}and received {GREEN}500 crates and a RANKUP!'
  246. playermessage: '{GREEN}Thanks for voting {AQUA}6 times!'
  247. rewardmessage: 'x20 elemental crate x20 plague crate'
  248. commands:
  249. - '/cc give physical element 250 {username}'
  250. - '/cc give physical plague 250 {username}'
  251. - '/pex promote {username}'
  252. # blocked - a list of worlds where rewards should be disabled, they will remain queued until the player is in an allowed world.
  253.  
  254. blocked:
  255. - world_blocked
  256.  
  257. # Available formatting codes for messages:
  258.  
  259. # {service} {servicename} {SERVICE} = service name
  260. # {username} {player} {name} = player username
  261. # {votes} = current vote total
  262. # & = Colour Symbol to enter manual colours / control codes
  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. - '{GOLD}Vote for us every day for in game rewards and extras'
  272. - '{GOLD}-----------------------------------------------------'
  273. - '{AQUA}You currently have {GREEN}{votes} Votes'
  274.  
  275. remindmessage:
  276. - '{GOLD}-----------------------------------------------------'
  277. - 'You have not voted recently, please vote to support the server'
  278. - '{GOLD}-----------------------------------------------------'
  279. - '{AQUA}You currently have {GREEN}{votes} Votes'
  280.  
  281. joinmessage:
  282. - '{GOLD}-----------------------------------------------------'
  283. - 'Vote for us every day for in game rewards and extras'
  284. - '{GOLD}-----------------------------------------------------'
  285. - '{AQUA}You currently have {GREEN}{votes} Votes'
  286.  
  287. # Additional formatting codes for below:
  288.  
  289. # {TOTAL} = vote total - used for /rewards
  290. # {REWARD} = current rewardmessage as specified in the cumulative reward section - used for /rewards
  291. # {POSITION} = current rank - used for /votetop
  292. # {username} = player name - used for /votetop
  293.  
  294. rewardformat: '{GREEN}{TOTAL} Votes {GRAY}- {AQUA}{REWARD}'
  295. votetopformat: '{POSITION}. {GREEN}{username} - {WHITE}{TOTAL}'
  296. rewardheader:
  297. - '{GOLD}---------------- {WHITE}[ {DARK_AQUA}Rewards{WHITE} ] {GOLD}----------------'
  298. - ' '
  299. - '{GOLD} Each vote you get $2000, 5 diamonds AND a chance to win special prizes!'
  300. - ' '
  301. - '{GOLD}---------------- {WHITE}[ {DARK_AQUA}Chances{WHITE} ] {GOLD}----------------'
  302. - '{GOLD} 1/2 chance to obtain an extra - $1000!'
  303. - ' '
  304. - '{GOLD} 1/5 chance to obtain an extra - $2000, and some XP!'
  305. - ' '
  306. - '{GOLD} 1/10 chance to obtain an extra - $2000, some XP and diamonds!'
  307. - ' '
  308. - '{GOLD} 1/12 chance to obtain an extra - $2000, 1 crate and other rewards!'
  309. - ' '
  310. - '{GOLD} 1/15 chance to obtain an extra - $10000, 2 crates and other rewards!'
  311. - ' '
  312. - '{GOLD} 1/30 chance to obtain an extra - $15000, ? crates and other rewards!'
  313. - ' '
  314. - '{GOLD} 1/60 chance to obtain an extra - $30000, ? crates and other rewards!'
  315. - ' '
  316. - '{GOLD} 1/100 chance to obtain an extra - $60000, ? crates and other rewards!'
  317. -' '
  318. - '{GOLD} 1/150 chance to obtain an extra - $100000, ? crates and other rewards!'
  319. -' '
  320. - '{GOLD} 1/200 chance to obtain an extra - $200000, ? crates and other rewards!'
  321. -' '
  322. - '{GOLD} 1/500 chance to obtain an extra - $400000, ? crates and other rewards!'
  323. -' '
  324. - '{GOLD} 1/700 chance to obtain an extra - $600000, ? crates and {BLUE}A RANKUP!'
  325. -' '
  326. - '{GOLD}---------------- {WHITE}[ {DARK_AQUA}Cumulative{WHITE} ] {GOLD}----------------'
  327. -' '
  328. - '{GOLD} 3 total votes to obtain an extra - crate!'
  329. -' '
  330. - '{GOLD} 6 total votes to obtain an extra - 2 crates!'
  331. -' '
  332. - '{GOLD} 9 total votes to obtain an extra - 5 crates!'
  333. -' '
  334. - '{GOLD} 20 total votes to obtain an extra - 10 crates!'
  335. -' '
  336. - '{GOLD} 50 total votes to obtain an extra - 25 crates!'
  337. -' '
  338. - '{GOLD} 100 total votes to obtain an extra - 40 crates!'
  339. -' '
  340. - '{GOLD} 150 total votes to obtain an extra - 60 crates!'
  341. -' '
  342. - '{GOLD} 175 total votes to obtain an extra - 70 crates!'
  343. -' '
  344. - '{GOLD} 250 total votes to obtain an extra - 100 crates!'
  345. -' '
  346. - '{GOLD} 500 total votes to obtain an extra - 300 crates!'
  347. -' '
  348. - '{GOLD} 700 total votes to obtain an extra - 500 crates and a {BLUE} RANKUP!'
  349.  
  350. votetopheader:
  351. -'{GOLD}---------------- {WHITE}[ {DARK_AQUA}Top Voters{WHITE} ] {GOLD}----------------'
  352. -'{POSITION}. {GREEN}{username} - {WHITE}{TOTAL}'
  353. -'{POSITION}. {GREEN}{username} - {WHITE}{TOTAL}'
  354. -'{POSITION}. {GREEN}{username} - {WHITE}{TOTAL}'
  355. -'{POSITION}. {GREEN}{username} - {WHITE}{TOTAL}'
  356. -'{POSITION}. {GREEN}{username} - {WHITE}{TOTAL}'
  357. -'{POSITION}. {GREEN}{username} - {WHITE}{TOTAL}'
  358. -'{POSITION}. {GREEN}{username} - {WHITE}{TOTAL}'
  359. -'{POSITION}. {GREEN}{username} - {WHITE}{TOTAL}'
  360. -'{POSITION}. {GREEN}{username} - {WHITE}{TOTAL}'
  361. -'{POSITION}. {GREEN}{username} - {WHITE}{TOTAL}'
  362. rewardfooter:
  363. - '{AQUA}You currently have {GREEN}{votes} Votes'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement