gaycraft/config/automaticdoors.json5

9 lines
303 B
Text
Raw Normal View History

2023-10-31 16:05:57 +01:00
{
// The time in ms the door should stay open.
// min: 0, max: 10000
"doorOpenTime": 2500,
// When enabled, iron doors will also be opened automatically.
"shouldOpenIronDoors": true,
// When enabled, doors won't be opened automatically when the player is sneaking.
"preventOpeningOnSneak": true
}