Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. #----------------------#
  2. # autor: wTantsZ_ #
  3. # forum: gamer's board #
  4. # skype: edurdo_mendes #
  5. # version: 1.0 #
  6. #----------------------#
  7.  
  8. options:
  9. resetbau: &4&l[BAU] &cItens do Bau Acabam de ser resetados!
  10.  
  11. on command "setbau":
  12. if player has permission "set.bau":
  13. set block at location of player to chest
  14. set {baulocal} to location of player
  15. send "&6&l[VIP] &aVocê setou o Bau &6VIP&a!"
  16. cancel event
  17. else:
  18. send "&cSem permissões."
  19. cancel event
  20.  
  21. command /resetbau:
  22. if player has permission "reset.bau"
  23. trigger:
  24. add 1 diamond sword of sharpness 6 and unbreaking 3 to inventory of block at {baulocal}
  25. add 1 diamond axe of sharpness 6 and unbreaking 3 to inventory of block at {baulocal}
  26. add 1 diamond helmet of protection 5 and unbreaking 5 to inventory of block at {baulocal}
  27. add 1 diamond chestplate of protection 5 and unbreaking 5 to inventory of block at {baulocal}
  28. add 1 diamond leggings of protection 5 and unbreaking 5 to inventory of block at {baulocal}
  29. add 1 diamond boots of protection 5 and unbreaking 5 to inventory of block at {baulocal}
  30. add 64 enchanted golden apple to inventory of block at {baulocal}
  31. broadcast "{@resetbau}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement