Skip to content

Server Integration

km7 dev edited this page Jun 13, 2025 · 2 revisions

Server integration will likely only need an update when the mod updates. Currently, server integration is on version 1.

GDPS Switcher can show a custom MOTD (Message of the Day) and icon for your server if you add the proper stuff to your server.
To add this to your server, download this and extract it into your server.
If you're updating existing integration, make sure that you add your configurations to the newer config file.

MOTDs have a maximum of 70 characters so they fit into the text box - this does not take color tags into account though!
You can also use color tags.

Tag Color Code
<cb> 0x4A52E1
<cg> 0x40E348
<cl> 0x60ABEF
<cj> 0x32C8FF
<cy> 0xFFFF00
<co> 0xFF5A4B
<cr> 0xFF5A5A
<cp> 0xFF00FF
<ca> 0x9632FF
<cd> 0xFF96FF
<cc> 0xFFFF96
<cf> 0x96FFFF
<cs> 0xFFDC41
<c> 0xFF0000
</c> 0xFFFFFF

You can also use custom colors by using a hex color tag <c-XXXXXX>

This chart is taken from GDDocs

Clone this wiki locally