/
A Minecraft server plugin that customizes join, quit, and first-join messages. Fully compatible with Folia, Bukkit/Paper, and their forks!
.jar file into your server's plugins folderconfig.yml file will be generated automaticallyEdit the config.yml file in the plugins/JoinMesg directory to customize messages:
#Welcome to join for the first time
welcomeFirstJoin:
enabled: true
message: "&dNew players &e%player% &dare welcome to join the server!"
#If you don't turn on the following functions, you won't modify the information instead of turning it off
#Players join the server
join:
enabled: true
message: "&a[+]%player%"
#The player leaves the server
quit:
enabled: true
message: "&c[-]%player%"
#Compatibility mode (if the function does not work properly, you can try toggling this option)
compatible: true
%player% - Displays the player's nameUse Minecraft color codes in your messages:
&a - Green&c - Red&d - Light Purple&e - Yellow&f - White| Command | Permission | Description |
|---|---|---|
/joinmesg | joinmesg.maincmd | Display plugin help |
/joinmesg reload | joinmesg.reload | Reload plugin configuration |
/jm | joinmesg.maincmd | Alias for /joinmesg |
| Permission | Description | Default |
|---|---|---|
joinmesg.* | Full access to all plugin features | OP |
joinmesg.admin | Admin permissions | OP |
joinmesg.maincmd | Access to main command | OP |
joinmesg.reload | Permission to reload plugin | OP |
This plugin uses bStats to collect anonymous usage statistics. You can view the plugin metrics on the bStats website.
!bStats