
Join Message plus
This plugin adds a custom join/leave message to your server. This plugin is compatible with placeholder API , AuthMe & Luckperms
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: "
---------------------------------------------------
Private messages sent directly to the player
---------------------------------------------------
player-messages:
join: "
# Sent if the player has silent join enabled
silent: "<gold>You have silent join enabled, %player%."
---------------------------------------------------
Permission-based join messages
Permission format: jmp.premium.
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": "
=====================================================
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: "
</details>
