Setup

This page will guide you on how to configure our plugin.

Config file
  # MultiMOTD - Allow MOTD per version.
  # Created by Luxry Club @ 2024 - Thanks to AkramL for helping
  # Find protocol numbers here: https://wiki.vg/Protocol_version_numbers
  # Request a license key: https://discord.gg/sSpQZmMEdJ
LicenseKey: "none"
motd:
  # 'minProtocol-maxProtocol': <FORMAT REQUIRED>
  #   first-line: 'first motd line' <REQUIRED>
  #   second-line: 'second motd line' <REQUIRED>
  #   favicon: 'favicon file in plugin path' [OPTIONAL]
  normal:
    '47-578': # From 1.8 to 1.15.2
      first-line: '&e&lSERVERNAME - LEGACY'
      second-line: '&eWelcome from &f{version} &e- legacy color codes'
      favicon: 'legacy.png'
    '735-767': # From 1.16 to 1.21.x
      first-line: '<b><gradient:#EF56B3:#FDADAD>ꜱᴇʀᴠᴇʀɴᴀᴍᴇ - ᴍᴏᴅᴇʀɴ</gradient></b>'
      second-line: '<gradient:#EF56B3:#FDADAD>ᴡᴇʟᴄᴏᴍᴇ ꜰʀᴏᴍ {version} - ᴍɪɴɪᴍᴇꜱꜱᴀɢᴇꜱ ꜰᴏʀᴍᴀᴛ ꜱᴜᴘᴘᴏʀᴛᴇᴅ!</gradient>'
      favicon: 'modern.png'
    default: # Anything rather than registered above, DO NOT REMOVE IT
      first-line: '&c&lSERVERNAME'
      second-line: '&cRunning unsupported version!'
# Language section
messages:
  no-permission: '&cYou do not have permission to perform this command!'
  reloaded-plugin: '&eSuccessfully reloaded the plugin in {time}ms.'
  reload-failure: '&cFailed to reload config, please check console for details.'
How to configure this plugin

To configure this plugin and add per-version MOTDs to your server, visit this website to find protocol numbers. After finding your protocol numbers, copy and paste the old MOTD examples or edit the current one. Set the minProtocol-maxProtocol and configure the first line, second line, and favicon. To add favicons, simply drag and drop your image into the plugin's folder.

Formatting

You can use legacy color codes and MiniMessage format. You can create gradient colors, hex colors, and more!

Please note: MiniMessage format will NOT work for legacy versions (1.8-1.13).

Maintenance

How does this work? Simply turn on maintenance using the Maintenance plugin by kennytv, and our plugin will prioritize displaying the MOTD.

Last updated