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.
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.
Gdzie to ustawić?
- MOTD — plik
server.propertiesw folderze głównym serwera. - Ikona — plik
server-icon.pngw folderze głównym serwera (tam, gdzie jestserver.jar).
Jak ustawić MOTD (opis serwera)
Otwórz server.properties i znajdź linię motd=. Przykład:
motd=Mój serwer Minecraft - survival
Nowa linia w MOTD
Żeby zrobić dwie linie w opisie, użyj \n:
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,§citd. - Kody z & (
&a) — zazwyczaj wymagają pluginu do MOTD, więc w samymserver.propertiesmogą nie zadziałać.
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)
server.properties
server.jar
server-icon.png
plugins/
world/
Szybka checklista (najpewniejsza metoda)
- Zatrzymaj serwer.
- Zmień
motd=...wserver.properties. - Wrzuć
server-icon.png(64x64 PNG) do folderu głównego. - Uruchom serwer ponownie (restart).
- 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..PNGalboserver-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.propertiesbywa 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.
Where do I change it?
- MOTD —
server.propertiesin the server root folder. - Icon —
server-icon.pngin the server root folder (next to yourserver.jar).
How to set the MOTD
Open server.properties and find motd=. Example:
motd=My Minecraft Server - survival
New line in the MOTD
To use two lines, add \n:
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).
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)
server.properties
server.jar
server-icon.png
plugins/
world/
Quick checklist (most reliable)
- Stop the server.
- Edit
motd=...inserver.properties. - Place
server-icon.png(64x64 PNG) in the root folder. - Start the server again (restart).
- 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(notserver-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.