JoinMessages - a plugin that allows you to configure messages about the entry and exit of players to the server
- /sj reload - reload plugin config - /sj help - help - joinquit.use -perm for all cmds (you can change perm in config.yml)
Code (YAML):
playerJoinEvent: # Message about player join Enabled: true
Message: "&8[&2+&8] &b%player% &7joined the game" playerQuitEvent: # Player exit message Enabled: true
Message: "&8[&c-&8] &b%player% &7leave the game" playerKickEvent: # Not a message from '/kick'! The message that appears if the player's internet connection is disabled, etc. Enabled: true
Message: "&8[&c-&8] &b%player% &7fell into anti-space" permission: joinquit.use
no-permission: "&cNo perms!" invalid-usage: "/sj reload" reload-plugin: "&aDone!" check-updates: true