Skip to content

Server Config

Commoble edited this page Apr 28, 2021 · 3 revisions

The server config file allows the configuration of per-world settings. Each world folder has a server config file at <world folder>/serverconfig/morered-server.toml; this file is generated when the world first generates.

Changes to the server config file are automatically noticed by forge's file watcher, and take effect immediately if the world is currently running.

The following parameters are configurable:

Parameter Type Default Value Description
max_wire_plinth_connection_range Non-Negative Float 32.0 Maximum connection range (in block units) for blocks can be connected by Wire Spools

The default config file is as follows:

["General Settings"]
	#Maximum Plinth Connection Range
	#Range: 0.0 ~ 1.7976931348623157E308
	max_wire_plinth_connection_range = 32.0

History

Version Changelog
1.0.0.0 Added to game

Clone this wiki locally