Added new system to store json messages that aren't announced on interval, new commands, etc
1.2
Added new config system to allow you to store json messages that aren't announced on interval.
new config:
Code (Text):
# MessageAnnouncer v1.1 Main configuration
deluxechat_placeholders: true
announcer_enabled: true
announcer_random: false
announce_interval: 120
interval_announcement_list:
- one
- two
- three
announcements:
one:
- '{"text":"This is announcement one!"}'
two:
- '{"text":"This is announcement two!"}'
three:
- '{"text":"This is announcement three!"}'
This new config system allows you to select what announcements you want to use on interval, but also store json messages that can be announced or sent to a player by command.
New commands:
Added ability to use multiple JSON text components together with the && operator
ex:
Code (Text):
{"text":"This is one part"}&&{"text":"This is another"}