MOTD
Module responsible for the server's welcome message
🌍 Localization
📂 Path localizations → language.yml → message.status.motd
⚖️ Default
yml
motd:
values:
- "<fcolor:1>Добро пожаловать на сервер!"
- "<fcolor:1>Присоединяйся и наслаждайся уникальным опытом игры!"
- "<fcolor:1>У нас дружелюбное сообщество - будь вежлив и уважай других!"
- "<fcolor:1>Приятной игры! Если есть вопросы, обращайся к администрации"
yml
motd:
values:
- "<fcolor:1>Enjoy the game! If you have any questions, feel free to contact the administration"
- "<fcolor:1>We have a friendly community - be polite and respect each other!"
- "<fcolor:1>Join us and enjoy a unique game experience!"
- "<fcolor:1>Welcome to our server!"
values
List of messages to be displayed
⚙️ Setting
📂 Path message.yml → status.motd
⚖️ Default
yml
motd:
enable: true
random: true
enable
Enables or disables the functionality of the module
random
If enabled, messages will be selected randomly; otherwise, they will be selected in order
🔐 Permissions
📂 Path permission.yml → message.status.motd
⚖️ Default
yml
motd:
name: "flectonepulse.module.message.status.motd"
type: TRUE
name
Permission name
type
Permission type
Type | Explanation |
---|---|
TRUE | Available for any player |
FALSE | Available if granted separately (e.g., via LuckPerms) |
OP | Available for server operators |
NOT_OP | Available if granted separately (e.g., via LuckPerms) |