Advertisement
Guest User

Untitled

a guest
Jan 8th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 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: false
  13. remindseconds: 300
  14. ratelimit: 10
  15. logfile: false
  16. dbMode: sqlite
  17. dbFile: GAL.db
  18. dbHost: s26.hosthorde.com
  19. dbPort: 2981
  20. dbUser: root
  21. dbPass: ''
  22. dbName: GAL
  23. dbPrefix: ''
  24. services:
  25. default:
  26. broadcast: '{GREEN}{username} {GOLD}has voted and received {GREEN} a vote key!'
  27. playermessage: '{GREEN}Thanks for voting'
  28. commands:
  29. - '/crates give {username} vote 1'
  30. MC-Index:
  31. broadcast: '{GREEN}{username} {GOLD}has voted @ {GREEN}MC-Index.com {GOLD}and received {GREEN}10 Diamonds!'
  32. playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!'
  33. commands:
  34. - '/give {username} 264 5'
  35. luckyvotes:
  36. 10:
  37. broadcast: '{GREEN}{username} {GOLD}was lucky and received an {GREEN}extra $1000!'
  38. playermessage: '{GREEN}You were lucky and received an extra $1000!'
  39. commands:
  40. - '/eco give {username} 1000'
  41. 50:
  42. broadcast: '{GREEN}{username} {GOLD}was super lucky and received an {GREEN}extra 100 XP and $1000!'
  43. playermessage: '{GREEN}You were super lucky and received an {GREEN}extra 100 XP and $1000!'
  44. commands:
  45. - '/xp give {username} 100'
  46. - '/eco give {username} 1000'
  47. perms:
  48. double:
  49. broadcast: '{GREEN}{username} {GOLD}has voted @ {GREEN}{service} {GOLD}and received {GREEN}10 Diamonds!'
  50. playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!'
  51. commands:
  52. - '/give {username} 264 10'
  53. cumulative:
  54. 10:
  55. broadcast: '{GREEN}{username} {GOLD}has voted a total of {YELLOW}10 times {GOLD}and received {GREEN}20 Diamonds!'
  56. playermessage: '{GREEN}Thanks for voting {AQUA}10 times!'
  57. rewardmessage: '20x Diamond'
  58. commands:
  59. - '/give {username} 264 20'
  60. blocked:
  61. - world_blocked
  62. votemessage:
  63. - '{GOLD}-----------------------------------------------------'
  64. - 'http://www.planetminecraft.com/server/mango-pvp---faction---trapping/vote/'
  65. - '{GOLD}-----------------------------------------------------'
  66. - '{AQUA}You currently have {GREEN}{votes} Votes'
  67. remindmessage:
  68. - '{GOLD}-----------------------------------------------------'
  69. - 'http://www.planetminecraft.com/server/mango-pvp---faction---trapping/vote/'
  70. - '{GOLD}-----------------------------------------------------'
  71. - '{AQUA}You currently have {GREEN}{votes} Votes'
  72. joinmessage:
  73. - '{GOLD}-----------------------------------------------------'
  74. - 'http://www.planetminecraft.com/server/mango-pvp---faction---trapping/vote/'
  75. - '{GOLD}-----------------------------------------------------'
  76. - '{AQUA}You currently have {GREEN}{votes} Votes'
  77. rewardformat: '{GREEN}{TOTAL} Votes {GRAY}- {AQUA}{REWARD}'
  78. votetopformat: '{POSITION}. {GREEN}{username} - {WHITE}{TOTAL}'
  79. rewardheader:
  80. - '{GOLD}---------------- {WHITE}[ {DARK_AQUA}Rewards{WHITE} ] {GOLD}----------------'
  81. votetopheader:
  82. - '{GOLD}---------------- {WHITE}[ {DARK_AQUA}Top Voters{WHITE} ] {GOLD}----------------'
  83. rewardfooter:
  84. - '{AQUA}You currently have {GREEN}{votes} Votes'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement