Skip to content

Server Settings

Representing server.toml

Server Address

The address to bind the server to.

toml
bind = "0.0.0.0:25565"

Spawn Dimension

Default spawn dimension for new players.

toml
spawn_dimension = "overworld"

Possible values:

toml
overworld
nether
end

Welcome Message

Welcome message displayed to players after joining. You can use color codes (like §a for green).

toml
welcome_message = "Welcome to PicoLimbo!"

Default Gamemode

The default game mode for players.

toml
default_game_mode = "spectator"

Possible values:

toml
survival
creative
adventure
spectator

NOTE

For Minecraft versions 1.7.x, the spectator game mode does not exist. If you set default_game_mode = "spectator", it will spawn players in "survival" mode instead.

Released under the MIT License.