
ServerIconX
Sets the server icon for the server list.
430
1
430
1
ServerIconX
ServerIconX allows you to set a custom server icon for your Minecraft server, with optional automatic resizing.
Usage
-
Install the Plugin
- Download
ServerIconX.jarand place it in your server'spluginsfolder. - Start the server to generate the default configuration file (
config.yml) if it does not already exist.
- Download
-
Configure the Plugin
- Open the
config.ymlfile located in theplugins/ServerIconXfolder. - Set the following options:
icon: "icon.png" # The filename of your server icon rescale: false # Set to true to automatically resize the icon to 64x64 - Place your server icon image in the same folder (
plugins/ServerIconX/).
- Open the
-
Icon Requirements
- The image can be in PNG format.
- Recommended dimensions: 64x64 pixels.
Ifrescaleis enabled, larger images will be resized automatically.
-
Reload/Change Icon
- To apply a new icon without restarting, update the
config.ymland restart the server.
(Hot reload is not supported.)
- To apply a new icon without restarting, update the
-
Server List
- Once the plugin is running and the icon is loaded, your server will display the custom icon in the Minecraft server list.
Example
icon: "icon.png"
rescale: true
Place icon.png in the plugin folder, then restart your server. Your server will now display the custom icon automatically.
