Jt1010

kitPVP

Jul 14th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. command /kit <number>:
  2. description:キット選択ができます
  3. usage:/kit <kitnumber>
  4. aliases:/k
  5. trigger:
  6. if arg 1 is "1":
  7. command "/give %player% minecraft:bow 1 0 {Unbreakable:1,display:{Name:"&4&lArcher&1&lkit"},ench:[{id:34,lvl:5},{id:51,lvl:1}]}"
  8. command "/give %player% minecraft:leather_chestplate 1 0 {Unbreakable:1,ench:[{id:0,lvl:10},{id:34,lvl:1}],display:{Name:"&4&lArcher&1&lkit",color:12895428}}"
  9. command "/give %player% minecraft:arrow 1 0 {display:{Name:"&4&lArcher&1&lkit"}}"
  10. if arg 1 is "2":
  11. command "/give %player% minecraft:iron_chestplate 1 0 {Unbreakable:1,display:{Name:"&4&lTank&1&lkit"},ench:[{id:0,lvl:20}]}"
  12. command "/give %player% minecraft:iron_axe 1 0 {Unbreakable:1,display:{Name:"&4&lTank&1&lkit"},ench:[{id:16,lvl:2},{id:17,lvl:1},{id:70,lvl:1}]}"
  13. if arg 1 is "3":
  14. command "/give %player% minecraft:leather_helmet 1 0 {Unbreakable:1,ench:[{id:0,lvl:1}],display:{Name:"&4&lninja&1&lkit",color:524288}}"
  15. command "/give %player% minecraft:leather_chestplate 1 0 {Unbreakable:1,ench:[{id:0,lvl:1}],display:{Name:"&4&lninja&1&lkit",color:0}}"
  16. command "/give %player% minecraft:leather_leggings 1 0 {Unbreakable:1,ench:[{id:0,lvl:1}],display:{Name:"&4&lninja&1&lkit",color:0}}"
  17. command "/give %player% minecraft:leather_boots 1 0 {Unbreakable:1,ench:[{id:0,lvl:1}],display:{Name:"&4&lninja&1&lkit",color:0}}"
  18. command "/give %player% minecraft:iron_sword 1 0 {Unbreakable:1,display:{Name:"&4&lninja&1&lkit"},ench:[{id:16,lvl:2},{id:17,lvl:1},{id:19,lvl:5},{id:20,lvl:1}]}"
Add Comment
Please, Sign In to add comment