This repository has been archived on 2023-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
jland-packwiz-pack/config/servertabinfo-server.toml
2023-11-02 12:32:44 -05:00

18 lines
532 B
TOML

#General settings
[general]
#How often should the server send tps updates to clients
#Default is 100 ticks
#Range: 1 ~ 6000
refreshTicks = 100
#Only ops can see tps information, this is to stop tps hunters
opOnlyMode = false
#List of dimensions not shown on the TPS list
#In the following forms "mod:dimension" or "mod:*" to block all dimension for that mod
#Examples include
# - "minecraft:overworld"
# - "minecraft:the_nether"
# - "minecraft:the_end"
dimensionBlockList = ["servertabinfo:example"]