Releases: ArcanePlugins/BlackWidow
Releases · ArcanePlugins/BlackWidow
v1.1.5
v1.1.4
v1.1.3
Improvements
- BlackWidow will automatically add a starting slash (
/
) to commands received from Bukkit'sPlayerCommandPreprocessEvent
if the event'smessage
does not already include it.- Even though Spigot's documentation says this event includes a starting slash that can be ignored, the server software still decides to go around this behaviour when a plugin or the server itself forces a player to run a command.
- This bandaid will work for all scenarios except for when you are wanting to match WorldEdit commands in this particular scenario. Unfortunately there is no way around it until the server software fixes this.
- Thanks to JunTVDE on the Discord for reporting the behaviour they observed.
v1.1.2
v1.1.1
This release fixes a bug related to BlackWidow disabling itself on shutdown and trying to clean up commands as much as possible.
The bug was caused due to BlackWidow trying to clean up commands after it has already disabled CommandAPI internally.
The code has been cleaned and rearranged as required to resolve the bug.
v1.1.0
v1.0.0
v1.0.0-SNAPSHOT-4
Trying solutions in this thread... grr
v1.0.0-SNAPSHOT-3
again, hopefully fixed the jar file finding issues now in the GitHub Actions workflow for maven deployment.
v1.0.0-SNAPSHOT-2
Upgraded GitHub deployment workflows - still testing if it's working correctly.