RMotd
๐ก Updated this yearโ ๏ธ Install Order ยท 2 steps
Install in this order, then this mod last โ most mods fail to load without their framework and dependencies in place.
๐ผ๏ธ Gallery (1 images)
๐ Analysis
- ๐ 0.3% endorsement rate
- ๐ #10 of 10 bukkit mods in this game by downloads
๐ About This Mod
# ๐ฒ RMotd A small Minecraft server plugin to serve rotating MOTDs (Message of the Day) and let server operators manage MOTDs at runtime. # ๐ค Features - Rotating MOTDs from `config.yml` (round-robin). - `/randommotd` command: toggle random-rotation on/off. - `/motd create <name> <motd...>` command: add a new MOTD to `config.yml` at runtime. - `/motd reload` command: reloads the `config.yml`. # ๐๏ธ Configuration ```yaml random_motd_enabled: true motds: - "<gradient:red:blue>Welcome to our server!</gradient>" - "<yellow>Explore the world of Minecraft with us!</yellow>" - "<green>Join us and have fun!</green>" messages: invalid_input: "<red>Invalid input, Please use 'true' or 'false'</red>" setting_updated: "<green>Random MOTD feature updated to <status></green>" ``` # ๐น๏ธ Commands - `/randommotd` โ Toggle random MOTD rotation (reads/writes `random_motd_enabled` in `config.yml`). - Permission: `rmod.randommotd` (declared in `plugin.yml`). - `/motd create <name> <motd...>` โ Add a MOTD entry to `motds` in `config.yml` and save it. The `<name>` is used only in the confirmation message currently. Provide the MOTD content as remaining args. - Example: `/motd create welcome <green>Welcome to our server!</green>` - Operator-only by default (only ops or console can run it). If you prefer permission-based control, see Permissions below. - `/motd reload` โ Reloads `config.yml` from disk. Operator-only. # ๐ญ Permissions - `rmod.randommotd` โ used for the `randommotd` command. - `rmod.motd` โ reserved for `/motd` (plugin.yml documents it). Currently the plugin enforces operator-only usage for `/motd`; if you prefer permissions, change the check to `sender.hasPermission("rmod.motd")` in `MotdCommand`.
A small Minecraft server plugin to serve rotating MOTDs (Message of the Day) and let server operators manage MOTDs at runtime.
# ๐ค Features
- Rotating MOTDs from `config.yml` (round-robin).
- `/randommotd` command: toggle random-rotation on/off.
- `/motd create
` command: add a new MOTD to `config.yml` at runtime. - `/motd reload` command: reloads the `config.yml`.
# ๐๏ธ Configuration
```yaml
random_motd_enabled: true
motds:
- "
messages:
invalid_input: "
# ๐น๏ธ Commands
- `/randommotd` โ Toggle random MOTD rotation (reads/writes `random_motd_enabled` in `config.yml`).
- - Permission: `rmod.randommotd` (declared in `plugin.yml`).
- `/motd create
` โ Add a MOTD entry to `motds` in `config.yml` and save it. The ` ` is used only in the confirmation message currently. Provide the MOTD content as remaining args. - - Example: `/motd create welcome
Welcome to our server! ` - - Operator-only by default (only ops or console can run it). If you prefer permission-based control, see Permissions below.
- `/motd reload` โ Reloads `config.yml` from disk. Operator-only.
# ๐ญ Permissions
- `rmod.randommotd` โ used for the `randommotd` command.
- `rmod.motd` โ reserved for `/motd` (plugin.yml documents it). Currently the plugin enforces operator-only usage for `/motd`; if you prefer permissions, change the check to `sender.hasPermission("rmod.motd")` in `MotdCommand`.
๐ Mod Details
- Game
- Minecraft Mods
- Author
- adasjusk
- Version
- 4.0
- Downloads
- 632
- Endorsements
- 2
- Category
- bukkit
- Created
- 10/11/2025
- Updated
- 4/17/2026
- Game Versions
- 26.1, 26.1.1, 26.1.2
- Tags
- technology
๐ง How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
๐ Full step-by-step install guide for Minecraft Mods โ
Visit the official mod page for specific installation instructions for this mod.
๐ฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
โ Frequently Asked Questions
Which Minecraft Mods versions does RMotd support?
The author lists 26.1, 26.1.1, 26.1.2. Other versions may work but are untested by the author.
What is the latest version of RMotd?
Version 4.0, published 2026-04-17 with 632 downloads recorded at the source.
Keep browsing โ more Minecraft Mods mods await
