Advertisement
iku55

Untitled

Dec 16th, 2019
1,400
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. aliases:
  2. # blocks without collision as of Minecraft 1.5 (excluding fire, nether portal & end portal)
  3. #nonsolid = 0, 6, 27, 28, 30, 31, 32, 37, 38, 39, 40, 50, 55, 59, 63, 64, 65, 66, 68, 69, 70, 71, 72, 75, 76, 77, 78:0, 83, 85:4-7, 104, 105, 106, 111, 115, 131, 132, 141, 142, 143, 147, 148, 157
  4. on rightclick with diamond sword:
  5. name of tool of player is "&bAspect of the End"
  6. loop blocks above targeted block:
  7. #loop-block is nonsolid
  8. #block above loop-block is nonsolid
  9. teleport player to loop-block
  10. stop trigger
  11. command /giveitem [<text>]:
  12. trigger:
  13. if arg-1 is "aote":
  14. set slot 5 of player to diamond sword named "&bAspect of the End"
  15. message "%player% に [&bAspect of the End&r] を 1 個与えました"
  16. else:
  17. message "&c/giveitem [item]"
  18. message "&fItems (1): &bAspect of the End&a:aote"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement