tsutitire2

Untitled

May 29th, 2020
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. Variables:
  2. {%player%.scope} = 0
  3. On leftclick with golden shovel:
  4. set {_%player%.sc} to 0
  5. if {%player%.scope} is 0:
  6. set {%player%.scope} to 1
  7. set player's offhand tool to black dye
  8. if {%player%.scope} is 1:
  9. if {_%player%.sc} is 0:
  10. set {%player%.scope} to 0
  11. set player's offhand tool to air
  12. set {_%player%.sc} to 1
  13.  
  14.  
  15. On death:
  16. set victim's offhand tool to air
  17. set {%victim%.scope} to 0
  18. command /screset:
  19. trigger:
  20. set {%player%.scope} to 0
Add Comment
Please, Sign In to add comment