Configuration
The solar.toml server configuration file.
SolarMC reads a solar.toml from the server directory. A minimal example:
[server]
port = 25565
motd = "A SolarMC server"
max_players = 20
[world]
name = "world"
view_distance = 10
[performance]
compression_threshold = 256 Sections
| Section | Keys |
|---|---|
[server] | port, motd, max_players, online_mode |
[world] | name, view_distance, spawn_protection |
[performance] | compression_threshold, tick_rate |
Unknown keys are rejected at startup so typos surface immediately. See the plugin API to add your own configuration.