AdvancedMotd
Hello! Today I present AdvancedMotd!
This plugin allows you to change your motd!
You can change / customize:
Dependence
Warning: The version Beta 1.2 isn't compatible with MineAPI 1.6.4, you must have the Beta 1.1 or MineAPI 2.0.0 (Recommended).
For Beta 1.4, you need MineAPI 2.2.1 and when you update AdvancedMotd, please remove the folder of configuration.
Screenshots
Default:
Connected players
PlayerList
Example:
Motd and connected players
PlayerList
Configuration
################################################################################
################################################################################
#################### ####################
#################### Configuration of AdvancedMotd ####################
#################### by w67clement ####################
################################################################################
################################################################################
# DO NOT CHANGE CONFIGVERSION!!!!
ConfigVersion: 3
# Variables:
# - %server% replaces with the server name.
# - %version% replaces with the server version.
# - %player% replaces with the player name.
# Configuration for the plugin
system:
# Default player name for %player% variable
defaultplayername: 'Guest'
favicon:
# Enable favicon changer
enable_change_favicon: false
# Enable random for the favicon
# If active, the plugin get a random icon in icons folder.
# The name of the icon must be server_icon_<numer>.png
# The size of the icon must be 64*64 pixels!
# To use it, you must enable change icon.
random: false
# Enable set player icon
# To use it, you must enable change icon.
favicon_player: false
# Configurations for the motd
motd:
# Allow the plugin to change the motd!
changemotd: false
# Motd line 1
line1: '&aHello %player%! Welcome on &2%server%&a!'
# Motd line 2
line2: '&aGood Game!'
# Enable random on the motd
# To use it, you must enable change motd.
random: false
# Random Values
# If a value isn't exists, the plugin use the default value defined.
values:
0:
line1: '&7Hello %player%! Welcome on &8%server%&7!'
line2: '&7Good Game!'
1:
line1: '&9Hello %player%! Welcome on &1%server%&9!'
line2: '&9Good Game!'
2:
line1: '&aHello %player%! Welcome on &2%server%&a!'
line2: '&aGood Game!'
3:
line1: '&bHello %player%! Welcome on &3%server%&b!'
line2: '&bGood Game!'
4:
line1: '&cHello %player%! Welcome on &4%server%&c!'
line2: '&cGood Game!'
# Configuration of the playercount
playercount:
# Allow version changer
# Can use only if you disable player count message.
version_changer_enable: false
# Fake version name
# To use it, you must enable version changer.
fake_version_name: 'MC Server %version%'
# Allow player count message
enable: true
# Change the player count message (Default value)
message: '&7>>> &c%online%&7/&c%max_players%'
# Enable random on the PlayerCountMessage
# To use it, you must enable change player count.
random: false
# Random Values
# If a value isn't exists, the plugin use the default value defined.
values:
- '&7>>> &c%online%&7/&c%max_players%'
- '&7>>> &6%online%&7/&6%max_players%'
# Configuration of the FakePlayerList
fakeplayerlist:
# Allow fake player list
enable: true
# Create a fake player list!
contents:
- '&2======================================='
- '&aWelcome to &2%server%&a!'
- '&7Online: &c%online%&7/&c%max_players%'
- '&7Repository: &chttps://github.com/w67clement/AdvancedMotd'
- '&2======================================='
Links
Video tutorials
German tutorial by ManuGun:
Others informations
License: GPLv3
Variable list:
Hello! Today I present AdvancedMotd!
This plugin allows you to change your motd!
You can change / customize:
- The server's motd
- The server's version name
- The playercount message
- The playerlist
Dependence
- MineAPI
- Java 8 (For MineAPI)
Warning: The version Beta 1.2 isn't compatible with MineAPI 1.6.4, you must have the Beta 1.1 or MineAPI 2.0.0 (Recommended).
For Beta 1.4, you need MineAPI 2.2.1 and when you update AdvancedMotd, please remove the folder of configuration.
Screenshots
Default:
Connected players
PlayerList
Example:
Motd and connected players
PlayerList
Configuration
Code (Text):
################################################################################
################################################################################
#################### ####################
#################### Configuration of AdvancedMotd ####################
#################### by w67clement ####################
################################################################################
################################################################################
# DO NOT CHANGE CONFIGVERSION!!!!
ConfigVersion: 3
# Variables:
# - %server% replaces with the server name.
# - %version% replaces with the server version.
# - %player% replaces with the player name.
# Configuration for the plugin
system:
# Default player name for %player% variable
defaultplayername: 'Guest'
favicon:
# Enable favicon changer
enable_change_favicon: false
# Enable random for the favicon
# If active, the plugin get a random icon in icons folder.
# The name of the icon must be server_icon_<numer>.png
# The size of the icon must be 64*64 pixels!
# To use it, you must enable change icon.
random: false
# Enable set player icon
# To use it, you must enable change icon.
favicon_player: false
# Configurations for the motd
motd:
# Allow the plugin to change the motd!
changemotd: false
# Motd line 1
line1: '&aHello %player%! Welcome on &2%server%&a!'
# Motd line 2
line2: '&aGood Game!'
# Enable random on the motd
# To use it, you must enable change motd.
random: false
# Random Values
# If a value isn't exists, the plugin use the default value defined.
values:
0:
line1: '&7Hello %player%! Welcome on &8%server%&7!'
line2: '&7Good Game!'
1:
line1: '&9Hello %player%! Welcome on &1%server%&9!'
line2: '&9Good Game!'
2:
line1: '&aHello %player%! Welcome on &2%server%&a!'
line2: '&aGood Game!'
3:
line1: '&bHello %player%! Welcome on &3%server%&b!'
line2: '&bGood Game!'
4:
line1: '&cHello %player%! Welcome on &4%server%&c!'
line2: '&cGood Game!'
# Configuration of the playercount
playercount:
# Allow version changer
# Can use only if you disable player count message.
version_changer_enable: false
# Fake version name
# To use it, you must enable version changer.
fake_version_name: 'MC Server %version%'
# Allow player count message
enable: true
# Change the player count message (Default value)
message: '&7>>> &c%online%&7/&c%max_players%'
# Enable random on the PlayerCountMessage
# To use it, you must enable change player count.
random: false
# Random Values
# If a value isn't exists, the plugin use the default value defined.
values:
- '&7>>> &c%online%&7/&c%max_players%'
- '&7>>> &6%online%&7/&6%max_players%'
# Configuration of the FakePlayerList
fakeplayerlist:
# Allow fake player list
enable: true
# Create a fake player list!
contents:
- '&2======================================='
- '&aWelcome to &2%server%&a!'
- '&7Online: &c%online%&7/&c%max_players%'
- '&7Repository: &chttps://github.com/w67clement/AdvancedMotd'
- '&2======================================='
Links
Video tutorials
German tutorial by ManuGun:
Others informations
License: GPLv3
Variable list:
- %server%: Name of the server.
- %online%: Number of the connected players
- %max_players%: Number of the maximum players on the server.
- %player%: Name of the player.
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.7, 1.8, 1.9
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
AdvancedMotd is a free Minecraft Java mod. Compatible with Minecraft 1.7, 1.8, 1.9. Downloaded 5,308 times (via Spigot). Download it and open it directly in the game.