Global Settings & Messages

This section covers settings that control the plugin's general behavior and the messages sent to players.

Global Settings

# The prefix that appears before all CHAT-type messages from this plugin.
prefix: "&8[&6HelUtilities&8] "

# A list of world names where Helutilities will be completely inactive.
disabled-worlds:
  - "world_lobby"
  - "creative_world"

messages Section

All feedback messages sent to players are managed here. Each message has three sub-settings:

  • enabled: Enables or disables that specific message with true or false.

  • type: Determines how the message is displayed: CHAT, ACTION_BAR (scrolling text above the hotbar), or TITLE (large text in the middle of the screen).

  • text: The content of the message. You can use standard color codes (&a, &l, etc.). For TITLE type, use a pipe | to separate the main title from the subtitle (e.g., &6TITLE|&eSubtitle).

All Message Keys:

  • inventory-full

  • item-reward

  • money-reward

  • reward-error

  • economy-error

  • player-kill-reward

  • mob-kill-reward

  • fishing-reward

Last updated