ServerIconX

Sets the server icon for the server list.

629

Quick challenge

How far can you run before the mobs catch you?

ServerIconX

ServerIconX

ServerIconX allows you to set a custom server icon for your Minecraft server, with optional automatic resizing.

Usage

1. Install the Plugin - Download `ServerIconX.jar` and place it in your server's `plugins` folder. - Start the server to generate the default configuration file (`config.yml`) if it does not already exist.

2. Configure the Plugin - Open the `config.yml` file located in the `plugins/ServerIconX` folder. - Set the following options: ```yaml 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/`).

3. 64x64 pixels - The image can be in 64x64 pixels format. - Recommended dimensions: 64x64 pixels. If `rescale` is enabled, larger images will be resized automatically.

4. Reload/Change Icon - To apply a new icon without restarting, update the `config.yml` and restart the server. *(Hot reload is not supported.)*

5. 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

```yaml 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.

ADS