Compatibility
Minecraft: Java Edition
26.1.x
1.21.x
Platforms
Links
Creators
Details
Licensed GPL-2.0-only
Published 21 hours ago
YBVWelcome
English | Русский
YBVWelcome is a modern, lightweight Paper/Spigot plugin that lets players and admins customize join/quit messages with clear priority rules and config-driven behavior.
Features
- Group-based join/quit messages by permissions (
group-messagesinmessages.yml) - Player custom messages (
/welcome set join|quit ...) - Message priority:
custom -> group -> default - Color support:
- Legacy codes (
&a,&f, etc.) - Hex colors (
&#RRGGBB) - Optional MiniMessage serializer
- Legacy codes (
- Optional PlaceholderAPI integration
- Runtime debug command (
/welcome debug) - SQLite/MySQL support
Commands
| Command | Description | Permission |
|---|---|---|
/welcome |
Show usage/help | ybvwelcome.use |
| `/welcome set <join | quit> <text>` | Set personal join/quit message |
| `/welcome clear <join | quit>` | Clear personal join/quit message |
/welcome reload |
Reload plugin configs | ybvwelcome.admin |
/welcome debug |
Show runtime state | ybvwelcome.admin |
Install
- Put the plugin
.jarinto your serverplugins/directory. - Start the server once to generate config files.
- Edit:
config.ymlfor runtime/database settingsmessages.ymlfor formats, command messages, and group rules
- Reload or restart the server.
mvn package
Run tests:
mvn test

