Jak zmienić MOTD i ikonę serwera (server.properties + server-icon.png) How to Change Your Server MOTD and Icon (server.properties + server-icon.png)

W tym poradniku ustawisz MOTD (opis serwera na liście), zmienisz ikonę oraz ogarniesz typowe problemy: dlaczego ikona się nie pokazuje, czemu kolory nie działają i kiedy trzeba zrobić restart.

In this guide you’ll set your MOTD (server list description), change the server icon, and fix common issues: missing icon, broken colors, and when a restart is required.

MOTD i ikona serwera Minecraft (PL) Minecraft server MOTD and icon (EN)

Jeśli chcesz, żeby Twój serwer wyglądał profesjonalnie na liście multiplayer, musisz ogarnąć dwie rzeczy: MOTD (opis) i ikonę. Obie ustawisz bez pluginów — wystarczy plik server.properties i obrazek server-icon.png.

Uwaga Zmiana ikonki prawie zawsze wymaga restartu serwera. MOTD często ładuje się od razu, ale restart i tak jest najpewniejszy.

Gdzie to ustawić?

  • MOTD — plik server.properties w folderze głównym serwera.
  • Ikona — plik server-icon.png w folderze głównym serwera (tam, gdzie jest server.jar).

Jak ustawić MOTD (opis serwera)

Otwórz server.properties i znajdź linię motd=. Przykład:

# server.properties
motd=Mój serwer Minecraft - survival

Nowa linia w MOTD

Żeby zrobić dwie linie w opisie, użyj \n:

motd=SERVER.PL - Survival \nWbijaj na eventy!
Tip Wiele paczek serwerowych i hostingów ma panel, który też potrafi nadpisać motd. Jeśli zmieniasz plik i nic się nie dzieje — sprawdź panel.

Kolory w MOTD (najprościej)

W server.properties kolory zależą od tego, jaką masz wersję i jak klient je interpretuje. Najczęściej spotkasz 2 opcje:

  • Klasyczne kody (czasem działają): §a, §c itd.
  • Kody z & (&a) — zazwyczaj wymagają pluginu do MOTD, więc w samym server.properties mogą nie zadziałać.
Uwaga Jeśli kolory Ci nie działają w server.properties, najprościej zrobić to pluginem typu „ServerListMOTD” / „MiniMOTD”. Wtedy masz też gradienty, animacje i pełną kontrolę.

Jak ustawić ikonę serwera (server-icon.png)

Ikona serwera to plik server-icon.png wrzucony do folderu głównego serwera.

Wymagania ikonki

  • Format: PNG
  • Rozmiar: 64x64 px (dokładnie)
  • Nazwa pliku: server-icon.png (dokładnie)
  • Lokalizacja: folder główny serwera (obok server.properties)
# przykład struktury folderu
server.properties
server.jar
server-icon.png
plugins/
world/

Szybka checklista (najpewniejsza metoda)

  1. Zatrzymaj serwer.
  2. Zmień motd=... w server.properties.
  3. Wrzuć server-icon.png (64x64 PNG) do folderu głównego.
  4. Uruchom serwer ponownie (restart).
  5. Po stronie klienta: odśwież listę serwerów / zrestartuj Minecraft, jeśli coś się nie aktualizuje.

Rozwiązywanie problemów

Ikona się nie pokazuje

  • Sprawdź, czy plik ma nazwę server-icon.png (bez np. .PNG albo server-icon (1).png).
  • Sprawdź rozmiar: musi być 64x64.
  • Sprawdź, czy plik jest w folderze głównym (obok server.properties), a nie w /plugins.
  • Zrób pełny restart serwera.
  • Odśwież listę serwerów w kliencie (czasem pomaga restart gry).

MOTD się nie zmienia

  • Sprawdź, czy edytujesz właściwy server.properties (czasem są kopie / inne instancje).
  • Sprawdź, czy panel hostingu nie nadpisuje MOTD.
  • Zrób restart serwera.

Kolory nie działają

  • W samym server.properties bywa to ograniczone.
  • Najpewniej użyj pluginu do MOTD (np. MiniMOTD) i ustaw kolorowanie tam.

If you want your server to look professional in the multiplayer list, you mainly need two things: a clean MOTD (description) and a proper icon. You can do both without plugins — just edit server.properties and add server-icon.png.

Heads up Changing the server icon almost always requires a restart. MOTD may update live, but a restart is the safest option.

Where do I change it?

  • MOTDserver.properties in the server root folder.
  • Iconserver-icon.png in the server root folder (next to your server.jar).

How to set the MOTD

Open server.properties and find motd=. Example:

# server.properties
motd=My Minecraft Server - survival

New line in the MOTD

To use two lines, add \n:

motd=SERVER.PL - Survival \nJoin our events!
Tip Some hosting panels can overwrite motd. If your changes don’t apply, check your panel settings.

MOTD colors (simple overview)

In server.properties, colors depend on your server/client and can be limited. Common cases:

  • Classic color codes (sometimes work): §a, §c, etc.
  • & codes usually require a plugin (so they may not work in raw server.properties).
Note If you want reliable colors, gradients, and full control, use a MOTD plugin (e.g., MiniMOTD).

How to set the server icon (server-icon.png)

The server icon is simply server-icon.png placed in your server root directory.

Icon requirements

  • Format: PNG
  • Size: 64x64 px (exactly)
  • Filename: server-icon.png (exactly)
  • Location: server root folder (next to server.properties)
# example folder structure
server.properties
server.jar
server-icon.png
plugins/
world/

Quick checklist (most reliable)

  1. Stop the server.
  2. Edit motd=... in server.properties.
  3. Place server-icon.png (64x64 PNG) in the root folder.
  4. Start the server again (restart).
  5. Client-side: refresh your server list / restart Minecraft if it doesn’t update.

Troubleshooting

Icon doesn’t show up

  • Make sure it’s named server-icon.png (not server-icon (1).png).
  • Confirm it’s exactly 64x64.
  • Confirm it’s in the server root folder (not inside /plugins).
  • Do a full restart.
  • Refresh your server list (sometimes a client restart helps).

MOTD doesn’t change

  • Make sure you edited the correct server.properties (no duplicate instances).
  • Check if your hosting panel overwrites the MOTD.
  • Restart the server.

Colors don’t work

  • This can be limited in raw server.properties.
  • Use a MOTD plugin (e.g., MiniMOTD) for full control.