
LOG:
Added useful configuration information to config.yml & strings.yml
Added Discord support for webhooks[To-add to a broadcast follow this]:
Code (YAML):
broadcasts
:
# You can make unlimited broadcasts!
# Make sure broadcast names do not contain spaces as you won't be able to access them in-game create/delete command.
broadcast-with-webhook
:
# full message that will show to everyone
messages
:
- ''
- ' &f&l▹ &a&l
%player_name% &f&l◃'
- ' &fWant free &2rewards &feverday?'
- ' &fSupport us by voting! &2/vote'
- ''
webhook
:
- '**VOTING**'
- '*get rewards everyday!*'
Added
API for the plugin:
Code (Java):
API.
SendFullMessage
(player,
"this is a tooltip",
"line1",
"line2"
)
;