- Added Folia support using Folia-specific scheduler for update checker
- Added Brigadier tab completion
- Fixed typos in messages
- Updated BukkitVersion dependency to 0.3.1
Plugin is now usable on CraftBukkit b1.6 and above.
- Added Bukkit API Forward Port to allow
registerEvent()
on pre-1.1 servers, - Replaced portion of
VersionUtil
with BukkitVersion
Plugin is now usable on CraftBukkit b1.8.1 and above.
- Fixed VersionUtil bug on older servers
- Removed awareness list from
plugin.yml
- Fixed error when reading default configuration on pre-1.7 servers
- Changed greentextification to be string-based and thus more readily used by external applications
- Added non-asynchronous chat listener to enable use on
pre-1.3.1 servers lacking
AsyncPlayerChatEvent
- Added own implementation of
getLogger()
in partial attempt to add Bukkit API 1.0 compatibility
Plugin is now usable on CraftBukkit 1.1 and above.
eventMakeGreentext()
eventMakeOrangetext()
- Unincluded and added explicit checks for BungeeCord API to restore usability on CraftBukkit servers
- Changed build target to JDK 1.7 to enable use of plugin on older servers
- Added support for 1.16+ RGB colors in greentext
- Fixed update checker to actually check for updates
- Fixed orangetext routine to actually check for permissions
- Moved update checking to post-init
- Removed useless plugin-specific debug option
- Changed update checker to not print stack trace on fail
- Added automatic update checker
- Separated exceptions for greentext and orangetext
- Stopped greenifier from greenifying empty messages
- Added persistent map of player status
- Added message if player is already enabled/disabled
- Added command aliases:
bgt
,bukkitgreentext
- Re-wrote command parser to be more efficient
- Initial (re-)release