Official Servers: Difference between revisions

m
fixing code block
(server info edit 2/2)
m (fixing code block)
Line 55:
== Server tips ==
 
* If you encounter regular timeout disconnections on the official servers (bad internet, an heavy base being loaded on the server, twilight forest worldgen...), please add this java parameter before launching your pack: `<code>-Dfml.readTimeout=60`</code>. This parameter is doubling the default 30s of timeout. When present server side it says to wait 60s before forcing the disconnection if the player stopped sending data to the server: this is what happens when a player is having a very bad connection (the parameter is already set on the officials). When present client side, it's the other way around: the client will wait 60s before closing the connection with the server: this is what happens when a heavy base is being loaded in memory for exemple.
* If you notice weird lag but the TPS are good, please check https://status.hetzner.com/. If there is an issue ongoing, staff cannot do anything about that. If you still notice some lag but both Hetzner and the server are good, you can investigate it by following [[Network Troubleshooting|this]].