Supreme Ventures
  • Welcome to Supreme Ventures
  • Important Information
    • Installation & Setup
    • Configuration Options
      • Commons Config
      • Database Engine
      • Message Formats
      • Custom Styling
      • Configure Numbers
      • Timestamps
    • Developer API
    • Official Discord
    • YAML Validator
  • Freebies
    • 📣ShockMOTD
    • 👻AirHeads
    • 🔗Discord Link
      • Commands & Permissions
      • Placeholders
      • Setting up Discord bots
  • Premium Plugins
    • 💬Chat Core 💲14.49
      • Commands & Permissions
      • Placeholders
    • 🎁Player Gifts 💲7.50
      • Commands & Permissions
    • 💰Premium Credits 💲20.00
      • Commands & Permissions
      • Placeholders
    • ⬇️Voting 💲15.00
      • Commands & Permissions
      • Placeholders
    • 📊Player Stats 💲10.00
      • Commands & Permission
      • Placeholders
    • 🛡️SMP Guilds 💲20.00
      • Commands & Permissions
      • Placeholders
      • Developer API
    • ⬆️Player Levels 💲10.00
      • Commands & Permissions
      • Placeholders
      • Placeholder Scripts
  • Libraries
    • 📘Commons
Powered by GitBook
On this page
  • Message Formats
  • Message Sounds

Was this helpful?

  1. Important Information
  2. Configuration Options

Message Formats

Message Formats - lang.yml

PreviousDatabase EngineNextCustom Styling

Last updated 7 months ago

Was this helpful?

Message Formats

All messages include the following format to enable you to send exactly what you want in any language, format, channel, or nothing at all.

level-up-message:
  style: CHAT
  message:
  - <rainbow><bold>Congratulations!</bold></rainbow>
  sound: minecraft:entity.player.levelup

Make sure to also check out style tags.

Given the above config options, you can customize your messages to utilize any of the following channels to send messages to players

  • CHAT - Sends a message in the player's chat. Supports unlimited message length, and colors, and you can also use click & hover events to customize even more!

  • TITLE - Sends the message via a title to the player. This message is limited to 2 lines (top/title, bottom/subtitle). You cannot use hover or click events with this style but colors and other text formats are available.

  • ACTION_BAR - Sends the message in the player's action bar (little message above your hotbar in-game) This message has unlimited length but is limited to a single line. You cannot use hover or click events with this style but colors and other text formats are available.

  • DISABLE - This allows you to completely disable a message. This may be helpful to remove irrelevant or spammy messages based on your setup & configs.

Message Sounds

All messages have the option to play a sound alongside the message. A full list of , but you can also implement custom sounds using a texture pack, or leave it empty to disable sound.

Custom Adventure
Minecraft default sounds can be found here