Advertisement
Guest User

Skript de miniglad!

a guest
Jun 24th, 2015
459
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. options:
  2.  
  3. #Nome da region que tem que ativar o PvP.
  4. region: miniglad
  5.  
  6. command /iniciarminiglad:
  7. trigger:
  8. broadcast "&3&l[MiniGlad] &d&lIniciando evento miniglad!"
  9. broadcast "&3&l[MiniGlad] &d&lPsara entrar digite: &b&l/miniglad"
  10. broadcast "&3&l[MiniGlad] &d&lPremios: &b&lTAG &c[MiniGlad] &b&le mais 300c para o lider!"
  11. broadcast "&3&l[MiniGlad] &d&lFechando teleporte para o evento em 2 minutos!"
  12. wait 120 seconds
  13. broadcast "&3&l[MiniGlad] &d&lFechando teleporte para o evento em 1 minuto!"
  14. wait 60 seconds
  15. broadcast "&3&l[MiniGlad] &4&lFechando teleporte para o evento AGORA!"
  16. make console execute command "/delwarp miniglad"
  17. broadcast "&3&l[MiniGlad] &4&lAtivando PvP em 5 segundos!"
  18. wait 5 seconds
  19. make player execute command "/region flag {@region} pvp allow"
  20. broadcast "&3&l[MiniGlad] &4&lPvP ATIVADO !"
  21.  
  22. command /miniglad:
  23. trigger:
  24. make player execute command "/warp miniglad"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement