Bounen

Untitled

Nov 8th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. on rightclick holding stone:
  2. name of held item contains "石"
  3. remove 1 of held item from player
  4. set {rnd} to a random integer between 0 to 1
  5. if {rnd} is 0:
  6. execute consel commnd "/give %player% grass 0 1"
  7. if {rnd} is 1:
  8. execute consel commnd "/give %player% stone 0 1"
Add Comment
Please, Sign In to add comment