超级简单的抽奖机指令

积分版
/scoreboard objectives add 金币 dummy
/scoreboard objectives add 抽奖 dummy
指令部分 脉冲 无 红石
title @p title 你想要的内容
连锁 无 保
scoreboard players test @p 金币 金币数量
连锁 有 保 以下都是
/scoreboard players add @p 金币 -金币数量
scoreboard players random @p 抽奖 你想要的数字 你想要的数字
title @p title 你想说的话
循环 无 保
execute @a[scores={抽奖=你想要的数字(必须跟上面的数字一样)}] ~~~ structure load 结构名称 ~~~
...
连锁 无 保
scoreboard players set @a[scores={抽奖=1..}] 抽奖 0