1. 如何阻止火的传播(使用 CMI)2. CMI 的随机传送怎么用(详细)
- RandomTeleportation:
- Worlds:
- # World name to use this feature. Add annother one with appropriate name to enable random teleportation
- world:
- Enabled: true
- # Max coordinate to teleport, setting to 1000, player can be teleported between -1000 and 1000 coordinates
- MaxRange: 1500
- # If maxcord set to 1000 and mincord to 500, then player can be teleported between -1000 to -500 and 1000 to 500 coordinates
- MinRange: 500
- CenterX: 2
- CenterZ: -220
- Circle: false
- IgnoreWater: true
- IgnoreLava: true
- minY: 0
- maxY: 256
world - 世界名
enabled - 是否在该世界启用
MaxRange MinRange 传送的最大 最小半径
CenterX Z 中心的位置
Circle 范围是圆形还是矩形
IgnoreWater和Lava 字面意思
wjwrh 发表于 2020-5-6 12:44
world - 世界名
enabled - 是否在该世界启用
MaxRange MinRange 传送的最大 最小半径
我配CMI的时候好像没见过阻止火的传播之类的选项..
你把firetick关了不就行了吗
wjwrh 发表于 2020-5-6 12:47
我配CMI的时候好像没见过阻止火的传播之类的选项..
你把firetick关了不就行了吗 ...
firetick 怎么关
本帖最后由 鹊吟猫 于 2020-5-6 13:59 编辑
关闭火蔓延 CMI无法做到 mc自带指令可以做到
原版指令/gamerule doFireTick false
有多世界插件的话/mv gamerule doFireTick false (需在每个世界内写入)
关闭火蔓延 CMI无法做到 mc自带指令可以做到
原版指令/gamerule doFireTick false
有多世界插件的话/mv gamerule doFireTick false (需在每个世界内写入)
鹊吟猫 发表于 2020-5-6 13:58
关闭火蔓延 CMI无法做到 mc自带指令可以做到
原版指令/gamerule doFireTick false
有多世界插件的话/mv gam ...
那么,怎么禁止火破坏方块呢?
晓夜Port 发表于 2020-5-6 14:16
那么,怎么禁止火破坏方块呢?
gamerule
CMI会弹一个修改游戏规则的GUI出来
你把每个世界的firetick都关掉
关掉之后 火不会蔓延 也不会烧坏方块
晓夜Port 发表于 2020-5-6 14:16
那么,怎么禁止火破坏方块呢?
禁止了蔓延也禁止了破坏= =
wjwrh 发表于 2020-5-6 12:44
world - 世界名
enabled - 是否在该世界启用
MaxRange MinRange 传送的最大 最小半径
把上面的英文翻译一下呗 (配置文件里的
wjwrh 发表于 2020-5-6 15:43
每个选项的意思我都跟你讲了啊
那个英文也就是对选项的注释
有哪个还看不懂的直接说 ...
把注释翻译一下
# World name to use this feature. Add annother one with appropriate name to enable random teleportation
启用随机传送功能的世界名。添加新的正确的世界名来启用该世界的随机传送
# Max coordinate to teleport, setting to 1000, player can be teleported between -1000 and 1000 coordinates
传送的最大范围,如果设置为1000,玩家可以被传送到-1000到1000之间的范围(这个范围是相对于下面设置的中心而言的
- # If maxcord set to 1000 and mincord to 500, then player can be teleported between -1000 to -500 and 1000 to 500 coordinates
如果最大范围为1000,最小范围为500,则玩家可以被传送到-1000到-500或1000到500之间