Advertisement
Guest User

Untitled

a guest
Jan 21st, 2020
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.13 KB | None | 0 0
  1. # VoteParty 1.13.0 configuration file
  2. check_updates: false
  3. party:
  4. total_votes_needed_for_party: 50
  5. disabled_worlds:
  6. - catacumbas
  7. - eventos
  8. allow_offline_votes: false
  9. max_possible_rewards_per_player: 1
  10. start_delay_in_seconds: 15
  11. use_no_luck_commands: false
  12. allow_duplicate_no_luck_commands: false
  13. max_no_luck_commands: 1
  14. no_luck_commands:
  15. - eco give @p 50000
  16. - crate give to @p raro 2
  17. - crate give to @p epico 1
  18. - crate give to @p comun 3
  19. - give @p diamond_block 16
  20. - eco give @p 30000
  21. reward_command_delay: 1
  22. reward_commands:
  23. - eco give @p 50000
  24. - crate give to @p raro 2
  25. - crate give to @p epico 1
  26. - crate give to @p comun 3
  27. - give @p diamond_block 16
  28. - eco give @p 30000
  29. use_global_pre_party_start_commands: false
  30. global_pre_party_start_commands:
  31. - broadcast Party will start soon!
  32. use_global_party_start_commands: false
  33. global_party_start_commands:
  34. - broadcast Party Starting!
  35. - save-all
  36. effects:
  37. on_vote:
  38. enabled: false
  39. effects:
  40. - flames
  41. - hearts
  42. on_party_start:
  43. enabled: false
  44. effects:
  45. - glyph
  46. - hearts
  47. on_party_command_execute:
  48. enabled: false
  49. effects:
  50. - smoke
  51. - hearts
  52. crate:
  53. use_crate: false
  54. material_or_id: 33
  55. data: 7
  56. displayname: '&b&lVote&f&lParty &7Crate'
  57. lore:
  58. - '&aPlace me &e:)'
  59. messages:
  60. broadcast_vote_recieved: false
  61. vote_recieved: '&8&l[&b&lVote&f&lParty&8&l&e&lH&6&lB&8] &f%player% &acaba de votar
  62. por el servidor at &f%service%&a! &f%votes% &amore votes needed until a VoteParty!'
  63. broadcast_party_start: true
  64. party_broadcast: '&8&l[&b&lVote&f&lParty&8&l&e&lH&6&lB&8] &bLa &eVoteParty &bcomenzará
  65. &f&l%delay% segundos&b!'
  66. crate_added_to_inventory: '&8&l[&b&lVote&f&lParty&8&l&e&lH&6&lB&8] &bA reward crate
  67. has been added to your inventory!'
  68. no_reward: '&8&l[&b&lVote&f&lParty&8&l&e&lH&6&lB&8] &c¡Aww, no obtuviste ninguna
  69. recompensa esta vez!'
  70. did_not_vote: '&8&l[&b&lVote&f&lParty&8&l&e&lH&6&lB&8] &cNo votaste para poder participar
  71.     en esta VoteParty!'
  72. reward: '&8&l[&b&lVote&f&lParty&8&l&e&lH&6&lB&8] &b¡Sus premios de voto se han aplicado!'
  73. crate_disabled_in_world: '&8&l[&b&lVote&f&lParty&8&l&e&lH&6&lB&8] &cYou can''t open
  74. a party crate in your current world!'
  75. commands:
  76. voteparty: '&8&l[&b&lVote&f&lParty&8&l&e&lH&6&lB&8] &bVotos necesarios para la
  77. VoteParty: &f%votes%'
  78. give_crate: '&8&l[&b&lVote&f&lParty&8&l&e&lH&6&lB&8] &bAbas de llegar %amount%
  79. VoteCrate(s)'
  80. private_party: '&8&l[&b&lVote&f&lParty&8&l&e&lH&6&lB&8] &e¡Disfruta de tu VoteParty
  81. personal!'
  82. ignore_toggle_on: '&8&l[&b&lVote&f&lParty&8&l&e&lH&6&lB&8] &7Ya no participarás
  83.       en VoteParties!'
  84. ignore_toggle_off: '&8&l[&b&lVote&f&lParty&8&l&e&lH&6&lB&8] &a¡Ahora participará
  85. en       VoteParties!'
  86. per_vote_rewards:
  87. enabled: true
  88. max_possible_rewards: 1
  89. reward_commands:
  90. - eco give @p 10;0
  91. - give @p steak 8;0
  92. on_vote_global_commands:
  93. enabled: true
  94. commands:
  95. - broadcast &d&n[Votos]&r &5» &f¡Faltan &a%votes% &fvotos para una VoteParty!
  96. save: 50
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement