-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Cris edited this page Feb 18, 2025
·
15 revisions
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!"```