Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- on rightclick holding stone:
- remove 1 of held item from player
- set {_rnd} to a random integer between 0 to 1
- if {_rnd} is 0:
- execute consel commnd "/give %player% grass 1 0"
- if {_rnd} is 1:
- execute consel commnd "/give %player% stone 1 0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement