-
Notifications
You must be signed in to change notification settings - Fork 0
Home
BneYT edited this page Jul 20, 2026
·
1 revision
BMOTD is a high-performance, lightweight MOTD plugin designed for Paper and Folia servers (1.21.7+). This wiki helps you get started with installation, configuration, and advanced features.
-
Installation: Download the latest release from Modrinth and place it in your
plugins/folder. - First Run: Start your server once to generate the default configuration and language files.
-
Configuration: Edit
plugins/BMOTD/config.ymlto customize your MOTD.
The config.yml allows you to set the default language and enable features like random MOTD rotation.
BMOTD supports multi-language setups. By default, the plugin comes with:
-
en.yml(English) -
de.yml(German)
Change the language field in your config.yml to switch locales.
We use MiniMessage for all styling. You can create complex gradients, add bold text, and more without using legacy color codes.
Example:
motds:
motd1:
line-1: "<gradient:aqua:blue>Welcome to the server!</gradient>"
line-2: "<gray>Enjoy your stay."