sirayasiki

Untitled

Apr 11th, 2025 (edited)
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. on right click:
  2. set {_tag} to "mastery" tag of nbt of player's tool
  3. send {_tag}
  4. set int tag "Damage" of nbt of player's tool to 100
  5. on damage:
  6. set {_tag} to "mastery" tag of nbt of attacker's tool
  7. send {_tag} to attacker
  8.  
  9. on right click:
  10. set {_item} to player's tool
  11. set {_nbt} to nbt of {_item}
  12. send "&eNBTデータ (JSON):" to player
  13. send "%{_nbt}%"
Advertisement
Add Comment
Please, Sign In to add comment