Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed AGPL-3.0-only
Published 3 years ago
Updated 2 days ago
HyacinthHello
Simple plugin for players to set their own custom join, leave, and death messages.
Messages can be set from /joinmsg
, /leavemsg
, and /deathmsg
and are stored in the plugin directory under PlayerDatabase
.
See a demo at https://www.youtube.com/watch?v=L6Li0QnvPis.
Commands
Messages are set with commands.
/joinmsg [message]
/leavemsg [message]
/deathmsg [message]
You can clear a message by passing a blank value.
Configuration
The configuration allows you to modify how the plugin looks. Here's an example:
enabled: true # Whether to enable the plugin
prefix: "" # Prefix before command responses
wrapper-left: "&e&o" # Prefix for messages
wrapper-right: "" # Suffix for messages
maximum-message-length: 60 # Checked when player sets message
Permissions
hyacinthhello.use
to use any commandshyacinthhello.joinmsg
to set and have join messages senthyacinthhello.leavemsg
to set and have leave messages senthyacinthhello.deathmsg
to set and have death messages senthyacinthhello.color
to use color in messages
Placeholders
Each message type has its own placeholder. Placeholders will not include the wrappers set in the config.
%hyacinthhello_join%
%hyacinthhello_leave%
%hyacinthhello_death%
Placeholders will also have color and formatting in them if the player has permission. You can exclude that:
%hyacinthhello_join-clean%
%hyacinthhello_leave-clean%
%hyacinthhello_death-clean%
You can also pass a username to get a specific player's message.
%hyacinthhello_join_[username]%