FEATURES ⚙️Customize your server with Simple MOTD! ⚙️Set the MOTD as you wish in the config.yml! ⚙️Configure your own MOTD and change it with an in-game command --> unlimited MOTD to change to ⚙️Use placeholders [for example: server uptime, player online, operator online ...]
️⚙️ /motdmode ️⚙️
PLANNED FEATURES ⚙️ Add more placeholders
Code (YAML):
# MOTDPlugin Configuration File
# Placeholders # {playerOnline} -> How many players are online? # {serverUptime} -> How long is the Minecraft Server online [00:00:00 format]? # {operatorOnline} -> How many players with OP are on the server? # {usedRam} -> Amount of used RAM || BETA # {availableRam} -> Amount of available RAM ||BETA
# The Message of the Day (MOTD) displayed in the server list initialMode: online
modes:
online:
motd: -
"&aWelcome to the server!" -
"&7There are currently {playerOnline} players online." waiting:
motd: -
"&eServer is currently in waiting mode." -
"&7Please wait patiently for the game to start." maintenance:
motd: -
"&cServer is currently under maintenance." -
"&7Sorry for the inconvenience." event:
motd: -
"&6 EVENT ON MY SERVER" -
"&7 PLS JOIN ☻" operator-online:
motd:
- "&7Operators Online: {operatorOnline
}"
# You can use bold, italic, strikethrough, and other formatting codes in the MOTD. # Example: - "&l&cThis is bold and red
" # - "&o&6This is italic and gold
" # - "&m&bThis is strikethrough and blue
" # - "&n&2This is underlined and green
"
# TEMPLATE # Uncomment the section below and customize it to add new MOTD modes. #template: # motd: # - "&6 FIRST LINE
" # - "&6 SECOND LINE
"
# You can use emojis in the MOTD. # Example: - "&7Welcome to the server! &e☺
" # - "&7Enjoy your stay! &a❤
" # - "&7Feel free to explore! &b⚓
" # - "&7Report
any issues to staff! &c☠
"