> For the complete documentation index, see [llms.txt](https://wiki.hyronic.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.hyronic.dev/server-setups/mcmmo-survival/rebrand-tutorial.md).

# Rebrand Tutorial

All brand-related assets are contained in a single file, just open: `plugins\PlaceholderAPI\config.yml` you will see the config section below, just change it to your then reload everything by: `/papi reload`

```yaml
expansions:
  variables:
    'sv_name': 'ᴍᴄᴍᴍᴏ sᴍᴘ'
    'sv_ip': 'ᴍᴄ.sᴇʀᴠᴇʀ.ᴄᴏᴍ'
    'sv_store': "sᴛᴏʀᴇ.sᴇʀᴠᴇʀ.ᴄᴏᴍ"
    'sv_dc': "ᴅᴄ.sᴇʀᴠᴇʀ.ᴄᴏᴍ"

    'sv_site': "server.com"
    'sv_store_sm': "store.server.com"
    'sv_ip_sm': "mc.server.com"
    'sv_dc_sm': "dc.server.com"
```

### MOTD:

By default, we're using default `server.properties` for the MOTD, but you can copy the format for MiniMOTD plugin below:

{% code title="MiniMOTD/main.cf" %}

```yaml
{
    line1="     <dark_gray>⊂ <gradient:#fbc531:#f0932b><bold>MCMMO SMP<reset> <dark_gray>| <gray>[<white>26.1.2<gray>] <dark_gray>| <gradient:#95afc0:#c7ecee><bold>NEW SEASON! <reset><dark_gray>⊃"
    line2="       <gray>ᴏғғɪᴄɪᴀʟʟʏ ʟᴀᴜɴᴄʜᴇᴅ ᴛᴏᴅᴀʏ, ᴊᴏɪɴ ɴᴏᴡ!"
    icon=default
}
```

{% endcode %}

{% code title="server.properties" %}

```
motd=\     §8⊂ §x§f§b§c§5§3§1§lM§x§f§a§b§f§3§0§lC§x§f§8§b§9§3§0§lM§x§f§7§b§2§2§f§lM§x§f§6§a§c§2§e§lO §x§f§3§a§0§2§d§lS§x§f§1§9§9§2§c§lM§x§f§0§9§3§2§b§lP §8| §7[§f1.21.2§7] §8| §x§9§5§a§f§c§0§lN§x§9§a§b§5§c§5§lE§x§9§f§b§b§c§9§lW §x§a§9§c§7§d§2§lS§x§a§e§c§e§d§7§lE§x§b§3§d§4§d§c§lA§x§b§8§d§a§e§0§lS§x§b§d§e§0§e§5§lO§x§c§2§e§6§e§9§lN§x§c§7§e§c§e§e§l\! §8⊃\n       §7ᴏғғɪᴄɪᴀʟʟʏ ʟᴀᴜɴᴄʜᴇᴅ ᴛᴏᴅᴀʏ, ᴊᴏɪɴ ɴᴏᴡ\!
```

{% endcode %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://wiki.hyronic.dev/server-setups/mcmmo-survival/rebrand-tutorial.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
