Advertisement
Guest User

Untitled

a guest
Sep 25th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.02 KB | None | 0 0
  1. # GAListener v1.4.4
  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: false
  39. cumulative: true
  40. broadcastqueue: true
  41. broadcastrecent: true
  42. broadcastoffline: true
  43. votecommand: true
  44. rewardcommand: true
  45. joinmessage: true
  46. voteremind: true
  47. remindseconds: 50000
  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: "{GREEN}{username} {GOLD}hat bei @ {GREEN}{service} {GOLD}gevotet und erhielt {GREEN}1 Smaragd!"
  69. playermessage: "{GREEN}Danke für deinen Vote auf {AQUA}{service}!"
  70. commands:
  71. - "/give {username} 388 1"
  72. MC-Index:
  73. broadcast: "{GREEN}{username} {GOLD}hat auf @ {GREEN}MC-Index.com {GOLD}gevotet und erhielt {GREEN}1 Smaragd!"
  74. playermessage: "{GREEN}Danke für dein voting auf {AQUA}{service}!"
  75. commands:
  76. - "/give {username} 264 10"
  77.  
  78. # luckyvotes section
  79. # 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.
  80.  
  81. luckyvotes:
  82. "15":
  83. broadcast: "{GREEN}{username} {GOLD}hatte Glueck und bekam 2000 Taler {GREEN}extra !"
  84. playermessage: "{GREEN}Du hattest Glueck, viel Spaß mit deinen 2000 Talern!"
  85. commands:
  86. - "/eco give {username} 2000"
  87. - "/xp give {username} 300"
  88. "30":
  89. broadcast: "{GREEN}{username} {GOLD}hatte viel Glück und bekam {GREEN}Feuerwerksraketen!"
  90. playermessage: "{GREEN}Du hattest Glueck, viel Spaß {GREEN} beim Knallen!"
  91. commands:
  92. - "/xp give {username} 300"
  93. - "/eco give {username} 2500"
  94. - "/give {username} 401 5"
  95. "40":
  96. broadcast: "{GREEN}{username} {GOLD}hatte viel Glück und bekam {GREEN}einen Kopf!"
  97. playermessage: "{GREEN}Du hattest Glueck und bekamst {GREEN}einen Silberfischkopf"
  98. commands:
  99. - "/xp give {username} 200"
  100. - "/eco give {username} 2500"
  101. - "/give {username} skull 1 3 {SkullOwner:MHF_Silverfish}"
  102. "50":
  103. broadcast: "{GREEN}{username} {GOLD}hatte viel Glück und bekam {GREEN}zwei Koepfe!"
  104. playermessage: "{GREEN}Du hattest Glueck und bekamst einen {GREEN} Schwamm, Thevision1 und MissShadowLP-Kopf!"
  105. commands:
  106. - "/xp give {username} 100"
  107. - "/give {username} 19 1"
  108. - "/give {username} skull 1 3 {SkullOwner:Thevision1}"
  109. - "/give {username} skull 1 3 {SkullOwner:MiSsShadowLP}"
  110. "70":
  111. broadcast: "{GREEN}{username} {GOLD}hatte viel Glück und bekam {GREEN}einen Kopf!"
  112. playermessage: "{GREEN}Du hattest Glueck und erhielst einen{GREEN}Waechter Kopf!"
  113. commands:
  114. - "/xp give {username} 200"
  115. - "/eco give {username} 2500"
  116. - "/give {username} skull 1 3 {SkullOwner:MHF_Guardian}"
  117. "100":
  118. broadcast: "{GREEN}{username} {GOLD}hatte viel Glück und bekam {GREEN}einen Kopf!"
  119. playermessage: "{GREEN}Du hattest Glueck und bekamst {GREEN}einen Paluten Kopf!"
  120. commands:
  121. - "/xp give {username} 200"
  122. - "/eco give {username} 2500"
  123. - "/give {username} skull 1 3 {SkullOwner:Paluten}"
  124. # permission reward section
  125. # This example would give players with the permission node "gal.double" 10 Diamonds instead of their regular reward.
  126.  
  127. perms:
  128. double:
  129. broadcast: "{GREEN}{username} {GOLD}hat gevoted @ {GREEN}{service} {GOLD}und erhielt {GREEN}1 Smaragd!"
  130. playermessage: "{GREEN}Danke für dein vote {AQUA}{service}!"
  131. commands:
  132. - "/give {username} 264 10"
  133.  
  134. # cumulative reward section
  135. # This example would give players 20 Diamonds once they have reached a total of 10 votes.
  136.  
  137. cumulative:
  138. "300":
  139. broadcast: "{GREEN}{username} {GOLD}hatte viel Glück und bekam {GREEN} einen Wolf-Kopf!"
  140. playermessage: "{GREEN}Du hattest Glueck und bekamst {GREEN}einen Wolf Kopf!"
  141. commands:
  142. - "/xp give {username} 500"
  143. - "/eco give {username} 3000"
  144. - "/give {username} 443 1"
  145.  
  146. # blocked - a list of worlds where rewards should be disabled, they will remain queued until the player is in an allowed world.
  147.  
  148. blocked:
  149. - world_blocked
  150.  
  151. # blocked-regions - a list of WorldGuard regions where rewards should be disabled, they will remain queued until the player relogs, changes world or teleports.
  152.  
  153. blocked-regions:
  154. - region_blocked
  155.  
  156. # Available formatting codes for messages:
  157.  
  158. # {service} {servicename} {SERVICE} = service name
  159. # {username} {player} {name} = player username
  160. # {votes} = current vote total
  161. # {uuid} = uuid string e.g. "de305d54-75b4-431b-adb2-eb6b9e546013"
  162. # & = Colour Symbol to enter manual colours / control codes
  163. # {AQUA} {BLACK} {BLUE} {DARK_AQUA} {DARK_BLUE}
  164. # {DARK_GRAY} {DARK_GREEN} {DARK_PURPLE} {DARK_RED} {GOLD}
  165. # {GRAY} {GREEN} {LIGHT_PURPLE} {RED} {WHITE} {YELLOW} {BOLD}
  166. # {ITALIC} {UNDERLINE} {STRIKETHROUGH} {STRIKE}
  167. # {STRIKETHROUGH} {MAGIC} {RESET}
  168.  
  169. votemessage:
  170. - "{GOLD}-----------------------------------------------------"
  171. - " Vote für uns auf http://www.minecraft-serverlist.net/server/21036 , http://serverliste.org/?s=server&id=7050 und https://minecraft-server.eu/vote/send/106632 um tolle Extras zu erhalten:)"
  172. - "{GOLD}-----------------------------------------------------"
  173. - "{AQUA}Du hast derzeit {GREEN}{votes} Votes"
  174.  
  175. remindmessage:
  176. - "{GOLD}-----------------------------------------------------"
  177. - "Du hast länger nicht gevotet, wir würden uns über deinen Support sehr freuen :) "
  178. - "{GOLD}-----------------------------------------------------"
  179. - "{AQUA}You currently have {GREEN}{votes} Votes"
  180.  
  181. joinmessage:
  182. - "{GOLD}-----------------------------------------------------"
  183. - "Vote und unterstütze unseren Server und erhalte tolle Extras! :)"
  184. - "{GOLD}-----------------------------------------------------"
  185. - "{AQUA}You currently have {GREEN}{votes} Votes"
  186.  
  187. # Additional formatting codes for below:
  188.  
  189. # {TOTAL} = vote total - used for /rewards
  190. # {REWARD} = current rewardmessage as specified in the cumulative reward section - used for /rewards
  191. # {POSITION} = current rank - used for /votetop and top voter signs
  192. # {username} = player name - used for /votetop and top voter signs
  193.  
  194. rewardformat: "{GREEN}{TOTAL} Votes {GRAY}- {AQUA}{REWARD}"
  195. votetopformat: "{POSITION}. {GREEN}{username} - {WHITE}{TOTAL}"
  196. rewardheader:
  197. - "{GOLD}---------------- {WHITE}[ {DARK_AQUA}Rewards{WHITE} ] {GOLD}----------------"
  198. votetopheader:
  199. - "{GOLD}---------------- {WHITE}[ {DARK_AQUA}Top Voters{WHITE} ] {GOLD}----------------"
  200. rewardfooter:
  201. - "{AQUA}You currently have {GREEN}{votes} Votes"
  202. topsignformat:
  203. - "Top Voter #{POSITION}"
  204. - "{username}"
  205. - "{votes} Votes"
  206. - "=========="
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement