Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Criado por: JoaoRaphael#
- #Escolha a permissão#
- options:
- perm: armadura.usar
- #Escolha a mensagem caso que aparecerá caso o player não tenha permissão#
- msg1: &cSem permissão.
- #Escolha o nível da proteção da armadura#
- protectionlevel: 4
- #Escolhe o nível de unbreaking#
- unbreakinglevel: 3
- #Escolha o nível de sharpness da espada#
- sharpnesslevel: 5
- #Escolha o nível do fire aspect#
- fireaspectlevel: 2
- #Escolha o nível da poção de força#
- firstlevel: 2
- #Escolha o nível da poção de speed#
- secondlevel: 2
- #Escolha a duração das poções (em minutos)#
- #Acima de 27 fica infinito#
- durationpotions: 5
- #Escolha quantas capirotos serão dadas#
- goldenapples: 32
- #Escolha a mensagem que aparecerá após ganhar os itens, se não quiser que nada aparece deixe apenas ""#
- msg2: "&6Boa batalha."
- command /armadura:
- permission: {@perm}
- permission message: {@msg1}
- trigger:
- remove strength from the player
- remove swiftness from the player
- clear the player's inventory
- heal the player
- equip player with diamond helmet of protection {@protectionlevel} and unbreaking {@unbreakinglevel}
- equip player with diamond chestplate of protection {@protectionlevel} and unbreaking {@unbreakinglevel}
- equip player with diamond leggings of protection {@protectionlevel} and unbreaking {@unbreakinglevel}
- equip player with diamond boots of protection {@protectionlevel} and unbreaking {@unbreakinglevel}
- give 1 diamond sword of sharpness {@sharpnesslevel} and fire aspect {@fireaspectlevel} to player
- apply strength {@firstlevel} to the player for {@durationpotions} minutes
- apply swiftness {@secondlevel} to the player for {@durationpotions} minutes
- give {@goldenapples} golden apple:1 to player
- wait 1 second
- send ""
- send {@msg2}
- send ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement