Advertisement
Guest User

Untitled

a guest
Jan 25th, 2020
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. command /adminkit [<player>]:
  2. permission: adminkit.use
  3. permission message: Unknown Command. Type "/help" for help.
  4. trigger:
  5. set {_chestplate} to chainmail chestplate
  6. add "{Unbreakable:1}" to nbt of {_chestplate}
  7. set {_leggings} to chainmail leggings
  8. add "{Unbreakable:1}" to nbt of {_leggings}
  9. set {_boots} to iron boots
  10. add "{Unbreakable:1}" to nbt of {_boots}
  11. set {_sword} to iron sword
  12. add "{Unbreakable:1}" to nbt of {_sword}
  13. set {_bow} to bow
  14. add "{Unbreakable:1}" to nbt of {_bow}
  15. equip arg 1 with 1 {_chestplate}
  16. equip arg 1 with 1 {_leggings}
  17. equip arg 1 with 1 {_boots}
  18. give arg 1 1 {_sword}
  19. give arg 1 1 {_bow}
  20. give arg 1 32 arrows
  21. message "&aDone!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement