Advertisement
JoaoRaphael

Untitled

Apr 14th, 2016
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. #Criado por: JoaoRaphael#
  2.  
  3. #Escolha a permissão#
  4. options:
  5. perm: armadura.usar
  6. #Escolha a mensagem caso que aparecerá caso o player não tenha permissão#
  7. msg1: &cSem permissão.
  8. #Escolha o nível da proteção da armadura#
  9. protectionlevel: 4
  10. #Escolhe o nível de unbreaking#
  11. unbreakinglevel: 3
  12. #Escolha o nível de sharpness da espada#
  13. sharpnesslevel: 5
  14. #Escolha o nível do fire aspect#
  15. fireaspectlevel: 2
  16. #Escolha o nível da poção de força#
  17. firstlevel: 2
  18. #Escolha o nível da poção de speed#
  19. secondlevel: 2
  20. #Escolha a duração das poções (em minutos)#
  21. #Acima de 27 fica infinito#
  22. durationpotions: 5
  23. #Escolha quantas capirotos serão dadas#
  24. goldenapples: 32
  25. #Escolha a mensagem que aparecerá após ganhar os itens, se não quiser que nada aparece deixe apenas ""#
  26. msg2: "&6Boa batalha."
  27.  
  28. command /armadura:
  29. permission: {@perm}
  30. permission message: {@msg1}
  31. trigger:
  32. remove strength from the player
  33. remove swiftness from the player
  34. clear the player's inventory
  35. heal the player
  36. equip player with diamond helmet of protection {@protectionlevel} and unbreaking {@unbreakinglevel}
  37. equip player with diamond chestplate of protection {@protectionlevel} and unbreaking {@unbreakinglevel}
  38. equip player with diamond leggings of protection {@protectionlevel} and unbreaking {@unbreakinglevel}
  39. equip player with diamond boots of protection {@protectionlevel} and unbreaking {@unbreakinglevel}
  40. give 1 diamond sword of sharpness {@sharpnesslevel} and fire aspect {@fireaspectlevel} to player
  41. apply strength {@firstlevel} to the player for {@durationpotions} minutes
  42. apply swiftness {@secondlevel} to the player for {@durationpotions} minutes
  43. give {@goldenapples} golden apple:1 to player
  44. wait 1 second
  45. send ""
  46. send {@msg2}
  47. send ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement