Releases: YouHaveTrouble/CommandWhitelist
v2.2.5
Whaaaa? skipped .4?! Yes. Yes it did. What are you gonna do about it?
- Hopefully got rid of protocollib error when server tries to send command list to temporary (not yet logged in) players
- fix ArrayOutOfBounds when tab completing cw command on velocity
- plugin will now display a warning and ignore commands that were placed in subcommands section to prevent errors and unexpected behavior
- Update minimessage format docs link by @rymiel in #49
New Contributors
Full Changelog: v2.2.3...v2.2.5
v2.2.3
- small changes and early returns
- added missing author string for waterfall version
- hopefully fix "The method hasPermission is not supported for temporary players" error
Full Changelog: v2.2.2...v2.2.3
v2.2.2
What's Changed
- custom command denied messages for groups & cleanup code by @kforbro in #43
- fixed some errors popping up on spigot servers specifically. Use paper folks.
Full Changelog: v2.2.1...v2.2.2
v2.2.1
- Markdown is no longer getting parsed for minimessage formatting due to issues with other tags.
Full Changelog: v2.2.0...v2.2.1
Fixes & updates
What's Changed
- fix useProtocolLib by @kforbro in #40
- fix tab complete with useProtocolLib by @kforbro in #41
- protocollib handling now includes command declaration (sending the list of commands to the client)
- updated adventure and relocated to prevent errors with conflicting versions
New Contributors
Full Changelog: v2.1.1...v2.2.0
It's funny how one extra dot can mess things up
Fix typo causing commands added via command to not save properly
Fix for subcommands not completing
Fixed an issue with subcommands not being completed
Complete plugin rewrite
Plugin has been completely rewritten to fully optimize it and make it so it's easier to add support for different types of server software if need arises. Versions below 2.0 are from now on considered legacy and will not be supported anymore.
Each implementation now has its own jar file, so make sure you're getting the version you want!
Configs from legacy versions are not compatible and will NOT be automatically migrated. You need to do it yourself. It's not that hard, you only need to move some stuff around to conform to the new naming. New naming has been applied to the config so there will be (hopefully) no more confusion about the options and sections. There are also safeguards that will correct you if you do get something wrong, like inputting a cubcommand into command list etc :)
A HUGE Thank You for all the people who helped to test the new version in the alpha stages and to all people supporting the development of the plugin and giving feedback.
Mostly background changes
WARNING!
This is a pre-release. It's not for the production use, things may change between pre-releases and not everything can work as expected. You've been warned.
Changes:
- Bukkit implementation should use paper's async tab completions if possible
- All implementations now use the same code to tab-complete /cw comand
2.0 alpha bugfixes
WARNING!
This is a pre-release. It's not for the production use, things may change between pre-releases and not everything can work as expected. You've been warned.
- fixed minimessage format not parsing in velocity "command reloaded" message
- prevented future typos with permission checks
- added subcommand tabcomplete blocker back to waterfall impl