This plugin supports placeholder api and adventure.
Join message plus adds custom join/leave messages to your server, along with the option to message the player as well. Join Message Plus also intigrates with AuthMe, and your favourite authentication plugin, to provide compatability to only send join messages once logged in!
Permissions: JMP.cmd: Permission for all command nodes JMP.premium.{number 1-4}: Custom join message changeable in the config JMP.silent: Dsplays no join or leave message JMP.Notify: recieve update notifcations from the plugin
Config
```yaml Config: # ===================================================== # Join Message Plugin — Main Configuration # Available placeholder: # %player% → Player's username # =====================================================main:
---------------------------------------------------
General behavior
---------------------------------------------------
Send a private message to the player when they join
send-message-to-player: true
Enable a special message when a player joins for the first time
enable-first-join-message: false
Send a private message to the player on first join
send-first-join-message-to-player: false
---------------------------------------------------
Public join / leave messages (broadcast)
---------------------------------------------------
messages: join: "<yellow> Welcome %player% to the server!</yellow>" leave: "<blue> %player% has left the server!" first: "<gold> %player% has joined the server for the first time!"
---------------------------------------------------
Private messages sent directly to the player
---------------------------------------------------
player-messages: join: "<green>Hello %player%, enjoy your stay!" leave: "<green>Goodbye %player%, see you next time!" first: "<green>Enjoy the server %player%! Don't forget to read the rules."
# Sent if the player has silent join enabled
silent: "<gold>You have silent join enabled, %player%."
---------------------------------------------------
Permission-based join messages
Permission format: jmp.premium.<number>
Example: jmp.premium.1
---------------------------------------------------
premium-messages: "1": "&6[VIP] %player% has joined the game!" "2": "&b[ELITE] %player% has joined the game!" "3": "&d[LEGEND] %player% has joined the game!" "4": "<red>[OWNER] %player% has joined the server!"
=====================================================
AuthMe Integration
=====================================================
authme:
Enable AuthMe integration
enabled: false
Delay join messages until the player logs in
delay-join-messages-until-login: false
Message shown if join messages are delayed
login-required-message: "<yellow>Greetings %player%, please log in to join the server."
</details>

