Advertisement
sirayasiki

NBTサンプル

Aug 6th, 2023
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. command /nbt:
  2. permission: op
  3. permission message: "権限がないにゃ~"
  4. trigger:
  5. set {_gunNBT} to stone
  6. #set tag "tag;aho" of nbt of {_gunNBT} to 1
  7. #set tag "tag;baka" of nbt of {_gunNBT} to 2
  8. #set tag "tag;manuke" of nbt of {_gunNBT} to 3
  9. add nbt compound from "{aho:1,baka:2,manuke:3}" to nbt compound of {_gunNBT}
  10. give {_gunNBT} to player
  11. give player stone with nbt compound from "{aho:1,baka:2,manuke:3}"
  12. message "終了2" to player
  13.  
  14. command /nbt2:
  15. trigger:
  16. send "the object nbt of tool of the player instead"
  17.  
  18. command /nbt3:
  19. trigger:
  20. set tag "aho" of nbt compound of player's tool to 999
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement