MCBE,偽縮放,可調(diào)視角大小,瞄準(zhǔn)鏡變換倍率,指令展示1.0(極簡版)
排列展示


列數(shù)均為從右向左

第一列
execute @a[hasitem={item=slime_ball,location=slot.weapon.mainhand,slot=0},scores={jineng=0}]~~~?
scoreboard players set @s jineng 1
execute @a[hasitem={item=slime_ball,location=slot.weapon.mainhand,slot=0},scores={jineng=1}]~~~?
clear @s slime_ball

第二列
execute @a[hasitem={item=fishing_rod,location=slot.weapon.mainhand,slot=0},scores={jineng=1}]~~~?
effect @s slowness 255 5
execute @a[hasitem={item=fishing_rod,location=slot.weapon.mainhand,slot=0},scores={jineng=1}]~~~?
effect @s mining_fatigue 255 255
execute @a[hasitem={item=fishing_rod,location=slot.weapon.mainhand,slot=0},scores={jineng=1}]~~~?
scoreboard players set @s jineng 2

第三列
execute?
@a[hasitem={item=fishing_rod,quantity=0,location=slot.weapon.mainhand,slot=0},scores={jineng=2}]~~~?
effect @s clear
execute?
@a[hasitem={item=fishing_rod,quantity=0,location=slot.weapon.mainhand,slot=0},scores={jineng=2}]~~~?
give @s slime_ball
execute?
@a[hasitem={item=fishing_rod,quantity=0,location=slot.weapon.mainhand,slot=0},scores={jineng=2}]~~~ scoreboard players set @s jineng 0

注:
1.速度和緩慢的等級(jí)都可以調(diào)整
2.粘液塊最后只是簡單的給予,可以確定位置改成replaceitem
3.提前創(chuàng)建名為jineng的計(jì)分板,并且給每一位玩家分?jǐn)?shù)設(shè)置為0