familychicken

5x5craft

Jan 5th, 2023 (edited)
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. command /open:
  2. trigger:
  3. open chest with 5 row named "5 * 5 craft table" to player
  4. give cobblestone named "&7[&6*&7] &r&f丸石" with nbt "{clickable:no}" to player
  5.  
  6.  
  7. on inventory click:
  8. set {_n} to tag "clickable" of nbt of event-item
  9. if {_n} is "no":
  10. cancel event
Advertisement
Add Comment
Please, Sign In to add comment