JoinMessage
Simple lightweight join message plugin
JoinMessage
Simple lightweight join message plugin

- 📦 PAPI Support - ✅ lightweight - ✅ configurable join messages - ✅ add join message to specific persmission
Config.yml:
```
-----------------------
JoinMessage config file
author: aphonix
discord: https://discord.gg/QTGXsahktu
-----------------------
#Plugin version: 1.3 #Config version: 1.3
Plugin support placeholderapi
HOW TO USE PLACEHOLDERS FROM PAPI: https://wiki.placeholderapi.com/users/using-placeholders/
PAPI PLACEHOLDERS LIST: https://wiki.placeholderapi.com/users/placeholder-list/
IN PLUGIN PLACEHOLDERS:
%PLAYER% = player nickname
COMMANDS:
/JoinMessage reload - reload plugin
ReloadMessage: "Plugin reloaded!"
Message if the player doesn't have permission
NoPermissions: "&cYou don't have permissions to do that!"
Join/Quit Message settings:
"default" - disable any plugin effects and revert the message to the default one
"on" - enable messages for the JoinMessage and QuitMessage sections
"off" - disable the join/quit messages, they won't be displayed when a player joins or leaves the server
JoinMessageMode: "on" QuitMessageMode: "on"
#Join Message in player chat #Use "n" to add new line EnableJoinChatMessage: true JoinChatMessage: "&e&bHello! &f%PLAYER%&7, welcome to the super &6minecraft server n &7Join to the discord for more info: discord.gg/"
#First Join Message #Set true to enable EnableFirstJoinMessage: true FirstJoinMessage: "&aWelcome! &f%PLAYER% &djoined the server for the first time"
#Join Message #Default non permission join message JoinMessage: "&a+ &f%PLAYER%"
#Join Message for players with JoinMessage.join.rank1 permission JoinMessageRank1: "&2+ &f%PLAYER% &7with JoinMessage.join.rank1 permission"
#Join Message for players with JoinMessage.join.rank2 permission JoinMessageRank2: "&3+ &f%PLAYER% &7with JoinMessage.join.rank2 permission"
#Join Message for players with JoinMessage.join.rank3 permission JoinMessageRank3: "&4+ &f%PLAYER% &7with JoinMessage.join.rank3 permission"
#Join Message for players with JoinMessage.join.rank4 permission JoinMessageRank4: "&5+ &f%PLAYER% &7with JoinMessage.join.rank4 permission"
#Quit Message #Default non permission quit message QuitMessage: "&c- &f%PLAYER%"
#Quit Message for players with JoinMessage.quit.rank1 permission QuitMessageRank1: "&1- %PLAYER% with JoinMessage.quit.rank1 permission"
#Quit Message for players with JoinMessage.quit.rank2 permission QuitMessageRank2: "&2- %PLAYER% with JoinMessage.quit.rank2 permission"
#Quit Message for players with JoinMessage.quit.rank3 permission QuitMessageRank3: "&3- %PLAYER% with JoinMessage.quit.rank3 permission"
#Quit Message for players with JoinMessage.quit.rank4 permission QuitMessageRank4: "&4- %PLAYER% with JoinMessage.quit.rank4 permission" ```