Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Tags
Creators
Details
Licensed ARR
Published last month
MOTD Manager
MOTD Manager is a Spigot plugin developed in Java for Minecraft 1.21, allowing you to dynamically manage the server's message of the day (MOTD) via an intuitive graphical interface.
Features
- GUI Interface ā Select the MOTD via a custom inventory consisting of player heads (
PLAYER_HEAD), with each head representing an MOTD profile.


- YAML Configuration ā Each MOTD is fully configurable in a
.ymlfile with native support for Minecraft color codes (§). - Permission System ā Each MOTD can be restricted by a specific permission (
Permission-access). Players without the permission are automatically kicked upon connection. - Custom Kick Message ā A kick message (
Messagekick) can be defined per MOTD profile to inform the player of the reason for being denied access. - Persistent Save ā The selected MOTD is saved in the config and automatically restored when the server restarts.
Config Structure
modt:
selected: ādefaultā
default:
ā1ā: ā§6My serverā
ā2ā: ā§cWelcome§r to §2Minecraft§r.§fToolsā
maintenance:
ā1ā: ā§4Maintenanceā
ā2ā: ā§7Server temporarily unavailableā
'Permission-acces': āmodt.maintenanceā
āMessagekickā: āServer under maintenanceā
Technical stack
Language: Java 21
- API: Spigot 1.21.8
- Build: Maven + maven-shade-plugin
- Storage: YAML via Bukkit's
FileConfiguration
Author
Developed by AntIDino ā fr.antidino.rivialia


