Skip to content

Basisconfiguratie

Vertegenwoordigt configuration.toml

Serveradres

Het adres om de server aan te binden.

toml
server_address = "0.0.0.0:25565"

Seed

De seed voor wereldgeneratie.

toml
seed = ""

Maximaal aantal spelers

Het maximale aantal spelers dat op de server is toegestaan.

toml
max_players = 100000

Zichtafstand

De maximale zichtafstand voor spelers.

toml
view_distance = 10

Simulatieafstand

De maximale simulatieafstand voor spelers.

toml
simulation_distance = 10

Standaard moeilijkheidsgraad

De standaard moeilijkheidsgraad van het spel.

toml
default_difficulty = "Normal"
toml
Peaceful
Easy
Normal
Hard

Operationeel permissieniveau

Het op-niveau dat wordt toegewezen door het /op-commando.

toml
op_permission_level = 4

Nether toestaan

Of de Nether-dimensie is ingeschakeld.

toml
allow_nether = true

Hardcore

Of de server in hardcore modus is.

toml
hardcore = false

Online modus

Of de online modus is ingeschakeld. Vereist geldige Minecraft-accounts.

toml
online_mode = true

Encryptie

Of pakketversleuteling is ingeschakeld.

IMPORTANT

Vereist wanneer de online modus is ingeschakeld.

toml
encryption = true

Motd

De beschrijving van de server die wordt weergegeven op het status scherm.

toml
motd = "A Blazing fast Pumpkin Server!"

TPS

De doel-tickrate van de server.

toml
tps = 20.0

Standaard spelmodus

De standaard spelmodus voor spelers.

toml
default_gamemode = "Survival"
toml
Undefined
Survival
Creative
Adventure
Spectator

IP-scrubbing

Of spelers-IP's uit logs moeten worden verwijderd.

toml
scrub_ips = true

Favicon gebruiken

Of een server-favicon moet worden gebruikt of niet.

toml
use_favicon = true

Favicon-pad

Het pad naar de favicon van de server.

toml
favicon_path = "icon.png"

Uitgebracht onder de MIT-licentie.