> ## Documentation Index
> Fetch the complete documentation index at: https://wiki.ph4ntom.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Brandings

> Customize your Practice server with available branding elements.

## Available Branding Elements

The Practice setup includes several branding options that you can customize to match your server's identity:

<Tabs>
  <Tab title="Discord">
    Server Discord community branding. Link your Discord server and display it to players.
  </Tab>

  <Tab title="Store">
    Custom store branding and links. Promote your server store to players.
  </Tab>

  <Tab title="Website">
    Server website branding. Direct players to your official server website.
  </Tab>

  <Tab title="IP">
    Server IP address display. Show players how to connect to your server.
  </Tab>

  <Tab title="Vote">
    Vote link branding and incentives. Encourage players to vote for your server.
  </Tab>
</Tabs>

## Configuration Files

<AccordionGroup>
  <Accordion icon="file" title="RocketPlaceholders" defaultOpen>
    **File Location:** `plugins/RocketPlaceholders/placeholders/server-info.yml`

    This file contains placeholder configurations for server information displays. You can customize how server details (Discord, Store, Website, IP, Vote links) are shown throughout your server using placeholders and formatting options.
  </Accordion>

  <Accordion icon="message" title="Essentials (MOTD)" defaultOpen>
    **File Location:** `plugins/Essentials/motd.txt`

    This file controls the Message of the Day (MOTD) displayed to players when they join the server. Use this to welcome players and promote your Discord, store, website, and voting links directly on their login screen.
  </Accordion>

  <Accordion icon="server" title="MiniMOTD (Server List)" defaultOpen>
    **File Location:** `plugins/MiniMOTD/main.conf` (line 18-19)

    This file controls the MOTD displayed in the server list when players browse for servers. Customize the server description that appears before players even join to make a great first impression.
  </Accordion>
</AccordionGroup>

## Tips & Best Practices

<Steps>
  <Step title="Use Color Codes">
    Add color codes (`&c`, `&6`, etc.) or hex codes (`&#FFFFFF`) in text files for colorful and engaging branding
  </Step>

  <Step title="Update Regularly">
    Keep your MOTD updated to inform players about server updates, events, and news
  </Step>

  <Step title="Include Direct Links">
    Add direct links to your Discord and store in the brandings for easy player access
  </Step>

  <Step title="Test Your Changes">
    After editing configuration files, test them in-game to ensure they display correctly
  </Step>
</Steps>

<Tip>
  Remember to reload your plugins after making changes to see the updated brandings in-game!
</Tip>
