晓夜Port
1. 如何阻止火的传播(使用 CMI)2. CMI 的随机传送怎么用(详细)

嘉晚饭,赢
  1. RandomTeleportation:
  2.   Worlds:
  3.     # World name to use this feature. Add annother one with appropriate name to enable random teleportation
  4.     world:
  5.       Enabled: true
  6.       # Max coordinate to teleport, setting to 1000, player can be teleported between -1000 and 1000 coordinates
  7.       MaxRange: 1500
  8.       # If maxcord set to 1000 and mincord to 500, then player can be teleported between -1000 to -500 and 1000 to 500 coordinates
  9.       MinRange: 500
  10.       CenterX: 2
  11.       CenterZ: -220
  12.       Circle: false
  13.       IgnoreWater: true
  14.       IgnoreLava: true
  15.       minY: 0
  16.       maxY: 256
复制代码


world - 世界名
enabled - 是否在该世界启用
MaxRange MinRange 传送的最大 最小半径
CenterX Z 中心的位置
Circle 范围是圆形还是矩形
IgnoreWater和Lava 字面意思

嘉晚饭,赢
wjwrh 发表于 2020-5-6 12:44
world - 世界名
enabled - 是否在该世界启用
MaxRange MinRange 传送的最大 最小半径

我配CMI的时候好像没见过阻止火的传播之类的选项..
你把firetick关了不就行了吗

晓夜Port
wjwrh 发表于 2020-5-6 12:47
我配CMI的时候好像没见过阻止火的传播之类的选项..
你把firetick关了不就行了吗 ...

firetick 怎么关

鹊吟猫
本帖最后由 鹊吟猫 于 2020-5-6 13:59 编辑

关闭火蔓延 CMI无法做到 mc自带指令可以做到
原版指令/gamerule doFireTick false
有多世界插件的话/mv gamerule doFireTick false (需在每个世界内写入)


晓夜Port
鹊吟猫 发表于 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
那么,怎么禁止火破坏方块呢?

禁止了蔓延也禁止了破坏= =

晓夜Port
wjwrh 发表于 2020-5-6 12:44
world - 世界名
enabled - 是否在该世界启用
MaxRange MinRange 传送的最大 最小半径

把上面的英文翻译一下呗 (配置文件里的

嘉晚饭,赢
晓夜Port 发表于 2020-5-6 15:42
把上面的英文翻译一下呗 (配置文件里的

每个选项的意思我都跟你讲了啊
那个英文也就是对选项的注释
有哪个还看不懂的直接说

晓夜Port
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之间的范围(这个范围是相对于下面设置的中心而言的

  1. # 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之间


第一页 上一页 下一页 最后一页