Files
Pumpkin/docs/config/basic.md
2024-10-14 14:51:39 -04:00

1.3 KiB

Basic Configuration

Representing configuration.toml

Server Address

The address to bind the server to

server_address=0.0.0.0

Seed

The seed for world generation

seed=

Max players

The maximum number of players allowed on the server

max_players=10000

View distance

The maximum view distance for players

view_distance=10

Simulation distance

The maximum simulation distance for players

simulation_distance=10

Default difficulty

The default game difficulty

default_difficulty=Normal
Peaceful
Easy
Normal
Hard

Allow nether

Whether the Nether dimension is enabled

allow_nether=true

Hardcore

Whether the server is in hardcore mode.

hardcore=true

Online Mode

Whether online mode is enabled. Requires valid Minecraft accounts

online_mode=true

Encryption

Whether packet encryption is enabled

Important

Required when online mode is enabled

encryption=true

Motd

The server's description displayed on the status screen.

motd=true

Default gamemode

The default game mode for players

default_gamemode=Survival
Undefined
Survival
Creative
Adventure
Spectator

IP Scrubbing

Whether to scrub player IPs from logs

scrub_ips=true