Hide or customize player join/leave messages
Tired of join/leave spam in chat? This plugin lets you hide them completely or replace them with your own messages.
/hj reload to reload config without restarting the serverDrop the .phar file into your plugins/ folder and restart the server. That's it.
# whether to hide the join message
hide-join-message: true
# custom join message | empty = hide completely | {player} = player name
custom-join-message: ""
# whether to hide the leave message
hide-leave-message: true
# custom leave message | empty = hide completely | {player} = player name
custom-leave-message: ""
# if true, players with hidejoinmessage.see permission will still show their messages
op-exception: false
# welcome message sent only to the joining player
private-welcome:
enabled: true
message: "§aWelcome §e{player}§a!"
| Command | Description | Permission |
|---|---|---|
/hj reload | Reloads the config | hidejoinmessage.reload |
| Permission | Description | Default |
|---|---|---|
hidejoinmessage.reload | Access to /hj reload | op |
hidejoinmessage.see | Keep your messages visible when op-exception is on | op |