Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Variables:
- {%player%.scope} = 0
- On leftclick with golden shovel:
- set {_%player%.sc} to 0
- if {%player%.scope} is 0:
- set {%player%.scope} to 1
- set player's offhand tool to cookie
- set {_%player%.sc} to 1
- if {%player%.scope} is 1:
- if {_%player%.sc} is 0:
- set {%player%.scope} to 0
- set player's offhand tool to air
- set {_%player%.sc} to 1
- On death:
- set victim's offhand tool to air
- set {%victim%.scope} to 0
- command /screset:
- trigger:
- set {%player%.scope} to 0
Add Comment
Please, Sign In to add comment