Advertisement
Guest User

Untitled

a guest
Jul 21st, 2018
545
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.01 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: false
  32. permvote: false
  33. cumulative: false
  34. broadcastqueue: false
  35. broadcastrecent: true
  36. broadcastoffline: false
  37. votecommand: true
  38. rewardcommand: false
  39. joinmessage: false
  40. voteremind: false
  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: '&e&l{username}&f has just voted and received a &e&lVote Key&f&l {&e/vote&f&l}'
  59. playermessage: ''
  60. commands:
  61. - 'crate gk {username} vote 1'
  62.  
  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. '10':
  68. broadcast: '&5{username} &7was lucky and received &5$1500 &7and a &5Voting Key&7!'
  69. playermessage: '&7You were lucky and received &e$1500 &7and a &eVoting Key&7!'
  70. commands:
  71. - '/eco give {username} 1000'
  72. - '/crate givekey {username} vote 1'
  73. '50':
  74. broadcast: '&5{username} &7was lucky and received &5$1500&7, &57 Diamonds&7, &518 Enchant Bottles&7, and a &5Voting Key&7!'
  75. playermessage: '&7You were lucky and received &e$1500&7, &e7 Diamonds&7, &e18 Enchant Bottles&7, and a &eVoting Key&7!'
  76. commands:
  77. - '/eco give {username} 1500'
  78. - '/crate givekey {username} vote 1'
  79. - '/give {username} 264 7'
  80. - '/give {username} 384 18'
  81. '100':
  82. breoadcast: '&5{username} &7was lucky and received &5$2000&7, &510 Diamonds&7, &525 Enchant Bottles&7, and an &5Explorer Key&7!'
  83. playermessage: '&7You were lucky and received &e$2000&7, &e10 Diamonds&7, &e25 Enchant Bottles&7, and an &eExplorer Key&7!'
  84. commands:
  85. - '/eco give {username} 2000'
  86. - '/crate givekey {username} explorer 1'
  87. - '/give {username} 264 10'
  88. - '/give {username} 384 25'
  89. '500':
  90. broadcast: '&5{username} &7was lucky and received &5$5000&7, &515 Diamonds&7, &564 Enchant Bottles&7, &5Rare Key&7, and an &5Eff III Diamond Pickaxe&7!'
  91. playermessage: '&7You were lucky and received &e$5000&7, &e15 Diamonds&7, &e64 Enchant Bottles&7, &eRare Key&7, and an &eEff III Diamond Pickaxe&7!'
  92. commands:
  93. - '/eco give {username} 5000'
  94. - '/crate givekey {username} rare 1'
  95. - '/give {username} 264 15'
  96. - '/give {username} 384 64'
  97. - '/give {username} 278 1 efficiency:3'
  98. '1000':
  99. broadcast: '&5{username} &7was lucky and received &5$7500&7, &525 Diamonds&7, &5128 Enchant Bottles&7, &52 Rare Keys&7, and a &5Lucky Pickaxe&7!'
  100. playermessage: '&7You were lucky and received &e$7500&7, &e25 Diamonds&7, &e128 Enchant Bottles&7, &e2 Rare Keys&7, and a &eLucky Pickaxe&7!'
  101. commands:
  102. - '/eco give {username} 7500'
  103. - '/crate givekey {username} rare 2'
  104. - '/give {username} 264 25'
  105. - '/give {username} 384 128'
  106. - '/give {username} 278 1 efficiency:4 unbreaking:1 fortune:2 name:&dLucky_Pickaxe'
  107. '2500':
  108. broadcast: '&5{username} &7was lucky and received &5$10000&7, &5Protection IV Armor&7, &5Lucky Pickaxe&7, &5Lucky Sword&7, and a &5Mythical Key&7!'
  109. playermessage: '&7You were lucky and received &e$10000&7, &eProtection IV Armor&7, &eLucky Pickaxe&7, &eLucky Sword&7, and a &eMythical Key&7!'
  110. commands:
  111. - '/eco give {username} 10000'
  112. - '/crate givekey {username} mythical 1'
  113. - '/give {username} 278 1 efficiency:4 unbreaking:1 fortune:2 name:&dLucky_Pickaxe'
  114. - '/give {username} 276 1 sharpness:4 fireaspect:1 unbreaking:1 name:&dSword'
  115. - '/give {username} 310 1 protection:4'
  116. - '/give {username} 311 1 protection:4'
  117. - '/give {username} 312 1 protection:4'
  118. - '/give {username} 313 1 protection:4'
  119. '5000':
  120. broadcast: '&5{username} &7was lucky and received &5$25000&7, &5Protection IV Armor&7, &5Lucky Tools Set&7, and &5One Of Each Key&7!'
  121. playermessage: '&7You were lucky and received &e$25000&7, &eProtection IV Armor&7, &eLucky Tools Set&7, and &eOne Of Each Key&7!'
  122. commands:
  123. - '/eco give {username} 25000'
  124. - '/crate givekey {username} vote 1'
  125. - '/crate givekey {username} explorer 1'
  126. - '/crate givekey {username} rare 1'
  127. - '/crate givekey {username} mythical 1'
  128. - '/crate givekey {username} legendary 1'
  129. - '/give {username} 278 1 efficiency:4 unbreaking:1 fortune:2 name:&dLucky_Pickaxe'
  130. - '/give {username} 276 1 sharpness:4 fireaspect:1 unbreaking:1 name:&dLucky_Sword'
  131. - '/give {username} 277 1 efficiency:4 unbreaking:1 fortune:2 name:&dLucky_Shovel'
  132. - '/give {username} 279 1 efficiency:4 unbreaking:1 fortune:2 name:&dLucky_Axe'
  133. - '/give {username} 310 1 protection:4'
  134. - '/give {username} 311 1 protection:4'
  135. - '/give {username} 312 1 protection:4'
  136. - '/give {username} 313 1 protection:4'
  137.  
  138. # permission reward section
  139. # This example would give players with the permission node "gal.double" 10 Diamonds instead of their regular reward.
  140.  
  141. perms:
  142. double:
  143. broadcast: '{GREEN}{username} {GOLD}has voted @ {GREEN}{service} {GOLD}and received {GREEN}10 Diamonds!'
  144. playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!'
  145. commands:
  146. - '/give {username} 264 10'
  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. '10':
  153. broadcast: '{GREEN}{username} {GOLD}has voted a total of {YELLOW}10 times {GOLD}and received {GREEN}20 Diamonds!'
  154. playermessage: '{GREEN}Thanks for voting {AQUA}10 times!'
  155. rewardmessage: '20x Diamond'
  156. commands:
  157. - '/give {username} 264 20'
  158.  
  159. # blocked - a list of worlds where rewards should be disabled, they will remain queued until the player is in an allowed world.
  160.  
  161. blocked:
  162. - world_blocked
  163.  
  164. # Available formatting codes for messages:
  165.  
  166. # {service} {servicename} {SERVICE} = service name
  167. # {username} {player} {name} = player username
  168. # {votes} = current vote total
  169. # & = Colour Symbol to enter manual colours / control codes
  170. # {AQUA} {BLACK} {BLUE} {DARK_AQUA} {DARK_BLUE}
  171. # {DARK_GRAY} {DARK_GREEN} {DARK_PURPLE} {DARK_RED} {GOLD}
  172. # {GRAY} {GREEN} {LIGHT_PURPLE} {RED} {WHITE} {YELLOW} {BOLD}
  173. # {ITALIC} {UNDERLINE} {STRIKETHROUGH} {STRIKE}
  174. # {STRIKETHROUGH} {MAGIC} {RESET}
  175.  
  176. votemessage:
  177. - "&e&l&m----&6&l&m-----&c&l&m------&6&l&m-----&e&l&m----"
  178. - "&eVote on each link &6&mdaily&e to receive a &6&mVote Key&e!
  179. - ""
  180. - "&6&l• &ehttps://minecraft-server-list.com/server/428934/vote/"
  181. - "&6&l• &ehttps://minecraft-mp.com/server/200964/vote/"
  182. - "&6&l• &ehttps://minecraft-server.net/vote/IslandCentral2/"
  183. - "&6&l• &ehttps://minecraftservers.org/vote/508499"
  184. - "&6&l• &ehttps://topg.org/Minecraft/in-495384"
  185. - "&e&l&m----&6&l&m-----&c&l&m------&6&l&m-----&e&l&m----"
  186.  
  187. remindmessage:
  188. - '{GOLD}-----------------------------------------------------'
  189. - 'You have not voted recently, please vote to support the server'
  190. - '{GOLD}-----------------------------------------------------'
  191. - '{AQUA}You currently have {GREEN}{votes} Votes'
  192.  
  193. joinmessage:
  194. - '{GOLD}-----------------------------------------------------'
  195. - 'Vote for us every day for in game rewards and extras'
  196. - '{GOLD}-----------------------------------------------------'
  197. - '{AQUA}You currently have {GREEN}{votes} Votes'
  198.  
  199. # Additional formatting codes for below:
  200.  
  201. # {TOTAL} = vote total - used for /rewards
  202. # {REWARD} = current rewardmessage as specified in the cumulative reward section - used for /rewards
  203. # {POSITION} = current rank - used for /votetop
  204. # {username} = player name - used for /votetop
  205.  
  206. rewardformat: '{GREEN}{TOTAL} Votes {GRAY}- {AQUA}{REWARD}'
  207. votetopformat: '{POSITION}. {GREEN}{username} - {WHITE}{TOTAL}'
  208. rewardheader:
  209. - '{GOLD}---------------- {WHITE}[ {DARK_AQUA}Rewards{WHITE} ] {GOLD}----------------'
  210. votetopheader:
  211. - '{GOLD}---------------- {WHITE}[ {DARK_AQUA}Top Voters{WHITE} ] {GOLD}----------------'
  212. rewardfooter:
  213. - '{AQUA}You currently have {GREEN}{votes} Votes'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement