Advertisement
Guest User

Untitled

a guest
Jun 2nd, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.43 KB | None | 0 0
  1. settings:
  2. onlineonly: true
  3. luckyvote: false
  4. permvote: false
  5. cumulative: false
  6. broadcastqueue: true
  7. broadcastrecent: true
  8. broadcastoffline: false
  9. votecommand: true
  10. rewardcommand: false
  11. joinmessage: true
  12. voteremind: true
  13. remindseconds: 1200
  14. ratelimit: 10
  15. logfile: false
  16. dbMode: 'sqlite'
  17. dbFile: 'GAL.db'
  18. dbHost: 'localhost'
  19. dbPort: 3306
  20. dbUser: 'root'
  21. dbPass: ''
  22. dbName: 'GAL'
  23. dbPrefix: ''
  24.  
  25. # services section (default is used if service doesn't exist)
  26. # The example below would give 5 diamonds per vote.
  27.  
  28. services:
  29. default:
  30. broadcast: '&b{username} &fhas voted @ &9{service} &band received &a A Vote Key!'
  31. playermessage: '&bThanks for voting at &b{service}!'
  32. commands:
  33. - '/cc give p Vote 1 {username}'
  34.  
  35.  
  36. # luckyvotes section
  37. # 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.
  38.  
  39. luckyvotes:
  40. '10':
  41. broadcast: '&9{username} &3was lucky and received &9extra bedrock!'
  42. playermessage: '&9You were lucky and received &9extra bedrock!'
  43. commands:
  44. - '/give {username} 7 128'
  45. '50':
  46. broadcast: '&9{username} &3was super lucky and received an &9extra bedrock & pearls!'
  47. playermessage: '&9You were super lucky and received an &9extra 100 XP and $1000!'
  48. commands:
  49. - '/give {name} 7 256'
  50. - '/give {name} 368 32'
  51.  
  52. # permission reward section
  53. # This example would give players with the permission node "gal.double" 10 Diamonds instead of their regular reward.
  54.  
  55. perms:
  56. double:
  57. broadcast: '&9{username} &3has voted @ &9{service} &3and received &9items!'
  58. playermessage: '&9Thanks for voting at &3{service}!'
  59. commands:
  60. - '/give {username} 276 1 name:&0&l&kII&9&l[&3&lVoteSword&9&l]&0&l&kII lore: &0&k!!&3&lUseLikeABoss!&0&k!!sharp:18 fire:10'
  61. - '/give {username} 368 16 name:&0&l&k!!&9&l[&3&lEnderPearls&9&l]&0&l&k!! lore:&0&k!!&3&l[TeleportTool]&0&k!!'
  62.  
  63. # cumulative reward section
  64. # This example would give players 20 Diamonds once they have reached a total of 10 votes.
  65.  
  66. cumulative:
  67. '20':
  68. broadcast: '&9{username} &3has voted a total of 20 times &9and received &3OP gear!'
  69. playermessage: '&9Thanks for voting &920 times!'
  70. rewardmessage: '&9Kit Vote!'
  71. commands:
  72. - '/kit Vote {username}'
  73.  
  74. # blocked - a list of worlds where rewards should be disabled, they will remain queued until the player is in an allowed world.
  75.  
  76. blocked:
  77. - world_blocked
  78.  
  79. # Available formatting codes for messages:
  80.  
  81. # {service} {servicename} {SERVICE} = service name
  82. # {username} {player} {name} = player username
  83. # {votes} = current vote total
  84. # & = Colour Symbol to enter manual colours / control codes
  85. # {AQUA} {BLACK} {BLUE} {DARK_AQUA} {DARK_BLUE}
  86. # {DARK_GRAY} {DARK_GREEN} {DARK_PURPLE} {DARK_RED} {GOLD}
  87. # {GRAY} {GREEN} {LIGHT_PURPLE} {RED} {WHITE} {YELLOW} {BOLD}
  88. # {ITALIC} {UNDERLINE} {STRIKETHROUGH} {STRIKE}
  89. # {STRIKETHROUGH} {MAGIC} {RESET}
  90.  
  91. votemessage:
  92. - '&b&m---&7&m---&b&m---&7&m---&b&m---&7&m---&b&m---&7&m---&b&m---&7&m---'
  93. - ''
  94. - '&bLinks &b&lComing Soon!'
  95. - ''
  96. - '&b&m---&7&m---&b&m---&7&m---&b&m---&7&m---&b&m---&7&m---&b&m---&7&m---'
  97.  
  98.  
  99. remindmessage:
  100. - '&b&m---&7&m---&b&m---&7&m---&b&m---&7&m---&b&m---&7&m---&b&m---&7&m---'
  101. - '&3You have not voted recently, please /vote to support the server'
  102. - '&b&m---&7&m---&b&m---&7&m---&b&m---&7&m---&b&m---&7&m---&b&m---&7&m---'
  103.  
  104. joinmessage:
  105. - '&b&m---&7&m---&b&m---&7&m---&b&m---&7&m---&b&m---&7&m---&b&m---&7&m---'
  106. - ''
  107. - '&7Welcome to &bBlockyIsles&7!'
  108. - '{AQUA}You currently have {AQUA}{votes} Votes'
  109. - ''
  110. - '&bStore: &7store.blockyisles.com'
  111. - '&bDiscord: &7https://discord.gg/6nxjKys'
  112. - ''
  113. - '&b&m---&7&m---&b&m---&7&m---&b&m---&7&m---&b&m---&7&m---&b&m---&7&m---'
  114.  
  115. # Additional formatting codes for below:
  116.  
  117. # {TOTAL} = vote total - used for /rewards
  118. # {REWARD} = current rewardmessage as specified in the cumulative reward section - used for /rewards
  119. # {POSITION} = current rank - used for /votetop
  120. # {username} = player name - used for /votetop
  121.  
  122. rewardformat: '{GREEN}{TOTAL} Votes {GRAY}- {AQUA}{REWARD}'
  123. votetopformat: '{POSITION}. {GREEN}{username} - {WHITE}{TOTAL}'
  124. rewardheader:
  125. - '{GOLD}---------------- {WHITE}[ {DARK_AQUA}Rewards{WHITE} ] {GOLD}----------------'
  126. votetopheader:
  127. - '&9---------------- {WHITE}[ &3Top Voters{WHITE} ] &9----------------'
  128. rewardfooter:
  129. - '&9You currently have &3{votes} Votes'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement