Skip to content
Cris edited this page Feb 18, 2025 · 15 revisions

Welcome to the MyMessage wiki!

This wiki explain the 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: ``yaml input: "Hello world!"



See Tags system page for info of custom tags

**Commands:**

Aliases: `/mymsg, /mm`

* `/mymessage reload` - Reloads config.yml

***

# Default `config.yml`

```yaml

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

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