Title MOTD
A MOTD is the entrance to your server. Some players are put off when they don’t get a nice looking MOTD when joining a server, others are annoyed because it looks boring or with irrelevant information.
Donations
I love being able to code plugins on Sponge for you! But it takes a lot of time and effort. If you run a profitable server off one of my plugins, please feel free to share the love!
Donate Here
FEATURES
- No lag
- Event triggered titles
- Fast Updates
- Permission based. So this can also be world specific
- Formatting tags allowing you to format text or placeholders (upper or lower case, substring ,…)
Planned
- Animated Titles
- Animated Sub Titles
- A TON more Placeholders
- Sync configurations between multiple servers in case you are lazy
DOWNLOADS
All Releases: Download Here
Find the latest version that supports your API.
VARIABLES
I plan to have these be their own plugin…eventually.
{player_name}
{player_displayname}
{player_uuid}
{online}
{max_players}
{xp}
{isflying}
{isinwater}
COMMANDS
None
To reload use /sponge plugins reload
PERMISSIONS
titlemotd.show - Required to see the MOTD on join
CONFIG
[code]ConfigVersion=1
Message on first join
firstjoin {
# Broadcast the message to all players
broadcast=false
# Fade in time in TICKS (20 ticks = 1 sec)
fadein=15
# Fade out time in TICKS
fadeout=15
# Stay on screen time in TICKS
staytime=50
# Subtitle message
subtitle="&aWelcome {player_name}!"
# Title message
title="&eROJO Software"
}
Message on rejoin
rejoin {
# Broadcast the message to all players
broadcast=false
# Fade in time in TICKS (20 ticks = 1 sec)
fadein=15
# Fade out time in TICKS
fadeout=15
# Stay on screen time in TICKS
staytime=50
# Subtitle message
subtitle="&aWelcome back {player_name}!"
# Title message
title="&eTitleMOTD"
}
[/code]
BUGS
If you find any bugs or would like to suggest features, please create an issue on GitHub