oxide.grant group default autodoors.use — 允许玩家切换并拥有自动门
聊天指令:
/ad <type | t>
并且/ad <single | s>
命令在使用时必须看着门
/ad
– 启用/禁用自动关门/ad <time (seconds)>
– 设置门的自动关闭延迟(不包括由“单”和“类型”设置的门)。/ad <all | a> <time (seconds)>
– 为所有门设置自动关闭延迟。/ad <single | s>
– 启用/禁用您正在查看的门的自动关闭/ad <single | s> <time (seconds)>
– 为您正在查看的门设置自动关闭延迟- “类型”只是一个词,不是门的类型
/ad <type | t>
– 启用/禁用您正在查看的门类型的自动门关闭/ad <type | t> <time (seconds)>
– 为您正在查看的门类型设置自动关闭延迟/ad <help | h>
– 查看帮助
配置
可以在目录
AutoDoors
下的文件中配置设置和选项
config
。建议使用编辑器和验证器来避免格式问题和语法错误。
{
"Use permissions": false,
"Clear data on map wipe": true,
"Global settings": {
"Allows automatic closing of unowned doors": false,
"Exclude door controller": true,
"Cancel on player dead": false,
"Default enabled": true,
"Default delay": 5.0,
"Maximum delay": 30.0,
"Minimum delay": 5.0
},
"Chat settings": {
"Chat command": [
"ad",
"autodoor"
],
"Chat prefix": "<color=#00FFFF>[AutoDoors]</color>: ",
"Chat steamID icon": 0
},
"Door Settings": {
"door.double.hinged.metal": {
"enabled": true,
"displayName": "Sheet Metal Double Door"
},
"door.double.hinged.toptier": {
"enabled": true,
"displayName": "Armored Double Door"
},
"door.double.hinged.wood": {
"enabled": true,
"displayName": "Wood Double Door"
},
"door.hinged.metal": {
"enabled": true,
"displayName": "Sheet Metal Door"
},
"door.hinged.toptier": {
"enabled": true,
"displayName": "Armored Door"
},
"door.hinged.wood": {
"enabled": true,
"displayName": "Wooden Door"
},
"floor.ladder.hatch": {
"enabled": true,
"displayName": "Ladder Hatch"
},
"floor.triangle.ladder.hatch": {
"enabled": true,
"displayName": "Triangle Ladder Hatch"
},
"gates.external.high.stone": {
"enabled": true,
"displayName": "High External Stone Gate"
},
"gates.external.high.wood": {
"enabled": true,
"displayName": "High External Wooden Gate"
},
"wall.frame.cell.gate": {
"enabled": true,
"displayName": "Prison Cell Gate"
},
"wall.frame.fence.gate": {
"enabled": true,
"displayName": "Chainlink Fence Gate"
},
"wall.frame.garagedoor": {
"enabled": true,
"displayName": "Garage Door"
},
"wall.frame.shopfront": {
"enabled": true,
"displayName": "Shop Front"
},
"shutter.wood.a": {
"enabled": true,
"displayName": "Wood Shutters"
}
},
"Version": {
"Major": 3,
"Minor": 2,
"Patch": 8
}
}
© 版权声明
THE END
暂无评论内容