Guest User

Untitled

a guest
Dec 8th, 2017
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.51 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: false
  34. broadcastqueue: true
  35. broadcastrecent: true
  36. broadcastoffline: false
  37. votecommand: true
  38. rewardcommand: true
  39. joinmessage: true
  40. voteremind: true
  41. remindseconds: 600
  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: '{AQUA}{username} {DARK_AQUA}har votat på @ {AQUA}{service} {DARK_AQUA}och fick en vote key!'
  59. playermessage: '{DARK_AQUA}Tack för att du votade på {AQUA}{service}!'
  60. commands:
  61. - '/cc give virtual vote 1 {player}'
  62. MC-Index:
  63. broadcast: '{AQUA}{username} {DARK_AQUA}har votat på @ {AQUA}{service} {DARK_AQUA}och fick en vote key!'
  64. playermessage: '{DARK_AQUA}Tack för att du votade på {AQUA}{service}!'
  65. commands:
  66. - '/cc give virtual vote 1 {player}'
  67.  
  68. blocked:
  69. - world_blocked
  70.  
  71. # Available formatting codes for messages:
  72.  
  73. # {service} {servicename} {SERVICE} = service name
  74. # {username} {player} {name} = player username
  75. # {votes} = current vote total
  76. # & = Colour Symbol to enter manual colours / control codes
  77. # {AQUA} {BLACK} {BLUE} {DARK_AQUA} {DARK_BLUE}
  78. # {DARK_GRAY} {DARK_GREEN} {DARK_PURPLE} {DARK_RED} {GOLD}
  79. # {GRAY} {GREEN} {LIGHT_PURPLE} {RED} {WHITE} {YELLOW} {BOLD}
  80. # {ITALIC} {UNDERLINE} {STRIKETHROUGH} {STRIKE}
  81. # {STRIKETHROUGH} {MAGIC} {RESET}
  82.  
  83. votemessage:
  84. - '{GOLD}-----------------------------------------------------'
  85. - '{DARK_AQUA}Vota för AbbexNetwork varje dag för att få belöningar!'
  86. - '{DARK_AQUA}Vota här: {AQUA}http://minecraftservers.org/server/434786'
  87. - '{DARK_AQUA}Vota Här: {AQUA}http://minecraft-mp.com/server/181923/vote/'
  88. - '{GOLD}-----------------------------------------------------'
  89. - '{AQUA}You currently have {GREEN}{votes} Votes'
  90.  
  91. remindmessage:
  92. - '{GOLD}-----------------------------------------------------'
  93. - '{DARK_AQUA}You have not voted recently, please vote to support the server'
  94. - '{DARK_AQUA}Vota här: {AQUA}http://minecraftservers.org/server/434786'
  95. - '{DARK_AQUA}Vota Här: {AQUA}http://minecraft-mp.com/server/181923/vote/'
  96. - '{GOLD}-----------------------------------------------------'
  97. - '{AQUA}You currently have {GREEN}{votes} Votes'
  98.  
  99. joinmessage:
  100. - '{GOLD}-----------------------------------------------------'
  101. - '{DARK_AQUA}Vote for us every day for in game rewards and extras'
  102. - '{DARK_AQUA}Vota här: {AQUA}http://minecraftservers.org/server/434786'
  103. - '{DARK_AQUA}Vota Här: {AQUA}http://minecraft-mp.com/server/181923/vote/'
  104. - '{GOLD}-----------------------------------------------------'
  105. - '{AQUA}You currently have {GREEN}{votes} Votes'
  106.  
  107. # Additional formatting codes for below:
  108.  
  109. # {TOTAL} = vote total - used for /rewards
  110. # {REWARD} = current rewardmessage as specified in the cumulative reward section - used for /rewards
  111. # {POSITION} = current rank - used for /votetop
  112. # {username} = player name - used for /votetop
  113.  
  114. rewardformat: '{GREEN}{TOTAL} Votes {GRAY}- {AQUA}{REWARD}'
  115. votetopformat: '{POSITION}. {GREEN}{username} - {WHITE}{TOTAL}'
  116. rewardheader:
  117. - '{GOLD}---------------- {WHITE}[ {DARK_AQUA}Rewards{WHITE} ] {GOLD}----------------'
  118. votetopheader:
  119. - '{GOLD}---------------- {WHITE}[ {DARK_AQUA}Top Voters{WHITE} ] {GOLD}----------------'
  120. rewardfooter:
  121. - '{AQUA}You currently have {GREEN}{votes} Votes'
Add Comment
Please, Sign In to add comment