A 1.7.10 Forge server-side mod to customize your server MOTD and player list!
!logo
!forge
!image !image !image
1.0.1, UniMixins (, PlayerList tooltip{playerlist} variable backport, {weather}, {time}, {time_of_the_day}/cmotd_reloadTabFaces (, On first run, the mod will generate the two required files for MOTD customization in <server root dir>/CustomMOTD.
There are 2 files used for configuration:
customotdlist.txtcustomplayerlist.txtThis mod supports multiline MOTDs (2 lines as per vanilla). To set a new line, use the pipe | character in the entry in custommotdlist.txt
Each entry in custommotdlist.txt is a separate MOTD entry.
customplayerlist.txt contains the replacement template for the player list tooltip.
{playercount} - number of players currently on the server{maxplayers} - maximum number of players the server supports{difficulty} - server difficulty level{mcversion} - server Minecraft version{radio} - obfuscated radio bars{playerlist} - list up to 10 players currently online{weather} - displays weather, formatting is configurable{time} - displays time, formatting is configurable{time_of_the_day} - displays the time of the day (e.g. Noon, Midnight){rt_bloodmoon} - Random Things Blood Moon, formatting is configurable{serene_season} - Serene Seasons season 1.7.10 port of Serene Seasons is broken{lycanites_event} - Active Lycanites Mobs event in the overworld, formatting is configurable{tfc_season}, {tfc_day_of_month}, {tfc_day_of_week}, {tfc_day_of_year}, {tfc_month}, {tfc_month_name}, {tfc_year}, {tfc_hour}, {tfc_temperature}Feel free to reach out to me to propose new modded variables.
Full support for default Minecraft color codes and formatting using &.
You can comment out a line by prefixing it with #.
Special characters | and &, as well as leading # can be escaped with a backslash (\).
This mod is based on p455w0rd's MOTD Customizer ().
LGPLv3.
!license