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 = falseReference
[commands]
| Key | Type | Default | Description |
|---|---|---|---|
log | bool | true | Log player-issued server commands (chat, signs). Format: <playername> issued server command: <command>. |
[settings]
| Key | Type | Default | Description |
|---|---|---|---|
allow-client-packs | bool | false | Allow clients to use their own resource packs when texturepack-required=true in server.properties. No effect otherwise. |