MOTD
Module responsible for the server welcome message
Note
If you want MOTD/players/icon to work on the Proxy, you need to go to the Proxy settings (e.g. in velocity.toml), find ping-passthrough and enable this setting (e.g. set to all)


Localization
Pathlocalizations → language.yml → message.status.motd
motd:
values:
- "<fcolor:1>Welcome to our server!"
- "<fcolor:1>Join us and enjoy a unique game experience!"
- "<fcolor:1>We have a friendly community - be polite and respect each other!"
- "<fcolor:1>Enjoy the game! If you have any questions, feel free to contact the administration"values
List of messages that will be displayed
Setting
Pathmessage.yml → status.motd
motd:
enable: true
random: trueenable
Enables or disables the functionality of the module
random
If enabled, messages will be selected randomly; otherwise, they will be selected in order.
Permissions
Pathpermission.yml → message.status.motd
motd:
name: "flectonepulse.module.integration.motd"
type: "TRUE"name
Permission name
type
Permission type
| Type | Explanation |
|---|---|
TRUE | Available to any player |
FALSE | Available to no one, must be granted separately (e.g., using LuckPerms) |
OP | Available to server operators |
NOT_OP | Available to NON-operators of the server |
Last updated July 21, 2026
Edit on GitHub
FlectonePulse