Patch sync for IMR6: 19/07/2026 @ 18:03

This commit is contained in:
2026-07-19 18:03:07 +01:00
parent 7f34954634
commit d9621a921e
1227 changed files with 82367 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
#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"]