Skip to content

Configuração Básica

Representando pumpkin.toml

Endereço do Servidor

O endereço para vincular o servidor.

toml
seed = "1785537519969227430"
default_difficulty = "Normal"
op_permission_level = 4
allow_nether = true
allow_end = true
hardcore = false
tps = 20.0
default_gamemode = "Survival"
force_gamemode = false
scrub_ips = true
use_favicon = true
default_level_name = "world"
allow_chat_reports = false
white_list = false
enforce_whitelist = false

[logging]
enabled = true
threads = true
color = true
timestamp = true
file = "latest.log"

[resource_pack.java]
enabled = false
url = ""
sha1 = ""
prompt_message = ""
force = false

[resource_pack.bedrock]
enabled = false
force = false
packs = []

[world]
lighting = "default"
autosave_ticks = 0

[world.chunk]
type = "anvil"
write_in_place = false

[world.chunk.compression]
algorithm = "LZ4"
level = 6

[networking.query]
enabled = true
address = "0.0.0.0:25565"

[networking.rcon]
enabled = false
address = "0.0.0.0:25575"
password = ""
max_connections = 10

[networking.rcon.logging]
logged_successfully = true
wrong_password = true
commands = true
quit = true

[networking.proxy]
enabled = false

[networking.proxy.velocity]
enabled = false
secret = ""

[networking.proxy.bungeecord]
enabled = false

[networking.lan_broadcast]
enabled = false

[networking.java]
enabled = true
address = "0.0.0.0:25565"
encryption = true
online_mode = true
max_players = 1000
view_distance = 16
simulation_distance = 10
motd = "A blazingly fast Pumpkin server!"

[networking.java.compression]
enabled = true
threshold = 256
level = 4

[networking.java.authentication]
enabled = true
connect_timeout = 5000
read_timeout = 5000
prevent_proxy_connections = false

[networking.java.authentication.player_profile]
allow_banned_players = false
allowed_actions = ["FORCED_NAME_CHANGE", "USING_BANNED_SKIN"]

[networking.java.authentication.textures]
enabled = true
allowed_url_schemes = ["http", "https"]
allowed_url_domains = [".minecraft.net", ".mojang.com"]

[networking.java.authentication.textures.types]
skin = true
cape = true
elytra = true

[networking.bedrock]
enabled = true
address = "0.0.0.0:19132"
encryption = true
online_mode = true
max_players = 1000
view_distance = 16
simulation_distance = 10
motd = "A blazingly fast Pumpkin server!"

[networking.bedrock.compression]
enabled = true
threshold = 256
level = 4

[networking.bedrock.authentication]
enabled = true
connect_timeout = 5000
read_timeout = 5000

[commands]
use_console = true
use_tty = true
log_console = true
broadcast_console_to_ops = true
default_op_level = 0

[chat]
format = "<{DISPLAYNAME}> {MESSAGE}"

[pvp]
enabled = true
hurt_animation = true
protect_creative = true
knockback = true
swing = true

[server_links]
enabled = true
bug_report = "https://github.com/Pumpkin-MC/Pumpkin/issues"
support = ""
status = ""
feedback = ""
community = ""
website = ""
forums = ""
news = ""
announcements = ""

[server_links.custom]

[player_data]
save_player_data = true
save_player_cron_interval = 300

[fun]
april_fools = true

[recipe]
send_recipes = true

[plugins]
blocked_permissions = []

[advancement]
save_advancements = true

Seed

A seed para a geração do mundo.

toml
seed = ""

Limite de Jogadores

O número máximo de jogadores permitidos no servidor.

toml
max_players = 100000

Distância de Visão

A distância máxima de visão para os jogadores.

toml
view_distance = 10

Distância de Simulação

A distância máxima de simulação para os jogadores.

toml
simulation_distance = 10

Dificuldade Padrão

A dificuldade padrão do jogo.

toml
default_difficulty = "Normal"
toml
Peaceful
Easy
Normal
Hard

Nível de Permissão de Operação

O nível de permissão atribuído pelo comando /op.

toml
op_permission_level = 4

Permitir Nether

Se a dimensão Nether está habilitada.

toml
allow_nether = true

Permitir End

Se a dimensão End está habilitada.

toml
allow_end = true

Hardcore

Se o servidor está no modo hardcore.

toml
hardcore = false

Modo Online

Se o modo online está habilitado. Requer contas válidas do Minecraft.

toml
online_mode = true

Criptografia

Se a criptografia de pacotes está habilitada.

[!IMPORTANTE] Requerido quando o modo online está habilitado.

toml
encryption = true

MOTD

Mensagem do Dia; a descrição do servidor exibida na tela de status.

toml
motd = "A Blazingly fast Pumpkin Server!"

TPS

A taxa de tique (tick rate) alvo do servidor.

toml
tps = 20.0

Modo de Jogo Padrão

O modo de jogo padrão para os jogadores.

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

Limpeza de IPs

Se os endereços IP dos jogadores devem ser removidos dos logs.

toml
scrub_ips = true

Usar Favicon

Se o servidor deve usar um favicon ou não.

toml
use_favicon = true

Caminho do Favicon

O caminho para o favicon do servidor.

toml
favicon_path = "icon.png"

Distribuído sob a Licença MIT.