# Configuration Auto Nickname stores its configuration in `plugins/AutoNickname/config.yml`. --- ## config.yml ```yaml should_auto_nick: true should_renick_on_death: false ``` | Key | Type | Default | Description | |---|---|---|---| | `should_auto_nick` | Boolean | `true` | Whether players are automatically assigned a random nickname on join. | | `should_renick_on_death` | Boolean | `false` | Whether players receive a new random nickname after dying. | --- ## Bypass The following players are excluded from auto nicking and death renicking: - **OPs** — Server operators are always bypassed. - **Permission** — Players with `lodestone.autonick.bypass` are excluded. --- ## Related Pages - [[Auto Nickname/Overview]] — Plugin overview and installation - [[Auto Nickname/Commands]] — Command and permission listing