Advertisement
Guest User

Untitled

a guest
Mar 20th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 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 39 of loop-value-2 to leather leggings with nbt {Unbreakable:1b,display:{Name:"&7Monks Robe"}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement