mirror of
https://git.fellies.tech/minecraft/fellies.git
synced 2021-02-13 10:18:48 +00:00
10 lines
211 B
TOML
10 lines
211 B
TOML
|
|
#General settings
|
|
[general]
|
|
#How often should the server send tps updates to clients
|
|
#Range: 100 ~ 600
|
|
refreshTicks = 200
|
|
#Only ops can see tps information, this is to stop tps hunters
|
|
opOnlyMode = false
|
|
|