Messages Formatting
Make this beautifull
Welcome to the BedHome plugin message configuration guide! In this guide, you'll learn how to customize the messages that are displayed to players using your BedHome plugin. By personalizing these messages, you can provide a more engaging and informative experience for your Minecraft server players.
MiniMessage
Plugin supports MiniMessage formatting. If you want to use HEX, Gradients, or Rainbow Effects, check here.
Complex Messages
Tired of having your messages confined to just the chat? With Complex Messages, you can send ActionBars, Titles, and even play sounds through simple plugin configuration. It's that easy! 😄
Chat
If you want your message to be sent only in the chat, simply type it as usual. For example, let's say you want to modify the message displayed when a player is waiting for a home teleport. The default message looks like this:
But if you want to play an additional sound, you need to enclose your message in <chat>
tags like this:
A message formatted in this way will be displayed in the chat and play a sound!
Action Bar
If you want your message to appear as an Action Bar above the player's inventory, use the following formatting:
This message will be displayed for 3 seconds. If you want the message to stay there longer, you can add a duration
argument to specify how long it should be displayed (duration is in seconds).
This message will be displayed for 5 seconds.
Title and Subtitle
If you want to display large messages to the player, use the <title>
tag. Example of a regular Title:
You can also add a Subtitle beneath it by using between the title and subtitle text.
Want to send a Title for a specific duration? No problem! Add the appropriate arguments:
fadeIn
: The time in seconds for the message to fade in.stay
: The time in seconds for how long the message will stay.fadeOut
: The time in seconds for the message to fade out.
You can apply them like this:
This Title will fade in within 1 second, stay for 8 seconds, and fade out within 1 second.
Sounds
Add life to your messages by playing sounds for your players.
You can find a list of sounds here.
Using them is incredibly simple:
Just place the desired sound between the <sound>
tags, and that's it! 🎵
Last updated