如题,我好像只知道利用计分板添加队伍可以消除碰撞箱,上次好像看到还有别的什么办法忘了是什么,哪位大佬能说一下...
1.12及以下
复制代码
1.13
复制代码
- /scoreboard teams add example
 
- /scoreboard teams option example collisionRule never
 
- /scoreboard teams join example @s
1.13
- /team add example
 
- /team modify example collisionRule never
 
- /team join example @s
用 gamerule 就好
/gamerule maxEntityCramming 0
/gamerule maxEntityCramming 0
CHElover_C60 发表于 2019-3-9 12:39
1.12及以下
1.13
我好像在别的地方看过用teleport做的,这个你会吗
S速风 发表于 2019-3-10 14:52
我好像在别的地方看过用teleport做的,这个你会吗
teleport实际上就是tp
想不到该怎么做
CHElover_C60 发表于 2019-3-10 16:14
teleport实际上就是tp
想不到该怎么做
我看有的大佬说teleport和tp有区别的啊,有的时候只能用teleport...
S速风 发表于 2019-3-11 20:51
我看有的大佬说teleport和tp有区别的啊,有的时候只能用teleport...
刚刚翻了下wiki,1.13以后这两个命令完全一样,之前版本里只是相对坐标计算方法不同,tp是基于实体原本的位置,teleport是基于命令执行者的位置