Advertisement
Guest User

VPConfig

a guest
Jan 29th, 2015
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. # VoteParty 1.3.4.3 configuration file
  2. check_updates: true
  3. party:
  4. total_votes_needed_for_party: 30
  5. max_possible_rewards_per_player: 1
  6. start_delay_in_seconds: 15
  7. player_must_vote_to_participate: true
  8. use_no_luck_commands: true
  9. allow_duplicate_no_luck_commands: false
  10. max_no_luck_commands: 1
  11. no_luck_commands:
  12. - eco give @p 100
  13. - eco give @p 200
  14. reward_command_delay: 1
  15. reward_commands:
  16. - eco give @p 100;1
  17. - give @p diamond 3;2
  18. - give @p diamond 64;4
  19. - give @p iron_ingot 12;1
  20. - give @p gold_ingot 32;4
  21. - give @p diamond_sword 1 name:&eVote_&3Sword fire_aspect:2;16
  22. - eco give @p 1000;4
  23. - give @p diamond_sword 1 name:&eVote_&3Sword sharpness:3;16
  24. use_global_party_start_commands: false
  25. global_party_start_commands:
  26. - broadcast Party Starting!
  27. - save-all
  28. effects:
  29. on_vote:
  30. enabled: true
  31. effects:
  32. - flames
  33. - hearts
  34. on_party_start:
  35. enabled: true
  36. effects:
  37. - glyph
  38. - hearts
  39. on_party_command_execute:
  40. enabled: true
  41. effects:
  42. - smoke
  43. - hearts
  44. crate:
  45. use_crate: true
  46. material_or_id: 33
  47. data: 7
  48. displayname: '&b&lVote&f&lParty &7Crate'
  49. lore:
  50. - '&aPlace me &e:)'
  51. messages:
  52. broadcast_vote_recieved: false
  53. vote_recieved: '&8&l[&b&lVote&f&lParty&8&l] &f%player% &ajust voted for the server
  54. at &f%service%&a! &f%votes% &amore votes needed until a VoteParty!'
  55. broadcast_party_start: true
  56. party_broadcast: '&8&l[&b&lVote&f&lParty&8&l] &bA &eVoteParty &bwill begin in &f&l%delay%
  57. seconds&b!'
  58. crate_added_to_inventory: '&8&l[&b&lVote&f&lParty&8&l] &bA reward crate has been
  59. added to your inventory!'
  60. no_reward: '&8&l[&b&lVote&f&lParty&8&l] &cAww you didn''t get any rewards this time!'
  61. did_not_vote: '&8&l[&b&lVote&f&lParty&8&l] &cYou didn''t vote to be able to participate
  62. in this VoteParty!'
  63. reward: '&8&l[&b&lVote&f&lParty&8&l] &bYour vote rewards have been applied!'
  64. commands:
  65. voteparty: '&8&l[&b&lVote&f&lParty&8&l] &bVotes needed for party: &f%votes%'
  66. give_crate: '&8&l[&b&lVote&f&lParty&8&l] &bYou just got %amount% VoteCrate(s)'
  67. private_party: '&8&l[&b&lVote&f&lParty&8&l] &eEnjoy your personal VoteParty!'
  68. ignore_toggle_on: '&8&l[&b&lVote&f&lParty&8&l] &7You will no longer participate
  69. in VoteParties!'
  70. ignore_toggle_off: '&8&l[&b&lVote&f&lParty&8&l] &aYou will now participate in
  71. VoteParties!'
  72. scoreboard:
  73. enabled: true
  74. display_time: 5
  75. title: '&bVote&fParty'
  76. message: '&bVotes needed'
  77. per_vote_rewards:
  78. enabled: false
  79. max_possible_rewards: 1
  80. reward_commands:
  81. - eco give @p 10;0
  82. - give @p steak 8;0
  83. on_vote_global_commands:
  84. enabled: false
  85. commands:
  86. - broadcast Only %votes% more votes until a VoteParty!
  87. save: 9
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement