Author: @axtonprice
The most advanced version yet. Featuring customisable language support, improved debugging, automatic version checking & migration, and new emote list commands.
- Added GitHub Development Branch dev
- Permissions Fix v2: Emote command permissions are now granted to non-ops by default.
- Enhancements:
- Improved project-wide documentation.
- Added
listenerCount
andconfigsCount
variables to the plugin'sonEnable
message. - Added configurable messages and effects for plugin commands in
commands.yml
.
- Language Support: https://github.com/axtonprice/axtons-emotes/issues/4
- Added plugin-wide support for default and custom language files, configurable in
config.yml
. - Added default language options:
en
(English),fr
(French),es
(Spanish),it
(Italian),ru
(Russian).
- Added plugin-wide support for default and custom language files, configurable in
- Command Handling:
- Refactored command registration and execution handling.
- Added custom command executors and handlers.
- New Commands:
- Added
/guardianscare
jumpscare command. - Added
/ae version
command to check the plugin version. - Added implementation of
/emotes
,/expressions
, and/jumpscares
. https://github.com/axtonprice/axtons-emotes/issues/1
- Added
- Version Checking:
- Added automatic version checking on plugin startup and player join events. https://github.com/axtonprice/axtons-emotes/issues/2
- Added compatibility for development builds.
- Added automatic configuration migration when the plugin is updated. https://github.com/axtonprice/axtons-emotes/issues/3
- Debugging:
- Created debugging class and methods for logging information for troubleshooting.
- Added
debug-mode
configuration options toconfig.yml
.- Added
enabled
option to toggle debugging. - Added
log-to-file
option to toggle writing debug logs to a file. - Added
debug-log
option to specify a file to log to.
- Added
Bukkit-v1.4.0-1.21 by @axtonprice in https://github.com/axtonprice/axtons-emotes/pull/6
Full Changelog: https://github.com/axtonprice/axtons-emotes/compare/v1.3.0...v1.4.0
v1.3 Release
Author @axtonprice
- Refactored shared emotes and expression commands:
- Added custom command handlers.
- Improved validation procedures.
- Added
/bog
jumpscare command. - Fixed permission handling not working due to malformed permission nodes.
- Added missing permission handling to reload command.
- Added plugin command registry to it's own method.
- Added command re-registry on plugin reload.
- Added command registry command counter reset method.
- Added documentation to all important methods.
- Added ability to enable/disable commands via configuration.
- Merged
/sulk
command with/cry
as alias. - And more...
Full Changelog: https://github.com/axtonprice/axtons-emotes/compare/v1.2...v1.3