Advertisement
Guest User

cumulative

a guest
Nov 8th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.89 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: false
  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: '{GRAY}{BOLD}[{AQUA}TN{GRAY}{BOLD}] {AQUA}{BOLD}{username} {YELLOW}Has Voted @ {AQUA}{BOLD}{service} {YELLOW}And Received {AQUA}{BOLD}5 Diamonds{YELLOW}, {AQUA}{BOLD}$1000{YELLOW}, {AQUA}{BOLD}1000 Added Claim Blocks {YELLOW}And{AQUA}{BOLD} 1 Iron Vote Key{AQUA}{BOLD}!'
  59. playermessage: '{YELLOW}Thanks for voting at {AQUA}{BOLD}{service}!'
  60. commands:
  61. - '/give {username} 264 5'
  62. - '/key iron {username}'
  63. - '/eco give {username} $1000'
  64. - '/AdjustBonusClaimBlocks {username} 1000'
  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. '7':
  71. broadcast: '{GREEN}{username} {GOLD}was lucky and received an {GREEN}extra $1000!'
  72. playermessage: '{GREEN}You were lucky and received an extra $1000!'
  73. commands:
  74. - '/eco give {username} 2000'
  75. - '/give {username} 264 5'
  76. - '/key diamond {username}'
  77. - '/AdjustBonusClaimBlocks {username} 2000'
  78.  
  79. # permission reward section
  80. # This example would give players with the permission node "gal.double" 10 Diamonds instead of their regular reward.
  81.  
  82. perms:
  83. double:
  84. broadcast: '{GREEN}{username} {GOLD}has voted @ {GREEN}{service} {GOLD}and received {GREEN}10 Diamonds!'
  85. playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!'
  86. commands:
  87. - '/give {username} 264 10'
  88.  
  89. # cumulative reward section
  90. # This example would give players 20 Diamonds once they have reached a total of 10 votes.
  91.  
  92. cumulative:
  93. '1':
  94. broadcast: '{AQUA}{username} {YELLOW}Voted Once {RED}Enjoy 5 extra MK3 credits {YELLOW}!'
  95. playermessage: '{GREEN}Thanks for voting {AQUA}Once!'
  96. rewardmessage: 'EXTRA MK3 CREDITS'
  97. commands:
  98. - '/manuaddp {username} tekkitrestrict.limit.126.2.20'
  99. - '/manuaddp {username} tekkitrestrict.limit.126.7.20'
  100. '2':
  101. broadcast: '{AQUA}{username} {YELLOW}Voted Twice {RED}Enjoy 5 extra MK3 credits {YELLOW}!'
  102. playermessage: '{GREEN}Thanks for voting {AQUA}Twice!'
  103. rewardmessage: 'EXTRA MK3 CREDITS'
  104. commands:
  105. - '/manuaddp {username} tekkitrestrict.limit.126.2.25'
  106. - '/manuaddp {username} tekkitrestrict.limit.126.7.25'
  107. '3':
  108. broadcast: '{AQUA}{username} {YELLOW}Voted Three times {RED}Enjoy 5 extra MK3 credits {YELLOW}!'
  109. playermessage: '{GREEN}Thanks for voting {AQUA}Three times!'
  110. rewardmessage: 'EXTRA MK3 CREDITS'
  111. commands:
  112. - '/manuaddp {username} tekkitrestrict.limit.126.2.30'
  113. - '/manuaddp {username} tekkitrestrict.limit.126.7.30'
  114. '4':
  115. broadcast: '{AQUA}{username} {YELLOW}Voted Four times {RED}Enjoy 5 extra MK3 credits {YELLOW}!'
  116. playermessage: '{GREEN}Thanks for voting {AQUA}Four times!'
  117. rewardmessage: 'EXTRA MK3 CREDITS'
  118. commands:
  119. - '/manuaddp {username} tekkitrestrict.limit.126.2.35'
  120. - '/manuaddp {username} tekkitrestrict.limit.126.7.35'
  121. '5':
  122. broadcast: '{AQUA}{username} {YELLOW}Voted Five times {RED}Enjoy 5 extra MK3 credits {YELLOW}!'
  123. playermessage: '{GREEN}Thanks for voting {AQUA}Five times!'
  124. rewardmessage: 'EXTRA MK3 CREDITS'
  125. commands:
  126. - '/manuaddp {username} tekkitrestrict.limit.126.2.40'
  127. - '/manuaddp {username} tekkitrestrict.limit.126.7.40'
  128. '6':
  129. broadcast: '{AQUA}{username} {YELLOW}Voted Six times {RED}Enjoy 5 extra MK3 credits {YELLOW}!'
  130. playermessage: '{GREEN}Thanks for voting {AQUA}Six times!'
  131. rewardmessage: 'EXTRA MK3 CREDITS'
  132. commands:
  133. - '/manuaddp {username} tekkitrestrict.limit.126.2.45'
  134. - '/manuaddp {username} tekkitrestrict.limit.126.7.45'
  135. '7':
  136. broadcast: '{AQUA}{username} {YELLOW}Voted Seven times {RED}Enjoy 5 extra MK3 credits {YELLOW}!'
  137. playermessage: '{GREEN}Thanks for voting {AQUA}Seven times!'
  138. rewardmessage: 'EXTRA MK3 CREDITS'
  139. commands:
  140. - '/manuaddp {username} tekkitrestrict.limit.126.2.50'
  141. - '/manuaddp {username} tekkitrestrict.limit.126.7.50'
  142. '8':
  143. broadcast: '{AQUA}{username} {YELLOW}Voted Eight times {RED}Enjoy 5 extra MK3 credits {YELLOW}!'
  144. playermessage: '{GREEN}Thanks for voting {AQUA}Eight times!'
  145. rewardmessage: 'EXTRA MK3 CREDITS'
  146. commands:
  147. - '/manuaddp {username} tekkitrestrict.limit.126.2.55'
  148. - '/manuaddp {username} tekkitrestrict.limit.126.7.55'
  149. '9':
  150. broadcast: '{AQUA}{username} {YELLOW}Voted Nine times {RED}Enjoy 5 extra MK3 credits {YELLOW}!'
  151. playermessage: '{GREEN}Thanks for voting {AQUA}Nine times!'
  152. rewardmessage: 'EXTRA MK3 CREDITS'
  153. commands:
  154. - '/manuaddp {username} tekkitrestrict.limit.126.2.60'
  155. - '/manuaddp {username} tekkitrestrict.limit.126.7.60'
  156. '10':
  157. broadcast: '{AQUA}{username} {YELLOW}Voted {RED}10 times {AQUA}Enjoy 5 extra MK3 credits {YELLOW}!'
  158. playermessage: '{GREEN}Thanks for voting {AQUA}TEN times!'
  159. rewardmessage: 'EXTRA MK3 CREDITS'
  160. commands:
  161. - '/manuaddp {username} tekkitrestrict.limit.126.2.65'
  162. - '/manuaddp {username} tekkitrestrict.limit.126.7.65'
  163. '11':
  164. broadcast: '{AQUA}{username} {YELLOW}Voted {RED}Over 10+ times {AQUA}Enjoy 5 extra MK3 credits {YELLOW}!'
  165. playermessage: '{GREEN}Thanks for voting {RED}OVER {AQUA}TEN times!'
  166. rewardmessage: 'EXTRA MK3 CREDITS'
  167. commands:
  168. - '/manuaddp {username} tekkitrestrict.limit.126.2.70'
  169. - '/manuaddp {username} tekkitrestrict.limit.126.7.70'
  170. '12':
  171. broadcast: '{AQUA}{username} {YELLOW}Voted {RED}Over 10+ times {AQUA}Enjoy 5 extra MK3 credits {YELLOW}!'
  172. playermessage: '{GREEN}Thanks for voting {RED}OVER {AQUA}TEN times!'
  173. rewardmessage: 'EXTRA MK3 CREDITS'
  174. commands:
  175. - '/manuaddp {username} tekkitrestrict.limit.126.2.75'
  176. - '/manuaddp {username} tekkitrestrict.limit.126.7.75'
  177. '13':
  178. broadcast: '{AQUA}{username} {YELLOW}Voted {RED}Over 10+ times {AQUA}Enjoy 5 extra MK3 credits {YELLOW}!'
  179. playermessage: '{GREEN}Thanks for voting {RED}OVER {AQUA}TEN times!'
  180. rewardmessage: 'EXTRA MK3 CREDITS'
  181. commands:
  182. - '/manuaddp {username} tekkitrestrict.limit.126.2.80'
  183. - '/manuaddp {username} tekkitrestrict.limit.126.7.80'
  184. '14':
  185. broadcast: '{AQUA}{username} {YELLOW}Voted {RED}Over 10+ times {AQUA}Enjoy 5 extra MK3 credits {YELLOW}!'
  186. playermessage: '{GREEN}Thanks for voting {RED}OVER {AQUA}TEN times!'
  187. rewardmessage: 'EXTRA MK3 CREDITS'
  188. commands:
  189. - '/manuaddp {username} tekkitrestrict.limit.126.2.85'
  190. - '/manuaddp {username} tekkitrestrict.limit.126.7.85'
  191. '15':
  192. broadcast: '{AQUA}{username} {YELLOW}Voted {RED}Over 10+ times {AQUA}Enjoy 5 extra MK3 credits {YELLOW}!'
  193. playermessage: '{GREEN}Thanks for voting {RED}OVER {AQUA}TEN times!'
  194. rewardmessage: 'EXTRA MK3 CREDITS'
  195. commands:
  196. - '/manuaddp {username} tekkitrestrict.limit.126.2.90'
  197. - '/manuaddp {username} tekkitrestrict.limit.126.7.90'
  198. '16':
  199. broadcast: '{AQUA}{username} {YELLOW}Voted {RED}Over 10+ times {AQUA}Enjoy 5 extra MK3 credits {YELLOW}!'
  200. playermessage: '{GREEN}Thanks for voting {RED}OVER {AQUA}TEN times!'
  201. rewardmessage: 'EXTRA MK3 CREDITS'
  202. commands:
  203. - '/manuaddp {username} tekkitrestrict.limit.126.2.95'
  204. - '/manuaddp {username} tekkitrestrict.limit.126.7.95'
  205. '17':
  206. broadcast: '{AQUA}{username} {YELLOW}Voted {RED}Over 10+ times {AQUA}Enjoy 5 extra MK3 credits {YELLOW}!'
  207. playermessage: '{GREEN}Thanks for voting {RED}OVER {AQUA}TEN times!'
  208. rewardmessage: 'EXTRA MK3 CREDITS'
  209. commands:
  210. - '/manuaddp {username} tekkitrestrict.limit.126.2.100'
  211. - '/manuaddp {username} tekkitrestrict.limit.126.7.100'
  212. '18':
  213. broadcast: '{AQUA}{username} {YELLOW}Voted {RED}Over 10+ times {AQUA}Enjoy 5 extra MK3 credits {YELLOW}!'
  214. playermessage: '{GREEN}Thanks for voting {RED}OVER {AQUA}TEN times!'
  215. rewardmessage: 'EXTRA MK3 CREDITS'
  216. commands:
  217. - '/manuaddp {username} tekkitrestrict.limit.126.2.105'
  218. - '/manuaddp {username} tekkitrestrict.limit.126.7.105'
  219. '19':
  220. broadcast: '{AQUA}{username} {YELLOW}Voted {RED}Over 10+ times {AQUA}Enjoy 5 extra MK3 credits {YELLOW}!'
  221. playermessage: '{GREEN}Thanks for voting {RED}OVER {AQUA}TEN times!'
  222. rewardmessage: 'EXTRA MK3 CREDITS'
  223. commands:
  224. - '/manuaddp {username} tekkitrestrict.limit.126.2.110'
  225. - '/manuaddp {username} tekkitrestrict.limit.126.7.110'
  226. '20':
  227. broadcast: '{AQUA}{username} {YELLOW}Voted {RED}Over 20+ times {AQUA}Enjoy 10 extra MK3 credits {YELLOW}!'
  228. playermessage: '{GREEN}Thanks for voting {RED}OVER {AQUA}TWENTY times!'
  229. rewardmessage: 'EXTRA MK3 CREDITS'
  230. commands:
  231. - '/manuaddp {username} tekkitrestrict.limit.126.2.120'
  232. - '/manuaddp {username} tekkitrestrict.limit.126.7.120'
  233. '21':
  234. broadcast: '{AQUA}{username} {YELLOW}Voted {RED}Over 20+ times {AQUA}Enjoy 10 extra MK3 credits {YELLOW}!'
  235. playermessage: '{GREEN}Thanks for voting {RED}OVER {AQUA}TWENTY times!'
  236. rewardmessage: 'EXTRA MK3 CREDITS'
  237. commands:
  238. - '/manuaddp {username} tekkitrestrict.limit.126.2.130'
  239. - '/manuaddp {username} tekkitrestrict.limit.126.7.130'
  240. '22':
  241. broadcast: '{AQUA}{username} {YELLOW}Voted {RED}Over 20+ times {AQUA}Enjoy 10 extra MK3 credits {YELLOW}!'
  242. playermessage: '{GREEN}Thanks for voting {RED}OVER {AQUA}TWENTY times!'
  243. rewardmessage: 'EXTRA MK3 CREDITS'
  244. commands:
  245. - '/manuaddp {username} tekkitrestrict.limit.126.2.140'
  246. - '/manuaddp {username} tekkitrestrict.limit.126.7.140'
  247. '23':
  248. broadcast: '{AQUA}{username} {YELLOW}Voted {RED}Over 20+ times {AQUA}Enjoy 10 extra MK3 credits {YELLOW}!'
  249. playermessage: '{GREEN}Thanks for voting {RED}OVER {AQUA}TWENTY times!'
  250. rewardmessage: 'EXTRA MK3 CREDITS'
  251. commands:
  252. - '/manuaddp {username} tekkitrestrict.limit.126.2.150'
  253. - '/manuaddp {username} tekkitrestrict.limit.126.7.150'
  254. '24':
  255. broadcast: '{AQUA}{username} {YELLOW}Voted {RED}Over 20+ times {AQUA}Enjoy 10 extra MK3 credits {YELLOW}!'
  256. playermessage: '{GREEN}Thanks for voting {RED}OVER {AQUA}TWENTY times!'
  257. rewardmessage: 'EXTRA MK3 CREDITS'
  258. commands:
  259. - '/manuaddp {username} tekkitrestrict.limit.126.2.160'
  260. - '/manuaddp {username} tekkitrestrict.limit.126.7.160'
  261. '25':
  262. broadcast: '{AQUA}{username} {YELLOW}Voted {RED}Over 20+ times {AQUA}Enjoy 10 extra MK3 credits {YELLOW}!'
  263. playermessage: '{GREEN}Thanks for voting {RED}OVER {AQUA}TWENTY times!'
  264. rewardmessage: 'EXTRA MK3 CREDITS'
  265. commands:
  266. - '/manuaddp {username} tekkitrestrict.limit.126.2.170'
  267. - '/manuaddp {username} tekkitrestrict.limit.126.7.170'
  268. '26':
  269. broadcast: '{AQUA}{username} {YELLOW}Voted {RED}Over 20+ times {AQUA}Enjoy 10 extra MK3 credits {YELLOW}!'
  270. playermessage: '{GREEN}Thanks for voting {RED}OVER {AQUA}TWENTY times!'
  271. rewardmessage: 'EXTRA MK3 CREDITS'
  272. commands:
  273. - '/manuaddp {username} tekkitrestrict.limit.126.2.180'
  274. - '/manuaddp {username} tekkitrestrict.limit.126.7.180'
  275. '27':
  276. broadcast: '{AQUA}{username} {YELLOW}Voted {RED}Over 20+ times {AQUA}Enjoy 10 extra MK3 credits {YELLOW}!'
  277. playermessage: '{GREEN}Thanks for voting {RED}OVER {AQUA}TWENTY times!'
  278. rewardmessage: 'EXTRA MK3 CREDITS'
  279. commands:
  280. - '/manuaddp {username} tekkitrestrict.limit.126.2.190'
  281. - '/manuaddp {username} tekkitrestrict.limit.126.7.190'
  282. '28':
  283. broadcast: '{AQUA}{username} {YELLOW}Voted {RED}Over 20+ times {AQUA}Enjoy 10 extra MK3 credits {YELLOW}!'
  284. playermessage: '{GREEN}Thanks for voting {RED}OVER {AQUA}TWENTY times!'
  285. rewardmessage: 'EXTRA MK3 CREDITS'
  286. commands:
  287. - '/manuaddp {username} tekkitrestrict.limit.126.2.200'
  288. - '/manuaddp {username} tekkitrestrict.limit.126.7.200'
  289. '29':
  290. broadcast: '{AQUA}{username} {YELLOW}Voted {RED}Over 20+ times {AQUA}Enjoy 10 extra MK3 credits {YELLOW}!'
  291. playermessage: '{GREEN}Thanks for voting {RED}OVER {AQUA}TWENTY times!'
  292. rewardmessage: 'EXTRA MK3 CREDITS'
  293. commands:
  294. - '/manuaddp {username} tekkitrestrict.limit.126.2.210'
  295. - '/manuaddp {username} tekkitrestrict.limit.126.7.210'
  296. '30':
  297. broadcast: '{AQUA}{username} {YELLOW}Voted {RED}Over 30+ times {AQUA}Enjoy 20 extra MK3 credits {YELLOW}!'
  298. playermessage: '{GREEN}Thanks for voting {RED}OVER {AQUA}THIRTY times!'
  299. rewardmessage: 'EXTRA MK3 CREDITS'
  300. commands:
  301. - '/manuaddp {username} tekkitrestrict.limit.126.2.230'
  302. - '/manuaddp {username} tekkitrestrict.limit.126.7.230'
  303. '31':
  304. broadcast: '{AQUA}{username} {YELLOW}Voted {RED}Over 30+ times {AQUA}Enjoy 20 extra MK3 credits {YELLOW}!'
  305. playermessage: '{GREEN}Thanks for voting {RED}OVER {AQUA}THIRTY times!'
  306. rewardmessage: 'EXTRA MK3 CREDITS'
  307. commands:
  308. - '/manuaddp {username} tekkitrestrict.limit.126.2.250'
  309. - '/manuaddp {username} tekkitrestrict.limit.126.7.250'
  310. '32':
  311. broadcast: '{AQUA}{username} {YELLOW}Voted {RED}Over 30+ times {AQUA}Enjoy 20 extra MK3 credits {YELLOW}!'
  312. playermessage: '{GREEN}Thanks for voting {RED}OVER {AQUA}THIRTY times!'
  313. rewardmessage: 'EXTRA MK3 CREDITS'
  314. commands:
  315. - '/manuaddp {username} tekkitrestrict.limit.126.2.270'
  316. - '/manuaddp {username} tekkitrestrict.limit.126.7.270'
  317. '33':
  318. broadcast: '{AQUA}{username} {YELLOW}Voted {RED}Over 30+ times {AQUA}Enjoy 20 extra MK3 credits {YELLOW}!'
  319. playermessage: '{GREEN}Thanks for voting {RED}OVER {AQUA}THIRTY times!'
  320. rewardmessage: 'EXTRA MK3 CREDITS'
  321. commands:
  322. - '/manuaddp {username} tekkitrestrict.limit.126.2.290'
  323. - '/manuaddp {username} tekkitrestrict.limit.126.7.290'
  324. '34':
  325. broadcast: '{AQUA}{username} {YELLOW}Voted {RED}Over 30+ times {AQUA}Enjoy 20 extra MK3 credits {YELLOW}!'
  326. playermessage: '{GREEN}Thanks for voting {RED}OVER {AQUA}THIRTY times!'
  327. rewardmessage: 'EXTRA MK3 CREDITS'
  328. commands:
  329. - '/manuaddp {username} tekkitrestrict.limit.126.2.310'
  330. - '/manuaddp {username} tekkitrestrict.limit.126.7.310'
  331. '35':
  332. broadcast: '{AQUA}{username} {YELLOW}Voted {RED}Over 30+ times {AQUA}Enjoy 20 extra MK3 credits {YELLOW}!'
  333. playermessage: '{GREEN}Thanks for voting {RED}OVER {AQUA}THIRTY times!'
  334. rewardmessage: 'EXTRA MK3 CREDITS'
  335. commands:
  336. - '/manuaddp {username} tekkitrestrict.limit.126.2.330'
  337. - '/manuaddp {username} tekkitrestrict.limit.126.7.330'
  338. '36':
  339. broadcast: '{AQUA}{username} {YELLOW}Voted {RED}Over 30+ times {AQUA}Enjoy 20 extra MK3 credits {YELLOW}!'
  340. playermessage: '{GREEN}Thanks for voting {RED}OVER {AQUA}THIRTY times!'
  341. rewardmessage: 'EXTRA MK3 CREDITS'
  342. commands:
  343. - '/manuaddp {username} tekkitrestrict.limit.126.2.350'
  344. - '/manuaddp {username} tekkitrestrict.limit.126.7.350'
  345. '37':
  346. broadcast: '{AQUA}{username} {YELLOW}Voted {RED}Over 30+ times {AQUA}Enjoy 20 extra MK3 credits {YELLOW}!'
  347. playermessage: '{GREEN}Thanks for voting {RED}OVER {AQUA}THIRTY times!'
  348. rewardmessage: 'EXTRA MK3 CREDITS'
  349. commands:
  350. - '/manuaddp {username} tekkitrestrict.limit.126.2.370'
  351. - '/manuaddp {username} tekkitrestrict.limit.126.7.370'
  352. '38':
  353. broadcast: '{AQUA}{username} {YELLOW}Voted {RED}Over 30+ times {AQUA}Enjoy 20 extra MK3 credits {YELLOW}!'
  354. playermessage: '{GREEN}Thanks for voting {RED}OVER {AQUA}THIRTY times!'
  355. rewardmessage: 'EXTRA MK3 CREDITS'
  356. commands:
  357. - '/manuaddp {username} tekkitrestrict.limit.126.2.390'
  358. - '/manuaddp {username} tekkitrestrict.limit.126.7.390'
  359. '39':
  360. broadcast: '{AQUA}{username} {YELLOW}Voted {RED}Over 30+ times {AQUA}Enjoy 20 extra MK3 credits {YELLOW}!'
  361. playermessage: '{GREEN}Thanks for voting {RED}OVER {AQUA}THIRTY times!'
  362. rewardmessage: 'EXTRA MK3 CREDITS'
  363. commands:
  364. - '/manuaddp {username} tekkitrestrict.limit.126.2.410'
  365. - '/manuaddp {username} tekkitrestrict.limit.126.7.410'
  366. '40':
  367. broadcast: '{AQUA}{username} {YELLOW}Voted {RED}Over 40+ times {AQUA}Enjoy 30 extra MK3 credits {YELLOW}!'
  368. playermessage: '{GREEN}Thanks for voting {RED}OVER {AQUA}FORTY times!'
  369. rewardmessage: 'EXTRA MK3 CREDITS'
  370. commands:
  371. - '/manuaddp {username} tekkitrestrict.limit.126.2.440'
  372. - '/manuaddp {username} tekkitrestrict.limit.126.7.440'
  373.  
  374. # blocked - a list of worlds where rewards should be disabled, they will remain queued until the player is in an allowed world.
  375.  
  376. blocked:
  377. - world_blocked
  378.  
  379. # Available formatting codes for messages:
  380.  
  381. # {service} {servicename} {SERVICE} = service name
  382. # {username} {player} {name} = player username
  383. # {votes} = current vote total
  384. # & = Colour Symbol to enter manual colours / control codes
  385. # {AQUA} {BLACK} {BLUE} {DARK_AQUA} {DARK_BLUE}
  386. # {DARK_GRAY} {DARK_GREEN} {DARK_PURPLE} {DARK_RED} {GOLD}
  387. # {GRAY} {GREEN} {LIGHT_PURPLE} {RED} {WHITE} {YELLOW} {BOLD}
  388. # {ITALIC} {UNDERLINE} {STRIKETHROUGH} {STRIKE}
  389. # {STRIKETHROUGH} {MAGIC} {RESET}
  390.  
  391. votemessage:
  392. - '&7&l=====================&b&lVote&7====================='
  393. - ' &b&n&lVote For Us Every Day For In Game Rewards'
  394. - ''
  395. - ' &b&n https://goo.gl/xQLjrT'
  396. - ' &b&n https://goo.gl/Ug8Orz'
  397. - ''
  398. - ' &b&n&lVote For Us Every Day For In Game Rewards'
  399. - '&7&l==========================================='
  400.  
  401. remindmessage:
  402. - '&7&l=====================&b&lVote&7====================='
  403. - ' &b&n&lVote For Us Every Day For In Game Rewards'
  404. - ''
  405. - ' &b&n https://goo.gl/xQLjrT'
  406. - ' &b&n https://goo.gl/Ug8Orz'
  407. - ''
  408. - ' &b&n&lVote For Us Every Day For In Game Rewards'
  409. - '&7&l==========================================='
  410.  
  411. joinmessage:
  412. - '&7&l=====================&b&lVote&7====================='
  413. - ' &b&n&lVote For Us Every Day For In Game Rewards'
  414. - ''
  415. - ' &b&n https://goo.gl/xQLjrT'
  416. - ' &b&n https://goo.gl/Ug8Orz'
  417. - ''
  418. - ' &b&n&lVote For Us Every Day For In Game Rewards'
  419. - '&7&l==========================================='
  420.  
  421. # Additional formatting codes for below:
  422.  
  423. # {TOTAL} = vote total - used for /rewards
  424. # {REWARD} = current rewardmessage as specified in the cumulative reward section - used for /rewards
  425. # {POSITION} = current rank - used for /votetop
  426. # {username} = player name - used for /votetop
  427.  
  428. rewardformat: '{GREEN}{TOTAL} Votes {GRAY}- {AQUA}{REWARD}'
  429. votetopformat: '{POSITION}. {GREEN}{username} - {WHITE}{TOTAL}'
  430. rewardheader:
  431. - '{GOLD}---------------- {WHITE}[ {DARK_AQUA}Rewards{WHITE} ] {GOLD}----------------'
  432. votetopheader:
  433. - '{GOLD}---------------- {WHITE}[ {DARK_AQUA}Top Voters{WHITE} ] {GOLD}----------------'
  434. rewardfooter:
  435. - '{AQUA}You currently have {GREEN}{votes} Votes'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement