This repository has been archived on 2024-10-20. You can view files and clone it, but cannot push or open issues or pull requests.
forge_server/config/createrailwaysnavigator-common.toml

10 lines
519 B
TOML
Raw Permalink Normal View History

2024-03-28 12:36:20 +01:00
[createrailwaysnavigator_common_config]
#The time interval (in ticks) in which the Train Listener collects tick data of all trains. Higher values may result in less precise time information in the route details view, while lower values may result in higher CPU usage. Default: 100 (5s)
#Range: 100 ~ 1000
train_watcher_intervall = 100
#Minimum permission level required to edit the global navigator settings. 0 allows everyone to edit these settings.
#Range: 0 ~ 4
global_settings_permission_level = 0