modded7/overrides/config/elevatorid.cfg

30 lines
586 B
INI
Raw Normal View History

2022-01-23 23:35:02 +08:00
# Configuration file
general {
B:mobSpawn=true
B:precisionTarget=true
B:sameColor=true
general {
# Can mobs spawn in elevators ?
B:mobSpawn=false
# Realign players after teleporting to the center of elevator ?
B:precisionTarget=true
# Maximum elevator range
# Min: 3
# Max: 2147483647
I:range=256
# Should elevators have the same color to teleport ?
B:sameColor=false
# Should it teleport if there is an invalid elevator in between ?
B:skipUnreachable=true
}
}