S速风
如题,我好像只知道利用计分板添加队伍可以消除碰撞箱,上次好像看到还有别的什么办法忘了是什么,哪位大佬能说一下...

Chelover_C60
1.12及以下
  1. /scoreboard teams add example
  2. /scoreboard teams option example collisionRule never
  3. /scoreboard teams join example @s
复制代码

1.13
  1. /team add example
  2. /team modify example collisionRule never
  3. /team join example @s
复制代码

xmdhs
用 gamerule 就好

/gamerule maxEntityCramming 0

S速风
CHElover_C60 发表于 2019-3-9 12:39
1.12及以下

1.13

我好像在别的地方看过用teleport做的,这个你会吗

Chelover_C60
S速风 发表于 2019-3-10 14:52
我好像在别的地方看过用teleport做的,这个你会吗

teleport实际上就是tp
想不到该怎么做

S速风
CHElover_C60 发表于 2019-3-10 16:14
teleport实际上就是tp
想不到该怎么做

我看有的大佬说teleport和tp有区别的啊,有的时候只能用teleport...

Chelover_C60
S速风 发表于 2019-3-11 20:51
我看有的大佬说teleport和tp有区别的啊,有的时候只能用teleport...

刚刚翻了下wiki,1.13以后这两个命令完全一样,之前版本里只是相对坐标计算方法不同,tp是基于实体原本的位置,teleport是基于命令执行者的位置