*** Currently waiting for AuthMe 1.17 to release. ***
This plugin is a replacement for a group of plugins which admins usually setup on their servers. It's maximally simple and lightweight.

Features:
- Configure/disable broadcasted join and leave messages
- Send messages to a connected player
- Send titles to a connected player
- Hide players from other players
- Server MOTD configuration
- PlaceholderAPI support(not included in 1.17)
- Chat configuration
- AuthMe hook
- Respawn on void drop
- Spawn teleport on join
Installation:
1) Download plugin
2) Put it to the plugins folder on your server
3) Run or restart server
Permissions:
- experthub.reload
- experthub.setspawn
Configuration:
#ExpertHub configuration
#Hide connected player from others and others from him
hide-players: true
#Change player's gamemmode to 'ADVENTURE'
set-adventure: false
reloaded: '&aConfiguration reloaded.'
no-perm: '&cYou do not have permission!'
wrong-args: '&cWrong command!'
only-players: '&cOnly players can use this command!'
spawn-set: '&aSpawn point set!'
#Welcome message configuration
WelcomeMessage:
#Enable messages?
enabled: true
#Specify messages
list:
- '&f[&c*&f] &bWelcome &e%player% &bto server!'
- '&dGood luck!'
#Server MoTD configuration
MOTD:
#Enable MoTD change in server list?
enabled: true
#Two lines of text in server list
line-1: '&6Colourful server...'
line-2: '&dEnjoy!'
#Configure broadcasted join message
BCJoinMessage:
#Enable broadcasted message?
enabled: true
#Broadcasted Message
message: '&dPlayer &e%player% &djoined the game!'
#Configure broadcasted leave message
BCQuitMessage:
#Enable broadcasted message?
enabled: true
#Broadcasted message
message: '&cPlayer &e%player% &cleft the game'
#Configure title message(center of screen)
Title:
#Enable title message?
enabled: true
#Title text
title: '&a&lWelcome to the server!'
#Subtitle text
subtitle: '&eHave fun'
#ChatFormatting
ChatFormat:
#Enable chat gormatting?
enabled: true
#Set player's prefix
prefix: '&f[&cAdmin&f] '
#Set message color
color: '&b'
#Set symbol between player and message
division: ' &c➤ '
#Send player to spawn if he falls from the map
DropRespawn:
#Enable teleport?
enabled: true
#Teleport location: WORLD_SPAWN or EXHUB_SPAWN
respawn-teleport: 'WORLD_SPAWN'
#ExpertHub spawn location. If empty, use /experthub setspawn
location: null
#Teleport player to spawn on join
SpawnOnJoin:
#Enable teleport?
enabled: true
#Teleport location: WORLD_SPAWN or EXHUB_SPAWN
spawn-teleport: 'WORLD_SPAWN'
#ExpertHub spawn location. If empty, use /experthub setspawn
location: null
#Hook to AuthMe
AuthMe:
#Enable hook?
enabled: false
#Send player message
message:
#Enable message?
enabled: false
#Configure message text
message: '&dSuccessful login!'
#Send player еitle
title:
#Enable title?
enabled: true
#Title text
title: '&cSuccessful login!'
#Subtitle text
subtitle: '&eEnjoy!'

