Advertisement
Guest User

Voteparty config

a guest
Oct 26th, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. # VoteParty 1.9.9.1 configuration file
  2. check_updates: true
  3. party:
  4. total_votes_needed_for_party: 50
  5. disabled_worlds:
  6. - world_nether
  7. allow_offline_votes: true
  8. max_possible_rewards_per_player: 60
  9. start_delay_in_seconds: 10
  10. use_no_luck_commands: false
  11. allow_duplicate_no_luck_commands: false
  12. max_no_luck_commands: 3
  13. no_luck_commands:
  14. - eco give @p 1000;0
  15. - give @p diamond 2;2
  16. - give @p iron_ingot 5;1
  17. - give @p gold_ingot 5;1
  18. - give @p emerald 1;1
  19. - give @p grass 4;1
  20. - give @p stonebrick 16;1
  21. reward_command_delay: 1
  22. reward_commands:
  23. - eco give @p 1000;0
  24. - give @p diamond 2;2
  25. - give @p iron_ingot 5;1
  26. - give @p gold_ingot 5;1
  27. - give @p emerald 1;1
  28. - give @p grass 4;1
  29. - give @p stonebrick 16;1
  30. use_global_pre_party_start_commands: false
  31. global_pre_party_start_commands:
  32. - broadcast Party will start soon!
  33. use_global_party_start_commands: false
  34. global_party_start_commands:
  35. - broadcast Party Starting!
  36. - save-all
  37. fireworks_on_vote: true
  38. effects:
  39. on_vote:
  40. enabled: true
  41. effects:
  42. - hearts
  43. on_party_start:
  44. enabled: true
  45. effects:
  46. - glyph
  47. - hearts
  48. on_party_command_execute:
  49. enabled: true
  50. effects:
  51. - smoke
  52. - hearts
  53. crate:
  54. use_crate: false
  55. material_or_id: 33
  56. data: 7
  57. displayname: '&b&lVote&f&lParty &7Crate'
  58. lore:
  59. - '&aPlace me &e:)'
  60. messages:
  61. broadcast_vote_recieved: true
  62. vote_recieved: '&8&l[&6&lVote&e&lParty&8&l] &a%player% &7just voted for the server
  63. at &a%service%&7! &a%votes% &7more votes needed until a VoteParty!'
  64. broadcast_party_start: true
  65. party_broadcast: '&8&l[&6&lVote&e&lParty&8&l] &7A &6VoteParty &7will begin in &a&l%delay%
  66. &7seconds!'
  67. crate_added_to_inventory: '&8&l[&6&lVote&e&lParty&8&l] &7A reward crate has been
  68. added to your inventory!'
  69. no_reward: '&8&l[&6&lVote&e&lParty&8&l] &7Aww you didn''t get any rewards this time!'
  70. did_not_vote: '&8&l[&6&lVote&e&lParty&8&l] &7You didn''t vote to be able to participate
  71. in this VoteParty!'
  72. reward: '&8&l[&6&lVote&e&lParty&8&l] &7Your vote rewards have been applied!'
  73. crate_disabled_in_world: '&8&l[&b&lVote&f&lParty&8&l] &cYou can''t open a party
  74. crate in your current world!'
  75. commands:
  76. voteparty: '&8&l[&6&lVote&e&lParty&8&l] &7Votes needed for party: &a%votes%'
  77. give_crate: '&8&l[&6&lVote&e&lParty&8&l] &7You just got %amount% VoteCrate(s)'
  78. private_party: '&8&l[&6&lVote&e&lParty&8&l] &7Enjoy your personal VoteParty!'
  79. ignore_toggle_on: '&8&l[&b&lVote&f&lParty&8&l] &7You will no longer participate
  80. in VoteParties!'
  81. ignore_toggle_off: '&8&l[&b&lVote&f&lParty&8&l] &aYou will now participate in
  82. VoteParties!'
  83. per_vote_rewards:
  84. enabled: true
  85. max_possible_rewards: 2
  86. reward_commands:
  87. - crate give virtual Basic 1
  88. - tm msg @p animation:vote
  89. on_vote_global_commands:
  90. enabled: false
  91. commands:
  92. - broadcast &7Only &a%votes% &7more votes until a VoteParty!
  93. save: 47
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement