Better No Stability允许有权限的玩家禁用建筑和物体的承重。与
注意,使用本插件时需要将
server.stability false
的行为类似,但当放置的物体底部承重消失时不会漂浮。注意,使用本插件时需要将
server.stability
设置为true
。什么是无承重?
无承重状态下建筑可以无限的抬高,并且其相连的建筑块消失也会处于浮空状态,不会被摧毁。同样,放置的物体底部建筑消失时也不会被摧毁。权限
- betternostability.use - 允许玩家的建筑无承重。
聊天指令
- /ns - 开关无承重状态。
配置文件
JSON:
{
"Enable Plugin": true,
"Use Permission": false,
"Stability Entity Settings": {
"door.hinged.bunker.door": false,
"door.hinged.cargo_ship": false,
"door.hinged.garage_a": false,
"door.hinged.industrial_a_a": false,
"door.hinged.industrial_a_b": false,
"door.hinged.industrial_a_c": false,
"door.hinged.industrial_a_d": false,
"door.hinged.industrial_a_e": false,
"door.hinged.industrial_a_f": false,
"door.hinged.industrial_a_g": false,
"door.hinged.industrial_a_h": false,
"door.hinged.security.blue": false,
"door.hinged.security.green": false,
"door.hinged.security.red": false,
"door.hinged.vent": false,
"door.hinged.wood.static": false,
"door_test_static": false,
"cave_lift": false,
"rocket_crane_lift": false,
"rocket_crane_lift_nd": false,
"door.double.hinged.metal": false,
"door.double.hinged.toptier": false,
"door.double.hinged.wood": false,
"door.hinged.metal": false,
"door.hinged.toptier": false,
"door.hinged.wood": false,
"floor.grill": false,
"floor.ladder.hatch": false,
"gates.external.high.stone": false,
"gates.external.high.wood": false,
"wall.external.high.stone": false,
"wall.external.high.wood": false,
"wall.frame.cell": false,
"wall.frame.cell.gate": false,
"wall.frame.fence": false,
"wall.frame.fence.gate": false,
"wall.frame.garagedoor": false,
"wall.frame.netting": false,
"wall.frame.shopfront": false,
"wall.window.bars.metal": false,
"wall.window.bars.toptier": false,
"wall.window.bars.wood": false,
"shutter.metal.embrasure.a": false,
"shutter.metal.embrasure.b": false,
"wall.window.glass.reinforced": false,
"shutter.wood.a": false,
"floor": true,
"floor.frame": true,
"floor.triangle": true,
"foundation": true,
"foundation.steps": true,
"foundation.triangle": true,
"roof": true,
"block.stair.lshape": true,
"block.stair.ushape": true,
"wall": true,
"wall.doorway": true,
"wall.frame": true,
"wall.half": true,
"wall.low": true,
"wall.window": true,
"generator.wind.scrap": false,
"chinese_door_decoration": false,
"chinese_door_frame_decoration": false,
"graveyardfence": false,
"doorgarland.deployed": false,
"windowgarland.deployed": false
},
"Floating Settings": {
"Enabled": false,///// If enabled, the following entities can float
"Floating Entity List (entity short prefab name)": [
"rug.deployed",
"cupboard.tool.deployed"
]
}
}