Fixed version checking method for NMS to use package names instead of Bukkit version so the plugin doesn't break every version change. Now the plugin will only need updated when NMS package names change. Compatible with all versions up to 1.8.6
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"}