Advertisement
Guest User

Untitled

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