Advertisement
MinecraftSolutions

Untitled

Oct 3rd, 2022 (edited)
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. # admin permission -> factionbattle.admin
  2. Battle:
  3. min-value: 7 # if this value was 7 the min value will be 1000000 because it contains 7 digits
  4. max-value: 8 # if this value was 8 the max value will be 10000000 because it contains 8 digits
  5. battle-end: 20 # if this value was 20 # if this value is 20 it will take 20 seconds to pull to spawn after the battle ends (be careful because your combat plugin may block teleports if the player is in combat)
  6. battle-start-command: 'rg flag battleflag pvp deny -w battleworld' # put here the command that the console will type after the battle starts (needed to remove pvp)
  7. battle-end-command: 'rg flag battleflag pvp allow -w battleworld' # put here the command that the console will type after the battle is over (need to add pvp)
  8.  
  9. Messages:
  10. leader-error: '§cApenas o Líder da facção pode executar este comando.'
  11. battle-limit: '§cJá tem uma batalha decorrendo!'
  12. request-limit: '§cVocê já desafiou alguma facção!'
  13. request-error: '§cEsta facção não mandou um pedido de batalha para você!'
  14. your-faction-error: '§cVocê não pode desafiar a sua própria facção!'
  15. non-existent-faction: '§cEsta facção não existe!'
  16. leader-left: '§cO Líder deslogou e por isso a batalha foi cancelada!'
  17. leader-off: '§cO líder da facção não está online.'
  18. battle-accepted: '§eO pedido de batalha foi aceite!'
  19. battle-denied: '§eO pedido de batalha foi recusado!'
  20. out-range: '§cDigite uma quantia entre 1 milhão e 10 milhões de coins.'
  21. without-money: '§cVocê ou o Líder da facção oponente não possuem o valor da aposta!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement