okkunsyouta

Untitled

Oct 28th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. on rightclick holding paper:
  2. name of held item contains "§a宝くじミニ"
  3. message "くじを引きました"
  4. remove 1 of held item from player
  5.  
  6. chance of 10%:
  7. message "小当たり"
  8. execute console command "/give %player% Light Blue Concrete 1
  9.  
  10. chance of 5%:
  11. message "中当たり"
  12. execute console command "/give %player% Purple Concrete 1
  13.  
  14. chance of 0.1%:
  15. broadcast "%player% §bさんが§c§n宝くじミニ§r§bで大当たりを引きました!"
  16. execute console command "/give %player% Yellow Concrete 1
Add Comment
Please, Sign In to add comment