Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- on rightclick holding paper:
- name of held item contains "§a宝くじミニ"
- message "くじを引きました"
- remove 1 of held item from player
- chance of 10%:
- message "小当たり"
- execute console command "/give %player% Light Blue Concrete 1"
- chance of 5%:
- message "中当たり"
- execute console command "/give %player% Purple Concrete 1"
- chance of 0.1%:
- broadcast "%player% §bさんが§c§n宝くじミニ§r§bで大当たりを引きました!"
- execute console command "/give %player% Yellow Concrete 1"
Advertisement
Add Comment
Please, Sign In to add comment