Advertisement
Guest User

Untitled

a guest
Apr 25th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.45 KB | None | 0 0
  1. Settings:
  2. votes_needed: 100
  3. party_commands:
  4. - kit {player} vip;elite;premium $;{money}=>100
  5. use_no_luck: true
  6. no_luck_command: fe grant {player} 5;100;5 $;true
  7. max_rewards: 200
  8. show_particles_to_every_player: true
  9. start_delay: 5
  10. command_delay: 10
  11. use_mvdwplaceholderapi: true
  12. external_plugins:
  13. actionbar:
  14. countdown_enabled: false
  15. countdown: vp_countdown
  16. party_start_enabled: false
  17. party_start: vp_party
  18. onvote_enabled: false
  19. onvote: vp_onvote
  20. featherboard:
  21. countdown_enabled: true
  22. countdown: vp_countdown
  23. party_start_enabled: false
  24. party_start: vp_party
  25. onvote_enabled: false
  26. onvote: vp_onvote
  27. titleadvanced:
  28. countdown_enabled: false
  29. countdown: vp_countdown
  30. party_start_enabled: false
  31. party_start: vp_party
  32. onvote_enabled: false
  33. onvote: vp_onvote
  34. animatedtitle:
  35. countdown_enabled: false
  36. countdown: vp_countdown
  37. party_start_enabled: false
  38. party_start: vp_party
  39. onvote_enabled: false
  40. onvote: vp_onvote
  41. sql:
  42. enabled: false
  43. driver: com.mysql.jdbc.Driver
  44. url: jdbc:mysql://localhost/VoteParty
  45. username: root
  46. password: '123'
  47. enable_stats_sync: false
  48. enable_votes_sync: false
  49. onvote:
  50. enabled: false
  51. commands:
  52. - minecraft:give {player} redstone 30;50;Redstone;{money}>=10
  53. Messages:
  54. no_luck: '&cYou have no luck'
  55. on_reward_got: '&aYou got {voteparty_free_command_description}'
  56. countdown_broadcast: '&7The VoteParty will start in {voteparty_free_countdown}'
  57. on_vote: '&7Thanks for your vote!'
  58. on_vote_broadcast: '&7{player} has voted for the server'
  59. on_party_start_broadcast: '&aThe party will start now!'
  60. config_reload: '&7Config reloaded!'
  61. force_start: You have force started the party
  62. no_permission: '&cYou are not allowed to do that'
  63. voteparty_command: '&7There are {voteparty_free_votes_until_party} Votes left'
  64. unknown_argument: '&cUnknown argument'
  65. prefix: '&8[&aVoteParty&8] '
  66. Database:
  67. total_votes: 0
  68. Effect:
  69. onvote:
  70. enabled: false
  71. effect: PORTAL
  72. y_offset: 0
  73. particleCount: 100
  74. speed: 0
  75. radius: 4
  76. onparty_start:
  77. enabled: false
  78. effect: PORTAL
  79. y_offset: 0
  80. particleCount: 100
  81. speed: 0
  82. radius: 4
  83. onparty_end:
  84. enabled: false
  85. effect: PORTAL
  86. y_offset: 0
  87. particleCount: 100
  88. speed: 0
  89. radius: 4
  90. onreward:
  91. enabled: false
  92. effect: PORTAL
  93. y_offset: 0
  94. particleCount: 100
  95. speed: 0
  96. radius: 4
  97. Firework:
  98. onvote:
  99. enabled: false
  100. detonate_color:
  101. ==: Color
  102. RED: 0
  103. BLUE: 255
  104. GREEN: 255
  105. fade_color:
  106. ==: Color
  107. RED: 0
  108. BLUE: 0
  109. GREEN: 128
  110. type: BALL_LARGE
  111. onparty_start:
  112. enabled: false
  113. detonate_color:
  114. ==: Color
  115. RED: 0
  116. BLUE: 255
  117. GREEN: 255
  118. fade_color:
  119. ==: Color
  120. RED: 0
  121. BLUE: 0
  122. GREEN: 128
  123. type: BALL_LARGE
  124. onparty_end:
  125. enabled: false
  126. detonate_color:
  127. ==: Color
  128. RED: 0
  129. BLUE: 255
  130. GREEN: 255
  131. fade_color:
  132. ==: Color
  133. RED: 0
  134. BLUE: 0
  135. GREEN: 128
  136. type: BALL_LARGE
  137. onreward:
  138. enabled: false
  139. detonate_color:
  140. ==: Color
  141. RED: 0
  142. BLUE: 255
  143. GREEN: 255
  144. fade_color:
  145. ==: Color
  146. RED: 0
  147. BLUE: 0
  148. GREEN: 128
  149. type: BALL_LARGE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement