Initial Commit!

This commit is contained in:
zombieguy
2026-07-08 22:58:56 +01:00
parent d9910aee00
commit 9cef1c5373
2371 changed files with 56283 additions and 0 deletions
@@ -0,0 +1,17 @@
#General settings
[general]
#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"]
#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