Advertisement
Guest User

Untitled

a guest
Jan 21st, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.43 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: true
  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: false
  45. joinmessage: true
  46. voteremind: true
  47. remindseconds: 300
  48. votesigns: false
  49. signupdateseconds: 600
  50. ratelimit: 10
  51. logfile: true
  52. countvotes: true
  53. verbose: false
  54. dbMode: "sqlite"
  55. dbFile: "GAL.db"
  56. dbHost: "localhost"
  57. dbPort: 32458
  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: "{GREEN}{username} {GOLD}has voted @ {GREEN}{service}{GOLD} and received{GREEN} $4,000,{YELLOW} 150 EXP, {BLUE}Daimonds 3 {GOLD}You can to, do {GREEN}{BOLD}/vote!"
  69. playermessage: "{GOLD}Thanks for voting at you can vote daily!!"
  70. slotsrequired: 1
  71. commands:
  72. - "/eco give {username} 4000"
  73. - "/xp give {username} 150"
  74. - "/give {username} 264 3"
  75. - "/acb {username} 1000"
  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: "{GREEN}{username} {GOLD}was lucky an extra {GREEN}$5,000 + 500 EXP!"
  83. playermessage: "{GOLD}You were lucky and received an extra {GREEN}$5,000 + 500 EXP!"
  84. commands:
  85. - "/eco give {username} 5000"
  86. - "/xp give {username} 500"
  87. "20":
  88. broadcast: "{GREEN}{username} {GOLD}was lucky and received {GREEN}$10,000 + 1500 EXP!"
  89. playermessage: "{GOLD}You were lucky and received {GREEN}$10,000 + 1500 EXP!"
  90. commands:
  91. - "/eco give {username} 10000"
  92. - "/xp give {username} 1500"
  93. "50":
  94. broadcast: "{GREEN}{username} {GOLD}was lucky and received {GREEN}$10,000 + 1500 EXP!"
  95. playermessage: "{GOLD}You were lucky and received {GREEN}$15,000 + 2000 EXP!"
  96. commands:
  97. - "/eco give {username} 15000"
  98. - "/xp give {username} 2000"
  99. "75":
  100. broadcast: "{GREEN}{username} {GOLD}was lucky and received {GREEN}$20,000 + 2500 EXP!"
  101. playermessage: "{GOLD}You were lucky and received {GREEN}$20,000 + 2500 EXP!"
  102. commands:
  103. - "/eco give {username} 20000"
  104. - "/xp give {username} 2500"
  105. "100":
  106. broadcast: "{GREEN}{username} {GOLD}was lucky and received {GREEN}$20,000 + 2500 EXP!"
  107. playermessage: "{GOLD}You were lucky and received {GREEN}$30,000 + 3500 EXP!"
  108. commands:
  109. - "/eco give {username} 30000"
  110. - "/xp give {username} 3500"
  111.  
  112. # permission reward section
  113. # This example would give players with the permission node "gal.double" 10 Diamonds instead of their regular reward.
  114.  
  115. perms:
  116. double:
  117. broadcast: "{GREEN}{username} {GOLD}has voted @ {GREEN}{service} {GOLD}and received {BLUE}10 Diamonds, {GREEN}$4000!"
  118. playermessage: "{GREEN}Thanks for voting at {AQUA}{service}!"
  119. slotsrequired: 1
  120. commands:
  121. - "/eco give {username} 8000"
  122. - "/xp give {username} 300"
  123. - "/give {username} 264 6"
  124. - "/acb {username} 1000"
  125.  
  126. # cumulative reward section
  127. # This example would give players 20 Diamonds once they have reached a total of 10 votes.
  128.  
  129. cumulative:
  130. "10":
  131. broadcast: "{GREEN}{username} {GOLD}has voted a total of {YELLOW}10 times {GOLD}and received {BLUE}30 Diamonds, {GREEN}$50000!"
  132. playermessage: "{GREEN}Thanks for voting {AQUA}10 times!"
  133. rewardmessage: "{BLUE}30x Diamond and {GREEN}$50000"
  134. slotsrequired: 1
  135. commands:
  136. - "/eco give {username} 50000"
  137. - :/give {username} 264 30"
  138. # blocked - a list of worlds where rewards should be disabled, they will remain queued until the player is in an allowed world.
  139.  
  140. blocked:
  141. - world_blocked
  142.  
  143. # blocked-regions - a list of WorldGuard regions where rewards should be disabled, they will remain queued until the player relogs, changes world or teleports.
  144.  
  145. blocked-regions:
  146. - region_blocked
  147.  
  148. # Available formatting codes for messages:
  149.  
  150. # {service} {servicename} {SERVICE} = service name
  151. # {username} {player} {name} = player username
  152. # {votes} = current vote total
  153. # {uuid} = uuid string e.g. "de305d54-75b4-431b-adb2-eb6b9e546013"
  154. # & = Colour Symbol to enter manual colours / control codes
  155. # \uXXXX = Unicode symbol (where XXXX is the code)
  156. # {AQUA} {BLACK} {BLUE} {DARK_AQUA} {DARK_BLUE}
  157. # {DARK_GRAY} {DARK_GREEN} {DARK_PURPLE} {DARK_RED} {GOLD}
  158. # {GRAY} {GREEN} {LIGHT_PURPLE} {RED} {WHITE} {YELLOW} {BOLD}
  159. # {ITALIC} {UNDERLINE} {STRIKETHROUGH} {STRIKE}
  160. # {STRIKETHROUGH} {MAGIC} {RESET}
  161.  
  162. votemessage:
  163. - "{DARK_GRAY}-----------------{GOLD}{BOLD}VOTE{DARK_GRAY}----------------------"
  164. - "{GOLD}You get {BLUE}3 Diamonds, {GREEN}$4,000, {YELLOW}150 EXP"
  165. - "{DARK_GRAY}--------------{GOLD}{BOLD}Lucky Vote{DARK_GRAY}-------------------"
  166. - "{DARK_GRAY}[{GOLD}1{DARK_GRAY}/{GOLD}10{DARK_GRAY}] {GOLD}Chance to win a extra {GREEN}$5,000 + 500 EXP"
  167. - "{DARK_GRAY}[{GOLD}1{DARK_GRAY}/{GOLD}20{DARK_GRAY}] {GOLD}Chance to win a extra {GREEN}$10,000 + 1,500 EXP"
  168. - "{DARK_GRAY}[{GOLD}1{DARK_GRAY}/{GOLD}50{DARK_GRAY}] {GOLD}Chance to win a extra {GREEN}$15,000 + 2,000 EXP"
  169. - "{DARK_GRAY}[{GOLD}1{DARK_GRAY}/{GOLD}75{DARK_GRAY}] {GOLD}Chance to win a extra {GREEN}$20,000 + 2,500 EXP"
  170. - "{DARK_GRAY}[{GOLD}1{DARK_GRAY}/{GOLD}100{DARK_GRAY}] {GOLD}Chance to win a extra {GREEN}$25,000 + 3,000 EXP"
  171. - "{DARK_GRAY}-------------------------------------------"
  172. - "{DARK_GRAY}[{GOLD}10{DARK_GRAY}] {GOLD}Votes to get {BLUE}30 Diamonds, {GREEN}$50000"
  173. - "{DARK_GRAY}-------------------------------------------"
  174. - "{GOLD}Vote @ {GREEN}http://minecraftservers.org/server/312814"
  175. - "{GOLD}Vote @ {GREEN}http://topg.org/Minecraft/in-423247"
  176. - "{GOLD}Vote @ {GREEN}http://goo.gl/KRDeDi"
  177. - "{GOLD}Vote @ {GREEN}http://goo.gl/gw4CW3"
  178.  
  179. remindmessage:
  180. - "{DARK_GRAY}-----------------------------------------------------"
  181. - "{GOLD}You have not voted recently, please vote to support the server"
  182. - "{DARK_GRAY}-----------------------------------------------------"
  183. - "{AQUA}You currently have {GREEN}{votes} Votes"
  184.  
  185. joinmessage:
  186. - "{DARK_GRAY}-----------------------------------"
  187. - "{GOLD}Vote daily for awesome rewards! {GREEN}{BOLD}/vote"
  188. - "{GOLD}You currently have {GREEN}{votes} {GOLD}Votes"
  189. - "{DARK_GRAY}-----------------------------------"
  190.  
  191. # Additional formatting codes for below:
  192.  
  193. # {TOTAL} = vote total - used for /rewards
  194. # {REWARD} = current rewardmessage as specified in the cumulative reward section - used for /rewards
  195. # {POSITION} = current rank - used for /votetop and top voter signs
  196. # {username} = player name - used for /votetop and top voter signs
  197.  
  198. rewardformat: "{GREEN}{TOTAL} Votes {GRAY}- {GOLD}{REWARD}"
  199. votetopformat: "{POSITION}. {GREEN}{username} - {GOLD}{TOTAL}"
  200. rewardheader:
  201. - "{DARK_GRAY}---------------- {DARK_RED}[ {GOLD}Rewards{DARK_RED} ] {DARK_GRAY}----------------"
  202. votetopheader:
  203. - "{DARK_GRAY}---------------- {DARK_RED}[ {GOLD}Top Voters{DARK_RED} ] {DARK_GRAY}----------------"
  204. rewardfooter:
  205. - "{AQUA}You currently have {GREEN}{votes} Votes"
  206. topsignformat:
  207. - "Top Voter #{POSITION}"
  208. - "{username}"
  209. - "{votes} Votes"
  210. - "=========="
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement