> For the complete documentation index, see [llms.txt](https://docs.endcore.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.endcore.fun/documentation/ecoreffasetup/ecoreffa-rebranding-guide.md).

# ECoreFFA — Rebranding Guide

Learn how to change the default placeholder branding (\`endcore.fun\`) to your own server name, store link, and Discord.

### 1. Quick Find & Replace Overview

To rebrand quickly, search for these keywords across your server files:

* `ENDCORE`
* `ENDCORE.FUN`
* `discord.endcore.fun`
* `store.endcore.net`

### 2. Server List MOTD (MiniMOTD)

ECoreFFA uses MiniMOTD by default for the multiplayer server list.

1. Open `plugins/MiniMOTD/main.conf`.
2. Locate the `motds` section:

```hocon
motds = [
    {
        line1 = "<gradient:#00B4FF:#00E5FF><bold>YOURSERVER</bold></gradient> <dark_gray>» <gray>Competitive Free-For-All"
        line2 = "<gray>Zero Lag <dark_gray>• <white>Join now: <#00B4FF>store.yourserver.net"
    }
]
```
