HyacinthHello icon

HyacinthHello 2.1.1

Simple plugin for players to set their own custom join, leave, and death messages.

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.

.

Commands

Messages are set with commands. You can clear a message by passing a blank value.
- /joinmsg [message]
- /leavemsg [message]
- /deathmsg [message]

Moderators can override messages of other users if they have the hyacinthhello.mod permission node.
- /hh mod joinmsg [user] [message]
- /hh mod leavemsg [user] [message]
- /hh mod deathmsg [user] [message]

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
regex-filters: # Regex filters don't need to be wrapped in /
  - "simpleexactmatch"
  - "t[a-zA-Z]st"


Permissions

- hyacinthhello.use to use any commands
- hyacinthhello.mod to use mod commands
- hyacinthhello.joinmsg to set and have join messages sent
- hyacinthhello.leavemsg to set and have leave messages sent
- hyacinthhello.deathmsg to set and have death messages sent
- hyacinthhello.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]%

chat

cosmetic

fun

perk

perks