Advertisement
buri810

Untitled

Feb 20th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. on right click holding a paper:
  2. name of held item contains "ミニ宝くじ"
  3. remove 1 of paper from player
  4. set {_temp} to random integer between 1 and 100
  5. if {_temp} is between 1 and 99:
  6. message "&a宝くじが外れました..." to player
  7. if {_temp} is between 100 and 100:
  8. message "&a宝くじが当たりました!" to player give blaze_rod of smite to player
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement