Advertisement
Guest User

Untitled

a guest
Feb 8th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.61 KB | None | 0 0
  1. e section at the bottom of this config when a player joins the server.
  2. # 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.
  3. # remindseconds - How often (in seconds) between each reminder message.
  4. # 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.
  5. # logfile - Log received votes to vote.log file.
  6. # dbMode - Database mode. Use either mysql or sqlite.
  7. # dbFile - Database filename for SQLite.
  8. # dbHost - Database IP / Hostname for MySQL.
  9. # dbPort - Database port for MySQL.
  10. # dbUser - Database username for MySQL.
  11. # dbPass - Database password for MySQL.
  12. # dbName - Database name for MySQL.
  13. # dbPrefix - Database table prefix.
  14.  
  15. settings:
  16. onlineonly: true
  17. luckyvote: true
  18. permvote: true
  19. cumulative: true
  20. broadcastqueue: true
  21. broadcastrecent: true
  22. broadcastoffline: false
  23. votecommand: true
  24. rewardcommand: false
  25. joinmessage: true
  26. voteremind: true
  27. remindseconds: 900
  28. ratelimit: 10
  29. logfile: false
  30. dbMode: 'sqlite'
  31. dbFile: 'GAL.db'
  32. dbHost: 'localhost'
  33. dbPort: 3306
  34. dbUser: 'root'
  35. dbPass: ''
  36. dbName: 'GAL'
  37. dbPrefix: ''
  38.  
  39. # services section (default is used if service doesn't exist)
  40. # The example below would give 5 diamonds per vote.
  41.  
  42. services:
  43. default:
  44. broadcast: '{GREEN}{username} {GOLD}has voted @ {GREEN}{service} {GOLD}and received {GREEN}2 Diamonds!'
  45. playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!'
  46. commands:
  47. - '/give {username} 264 2'
  48. MC-Index:
  49. broadcast: '{GREEN}{username} {GOLD}has voted @ {GREEN}MC-Index.com{GOLD}and received {GREEN}2 Diamonds!'
  50. playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!'
  51. commands:
  52. - '/give {username} 264 2'
  53.  
  54. # luckyvotes section
  55. # 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.
  56.  
  57. luckyvotes:
  58. '10':
  59. broadcast: '{GREEN}{username} {GOLD}was lucky and received an {GREEN}extra $1000!'
  60. playermessage: '{GREEN}You were lucky and received an extra $1000!'
  61. commands:
  62. - '/eco give {username} 1000'
  63. '50':
  64. broadcast: '{GREEN}{username} {GOLD}was super lucky and received an {GREEN}extra 100 XP and $1000!'
  65. playermessage: '{GREEN}You were super lucky and received an {GREEN}extra 100 XP and $1000!'
  66. commands:
  67. - '/xp give {username} 100'
  68. - '/eco give {username} 1000'
  69.  
  70. # permission reward section
  71. # This example would give players with the permission node "gal.double" 10 Diamonds instead of their regular reward.
  72.  
  73. perms:
  74. double:
  75. broadcast: '{GREEN}{username} {GOLD}has voted @ {GREEN}{service} {GOLD}and received {GREEN}10 Diamonds!'
  76. playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!'
  77. commands:
  78. - '/give {username} 264 10'
  79.  
  80. # cumulative reward section
  81. # This example would give players 20 Diamonds once they have reached a total of 10 votes.
  82.  
  83. cumulative:
  84. '10':
  85. broadcast: '{GREEN}{username} {GOLD}has voted a total of {YELLOW}10 times {GOLD}and received {GREEN}20 Diamonds!'
  86. playermessage: '{GREEN}Thanks for voting {AQUA}10 times!'
  87. rewardmessage: '20x Diamond'
  88. commands:
  89. - '/give {username} 264 20'
  90.  
  91. # blocked - a list of worlds where rewards should be disabled, they will remain queued until the player is in an allowed world.
  92.  
  93. blocked:
  94. - world_blocked
  95.  
  96. # Available formatting codes for messages:
  97.  
  98. # {service} {servicename} {SERVICE} = service name
  99. # {username} {player} {name} = player username
  100. # {votes} = current vote total
  101. # & = Colour Symbol to enter manual colours / control codes
  102. # {AQUA} {BLACK} {BLUE} {DARK_AQUA} {DARK_BLUE}
  103. # {DARK_GRAY} {DARK_GREEN} {DARK_PURPLE} {DARK_RED} {GOLD}
  104. # {GRAY} {GREEN} {LIGHT_PURPLE} {RED} {WHITE} {YELLOW} {BOLD}
  105. # {ITALIC} {UNDERLINE} {STRIKETHROUGH} {STRIKE}
  106. # {STRIKETHROUGH} {MAGIC} {RESET}
  107.  
  108. votemessage:
  109. - '{GOLD}-----------------------------------------------------'
  110. - 'Vote for us every day for in game rewards and extras'
  111. - 'Vote for diamonds'
  112. - 'http://www.planetminecraft.com/server/aussie-lego/vote/'
  113. - 'http://minecraftservers.org/vote/411987'
  114. - 'http://minecraft-mp.com/server/146142/vote/'
  115. - '{GOLD}-----------------------------------------------------'
  116. - '{AQUA}You currently have {GREEN}{votes} Votes'
  117.  
  118. remindmessage:
  119. - '{GOLD}-----------------------------------------------------'
  120. - 'You have not voted recently, please vote to support the server'
  121. - '{GOLD}-----------------------------------------------------'
  122. - '{AQUA}You currently have {GREEN}{votes} Votes'
  123.  
  124. joinmessage:
  125. - '{GOLD}-----------------------------------------------------'
  126. - 'Vote for us every day for in game rewards and extras'
  127. - '{GOLD}-----------------------------------------------------'
  128. - '{AQUA}You currently have {GREEN}{votes} Votes'
  129.  
  130. # Additional formatting codes for below:
  131.  
  132. # {TOTAL} = vote total - used for /rewards
  133. # {REWARD} = current rewardmessage as specified in the cumulative reward section - used for /rewards
  134. # {POSITION} = current rank - used for /votetop
  135. # {username} = player name - used for /votetop
  136.  
  137. rewardformat: '{GREEN}{TOTAL} Votes {GRAY}- {AQUA}{REWARD}'
  138. votetopformat: '{POSITION}. {GREEN}{username} - {WHITE}{TOTAL}'
  139. rewardheader:
  140. - '{GOLD}---------------- {WHITE}[ {DARK_AQUA}Rewards{WHITE} ] {GOLD}----------------'
  141. votetopheader:
  142. - '{GOLD}---------------- {WHITE}[ {DARK_AQUA}Top Voters{WHITE} ] {GOLD}----------------'
  143. rewardfooter:
  144. - '{AQUA}You currently have {GREEN}{votes} Votes'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement