Features » Maxplayer count
» Fake player count (ProtocolLib needed)
» Motd
» Hover over player count message (ProtocolLib needed)
» Whitelist motd + kick message
» Welcome message
» Join/leave messages
» Updater
» PlaceholderAPI support
» Support for HEX colors (just use #123456Text)
Screenshots
Config
Code (Text):
# WelcomeMessage:
# Enabled - Should we send message to player when they join server? TRUE / FALSE
# Message - What message should we send when player joined server?
#
# JoinMessage:
# Enabled - Should we broadcast message when player join the server? TRUE / FALSE
# Message - What message should we broadcast when player join the server?
#
# LeaveMessage:
# Enabled - Should we broadcast message when player leave the server? TRUE / FALSE
# Message - What message should we broadcast when player left the server?
#
# OnlinePlayers:
# Type - Fake online player count. Types: NORMAL (disable fake online player count), YEAR (just year), PLUSONE (online players + 1), PLUSCUSTOM(online players + custom number from OnlinePlayers.Online), CUSTOM(custom number from OnlinePlayers.Online).
# Online - Working only if you set Type to CUSTOM or PLUSCUSTOM.
#
# MaxPlayers:
# Type - Fake max players count. Types: NORMAL (disable fake max players count), YEAR (just year), PLUSONE (online players + 1), PLUSCUSTOM(online players + custom number from OnlinePlayers.Online), CUSTOM(custom number from OnlinePlayers.Online).
# Online - Working only if you set Type to CUSTOM or PLUSCUSTOM.
#
# PlayerCount:
# HoverOver - What message should we display when player hover over player count. Leave empty to disable.
# WrongVersion - What message should we display when player using different version then server. Leave empty to disable.
#
# Motd:
# Normal - Just normal motd in server list.
# WhiteList - This will be shown when the whitelist is turned on.
# WhiteList.KickMessage - When player got kicked because of whitelist, we send this message to him. Leave empty to disable.
#
#
# These comments will be updated as new settings are added. Also sorry for my bad english. (._.)
# Generated for version: v4.5
WelcomeMessage:
Enabled: true
Message: |-
&7Welcome, &7%player_name%.
&7Our website: &cwebsite.com
&7If you need help write &e/help &7in chat
JoinMessage:
Enabled: true
Message: '&7[&2+&7] &a%player%'
LeaveMessage:
Enabled: true
Message: '&7[&4-&7] &c%player%'
OnlinePlayers:
Type: PLUSONE
Online: 10
MaxPlayers:
Type: YEAR
Players: 30
PlayerCount:
WrongVersion: '&cYou are using wrong version!'
HoverOver:
- '&7&m+---------------------------+'
- '&r '
- '&eOur website: &6website.com'
- '&eServer version: &61.16'
- '&r '
- '&7&m+---------------------------+'
Motd:
Normal:
Row1: '&6&lServerName'
Row2: '&7News: &fWe have new spawn!'
WhiteList:
Row1: '&6&lServerName'
Row2: '&cWhitelist is on!'
KickMessage: '&cSorry, but you are not whitelisted!'
MotdCMD:
PluginReloaded: '&a# &7Configuration has been successfully reloaded.'
NoPermissions: '&c# &7You don''t have enough permissions to execute this command!'
Help: '&e# &7Correct usage: &6/wmotd reload'