Description
SuppressJoinQuit is a lightweight plugin that completely suppresses the default “<player> joined the game” and “<player> left the game” messages, and also allows you to:
- Turn all join/quit messages on or off.
- Customize your own message templates (with color codes).
- Reload the configuration without restarting the server (via /sjq reload).
Perfect for setups where you already display join/leave notifications via a proxy plugin (e.g., VelocityChat) to avoid duplicate chat messages.
✔️ Features
- Full compatibility with Minecraft 1.12–1.21 (Spigot/Paper).
- One-flag total suppression: set custom-messages-enabled: false in config.yml to disable any join/quit messages (even the default ones).
- Custom templates:
- Use &-color codes and the placeholder {player} to insert the player’s name.
- Example config.yml section:
custom-messages-enabled: false
join-message: '&aPlayer &f{player} &ahas joined the server!'
quit-message: '&cPlayer &f{player} &chas left the server.'
- Config reload at runtime: use /sjq reload (permission sjq.reload) to apply changes without a server restart.
- Minimal requirements:
- Java 8 or higher
- Spigot/Paper 1.12.2+