Advertisement
Guest User

Untitled

a guest
Mar 20th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.17 KB | None | 0 0
  1. if {ma.kit::%loop-value-2%} is "knight":
  2. set slot 0 of loop-value-2 to stone sword with nbt "{Unbreakable:1b,display:{Name:""&8Knight Blade""}}"
  3. set slot 40 of loop-value-2 to shield with nbt "{Unbreakable:1b,BlockEntityTag:{x:0,y:0,z:0,id:"Shield",Patterns:[],Base:0},display:{Name:"&8Knight Shield"}}"
  4. set slot 39 of loop-value-2 to iron helmet with nbt "{ench:[0:{lvl:1s,id:0s}],Unbreakable:1b,display:{Name:""&9Knight Helm""}}"
  5. set slot 38 of loop-value-2 to iron chestplate with nbt "{ench:[0:{lvl:1s,id:0s}],Unbreakable:1b,display:{Name:""&9Knight Plate""}}"
  6. set slot 37 of loop-value-2 to iron leggings with nbt "{ench:[0:{lvl:1s,id:0s}],Unbreakable:1b,display:{Name:""&9Knight Leggings""}}"
  7. set slot 36 of loop-value-2 to iron boots with nbt "{ench:[0:{lvl:1s,id:0s}],Unbreakable:1b,display:{Name:""&9Knight Boots""}}"
  8.  
  9. if {ma.kit::%loop-value-2%} is "monk":
  10. set slot 1 of loop-value-2 to iron nugget with nbt "{Unbreakable:1b,display:{Name"&7Orb of Enlightenment"}}"
  11. set slot 40 of loop-value-2 to two totem of undying with nbt {Unbreakable:1b,display:{Name:"&aTotem of Undying"}}
  12. set slot 38 of loop-value-2 to leather chestplate with nbt {Unbreakable:1b,display:{Name:"&7Monks Robe"}}
  13. set slot 37 of loop-value-2 to leather leggings with nbt {Unbreakable:1b,display:{Name:"&7Monks Robe"}}
  14. if {ma.kit::%loop-value-2%} is "berserker":
  15. set slot 0 of loop-value-2 to iron axe with nbt "{Unbreakable:1b,display:{Name:"&4Berserkers Axe"}}"
  16. set slot 37 of loop-value-2 to chain leggings with nbt "{Unbreakable:1b,display:{Name:"&4Berserkers Greaves"}}"
  17. set slot 1 of loop-value-2 to red dye with nbt "{display:{Name:"&4Blood"}}"
  18. if {ma.kit::%loop-value-2%} is "ranger":
  19. set slot 0 of loop-value-2 to bow with nbt "{ench:[0:lvl:1s,id:51s}},Unbreakable:1b,display:Name:"&aRangers Bow"}}"
  20. set slot 1 of loop-value-2 to arrow with nbt "{Unbreakable:1b,display:{Name:"&7Common Arrow"}}"
  21. set slot 2 of loop-value-2 to 3 spawn eggs with nbt "{display:{Name:"&8Wolf Companions"},EntityTag:{id:"minecraft:wolf"}}"
  22. set slot 5 of loop-value-2 to arrow with nbt "{Unbreakable:1b,display:{Name:"&7Common Arrow"}}"
  23. set slot 6 of loop-value-2 to spectral arrow with nbt "{display:{Name:"&eSpectral Arrow"}}"
  24. set slot 7 of loop-value-2 to arrow with nbt "{Potion:"minecraft:long_slowness",display:{Name:"Slowness Arrow"}}"
  25. set slot 8 of loop-value-2 to arrow with nbt "{Potion:"minecraft:long_poison",display:{Name:"Poison Arrow"}}"
  26. set slot 39 of loop-value-2 to leather helmet with nbt "{Unbreakable:1b,display:{color:4148262,Name:"&2Rangers Helm"}}"
  27. set slot 38 of loop-value-2 to leather chestplate with nbt "{Unbreakable:1b,display:{color:4148262,Name:"&2Rangers Plate"}}"
  28. set slot 37 of loop-value-2 to leather leggings with nbt "{Unbreakable:1b,display:{color:4148262,Name:"&2Rangers Leggings"}}"
  29. set slot 36 of loop-value-2 to leather boots with nbt "{Unbreakable:1b,display:{color:4148262,Name:"&2Rangers Boots"}}"
  30. set slot 40 of loop-value-2 to 64 bones with nbt {display:{Name:"&7Taming Bones"}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement