Skip to content
Cris edited this page Mar 21, 2025 · 15 revisions

Welcome to the MyMessage wiki!

This wiki explains how the plugin works and how to use custom tags of this plugin.

The plugins intercepts text from:

  • Player messages (messages send to player).
  • Titles and subtitles.
  • Actionbars.

The message must start with the prefix symbol in config.yml

Example:

  input: "<mm><red>Hello world!"

See Tags system page for info about custom tags

Commands:

Aliases: /mymsg, /mm, /mymessage

  • /mymessage reload - Reloads config.yml
  • /mymessage placeholder-reload - Load all placeholder files (yaml files into placeholders directory) and load all placeholders.

Default config.yml

# The prefix for processing messages
prefix: "<mm>"

debug: false

reload: "<green>[MyMessage] Plugin reloaded!"

help: "<green>[MyMessage] <gold>/mymessage reload"

no-permission: "<red>[MyMessage] You don't have permission for this command!"

Clone this wiki locally