Description:
This is a very simple plugin to configure. Through the config.yml file you can set 3 different types of automatic messages also setting the interval of seconds between one message and another.
You can enter unlimited messages
1. Normal messages
2. Messages that open a link when clicked
3. Messages that make the player who clicks execute a command
Suggestion:
enter "\n" to write on a new line
config.yml :
Code (YAML):
message-interval
: 60
message:
one:
text
:
"&e[SmartMessage] &aFirst test message\nHello"
link
:
""
command
:
""
two:
text
:
"&e[SmartMessage]&3Second test message with link"
link
:
"https://www.spigotmc.org"
command
:
""
three:
text
:
"&e[SmartMessage]&bThird test message with command"
link
:
""
command
:
"fly"