Advertisement
Guest User

Untitled

a guest
Mar 8th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 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: localhost
  19. dbPort: 3306
  20. dbUser: root
  21. dbPass:
  22. dbName: GAL
  23. dbPrefix:
  24. services:
  25. default:
  26. broadcast: '{GREEN}{username} {GOLD}has voted @ {GREEN}{SERVICE} {GOLD}and received {GREEN}10 Diamonds!'
  27. playermessage: '{GREEN}Thanks for voting at {AQUA}{SERVICE}!'
  28. commands:
  29. - '/give {username} 264 10'
  30. - '/eco give {username} 2000'
  31. - '/crates give {username} vote 2'
  32. luckyvotes:
  33. '10':
  34. broadcast: '{GREEN}{username} {GOLD}was lucky and received an {GREEN}extra $1000!'
  35. playermessage: '{GREEN}You were lucky and received an extra $1000!'
  36. commands:
  37. - '/eco give {username} 1000'
  38. '50':
  39. broadcast: '{GREEN}{username} {GOLD}was super lucky and received an {GREEN}extra 100 XP and $1000!'
  40. playermessage: '{GREEN}You were super lucky and received an {GREEN}extra 100 XP and $1000!'
  41. commands:
  42. - '/xp give {username} 100'
  43. - '/eco give {username} 1000'
  44. perms:
  45. double:
  46. broadcast: '{GREEN}{username} {GOLD}has voted @ {GREEN}{SERVICE} {GOLD}and received {GREEN}10 Diamonds!'
  47. playermessage: '{GREEN}Thanks for voting at {AQUA}{SERVICE}!'
  48. commands:
  49. - '/give {username} 264 10'
  50. cumulative:
  51. '10':
  52. broadcast: '{GREEN}{username} {GOLD}has voted a total of {YELLOW}10 times {GOLD}and received {GREEN}20 Diamonds!'
  53. playermessage: '{GREEN}Thanks for voting {AQUA}10 times!'
  54. rewardmessage: '20x Diamond'
  55. commands:
  56. - '/give {username} 264 20'
  57. blocked:
  58. - world_blocked
  59. votemessage:
  60. - '{GOLD}-----------------------------------------------------'
  61. - 'Vote for us every day for in game rewards'
  62. - '{GOLD}-----------------------------------------------------'
  63. - '{AQUA}You currently have {GREEN}{votes} Votes'
  64. remindmessage:
  65. - '{GOLD}-----------------------------------------------------'
  66. - 'You have not voted recently, please vote to support the server'
  67. - '{GOLD}-----------------------------------------------------'
  68. - '{AQUA}You currently have {GREEN}{votes} Votes'
  69. joinmessage:
  70. - '{GOLD}-----------------------------------------------------'
  71. - 'Vote for us every day for in game rewards'
  72. - '{GOLD}-----------------------------------------------------'
  73. - '{AQUA}You currently have {GREEN}{votes} Votes'
  74. rewardformat: '{GREEN}{TOTAL} Votes {GRAY}- {AQUA}{REWARD}'
  75. votetopformat: '{POSITION}. {GREEN}{username} - {WHITE}{TOTAL}'
  76. rewardheader:
  77. - '{GOLD}---------------- {WHITE}[ {DARK_AQUA}Rewards{WHITE} ] {GOLD}----------------'
  78. votetopheader:
  79. - '{GOLD}---------------- {WHITE}[ {DARK_AQUA}Top Voters{WHITE} ] {GOLD}----------------'
  80. rewardfooter:
  81. - '{AQUA}You currently have {GREEN}{votes} Votes'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement