Advertisement
Guest User

Untitled

a guest
Jan 25th, 2020
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 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 {_player} to arg 1
  6. clear {_player}'s inventory
  7. equip {_player} with chainmail chestplate with nbt "{Unbreakable:1}"
  8. equip {_player} with chainmail leggings with nbt "{Unbreakable:1}"
  9. equip {_player} with iron boots with nbt "{Unbreakable:1}"
  10. give {_player} 1 iron sword with nbt "{Unbreakable:1}"
  11. give {_player} 1 bow with nbt "{Unbreakable:1}"
  12. give {_player} 32 arrows
  13. message "&aDone!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement