ReferenceConfiguration

endstone.toml

Endstone-specific server settings.

Endstone's own configuration file, at the root of your server folder. Auto-generated on first run; new keys are merged in (with comments preserved) on upgrade, so it's safe to edit by hand.

Sample

[commands]
# Whether to log commands executed by players, in chat or on signs.
# This currently logs in the format "<playername> issued server command: <command>".
log = true

[settings]
# Allow clients to use their own packs when texturepack-required is true.
# Has no effect if texturepack-required is false.
allow-client-packs = false

Reference

[commands]

KeyTypeDefaultDescription
logbooltrueLog player-issued server commands (chat, signs). Format: <playername> issued server command: <command>.

[settings]

KeyTypeDefaultDescription
allow-client-packsboolfalseAllow clients to use their own resource packs when texturepack-required=true in server.properties. No effect otherwise.

On this page