AdvancedMotd
- Tested Minecraft Versions:
- 1.7
- 1.8
- 1.9
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
In AdvancedMotd Beta 1.3 and after, it use MineAPI's symbols system. To add or change symbols, go in General folder in your plugins folder and open symbols.yml !
- 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:
Thanks you for the 400 downloads!
- %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.

AdvancedMotd Beta 1.4
Create a amazing motd!
Recent Updates
- Beta 1.4 Mar 5, 2016
- More variables! Dec 14, 2015
- New command and update to new MineAPI's version! Oct 27, 2015