## 一般
允许创建液体不会蔓延的区域。如果水或熔岩在区域内溢出,则会保持在一个方块内。此外,水或熔岩也无法从外部流入该区域。Allows you to create zones where liquids do not spread. If water or lava is spilled inside the zone, it will be in one block. Also, water or lava cannot flow into the zone from the outside.
## 设置
所有插件设置都在 cofig.yml 文件中。All plugin settings are in the cofig.yml file.
原始外观: Original appearance:
```
# YamiFlow 配置
zones:
zone1:
world: world
point1:
x: -100
y: 0
z: -100
point2:
x: 100
y: 256
z: 100
zone2:
world: world_nether
point1:
x: -50
y: 0
z: -50
point2:
x: 50
y: 128
z: 50
```
在 "zones:" 中包含所有插件区域。"zones:" contains all the plugin zones.
每个区域都有自己的名称,例如 “zone1” 或 “zone2”。 Each zone has its own name, for example, "zone1" or "zone2".
"world:" 是区域所在的“世界”。 "world:" the world in which the zone is located.
"point1:" 和 "point2:" 是区域的点(角)。例如,左上角和右下角。"point1:" and "point2:" are the points (corners) of the zone. For example, upper left and lower right.
您可以添加无限数量的区域。只需输入 zone3: 及其设置,以此类推。 You can add unlimited number of zones. Just enter "zone3:" and its settings and so on.