Messages System!
DiscordSRVUtils uses a smart messages system!
How to create/edit a message
- Create/Edit a
.json
file in themessages
folder. The text before the.json
is your message name. - Enter your message content.
- You can identify (send) the message in configurations by using
message:NAME
Note
You can test a message using /testmessage
and given the name of the message. You can send a message normally using /echo
command. Use message:NAME
if you want to send a message from the messages folder.
Placeholders
There are infinite placeholders. This plugin's placeholders are not hard-coded. You can ask for help in discord if you need help finding something.
PlaceholderAPI
If you have it installed, you can use it anywhere in the plugin. However, the messages are player-less.
Note
If you are looking for information about the expansion. check this.
SpEL (Custom Placeholders)
SpEL is supported too. Read how to use it:
Info
If you need help creating a custom placeholder, Get help.