Skip to content
blueb edited this page Apr 5, 2023 · 10 revisions

Commands

  • /joinmessage (/joinmsg) - Set your join message.
  • /deathmessage (/deathmsg) - Set your death message.
  • /leavemessage (/leavemsg) - Set your leave message.
  • /hyacinthhello reload (/hh reload, /hyacinth reload) - Reload the plugin.

Placeholders

Currently, these placeholders only work while the player is online.

  • %hyacinthhello_join%
  • %hyacinthhello_death%
  • %hyacinthhello_leave%

All of these will return the message with only message formatting included.

(ex. &di am the printer, NOT §6»§e &di am the printer §6«)

NOTE: You cannot fetch leave messages with the above placeholders in setups with DiscordSRV. DiscordSRV doesn't send the leave messages fast enough where the player is still offline, so it does not work in this setup. With v1.5.0 and above the following placeholders will work.

  • %hyacinthhello_join_USERNAME%
  • %hyacinthhello_death_USERNAME%
  • %hyacinthhello_leave_USERNAME%

All of these will return the message with only message formatting included.

(ex. &di am the printer, NOT §6»§e &di am the printer §6«)

Permissions

  • hyacinthhello.joinmessage - Permission to set your join message.
  • hyacinthhello.deathmessage - Permission to set your death message.
  • hyacinthhello.leavemessage - Permission to set your leave message.
  • hyacinthhello.usecolor - Permission to use colors in your join, death, and leave messages.
Clone this wiki locally