Skip to content

Releases: ArcanePlugins/BlackWidow

v1.1.5

18 Jan 08:51
61efc24
Compare
Choose a tag to compare
  • Fixed ID typo in the has-permission requirement logic - thanks milcu for reporting this on the Discord.
  • Added more unit testing for wildcard base cmd + cmd argument logic.

v1.1.4

13 Jan 09:32
Compare
Choose a tag to compare

Fixes

  • Fix a lingering usage of event.getMessage causing the previous patch's goal to only be partially achieved. Thanks for reporting this JunTVDE!

v1.1.3

12 Jan 12:41
Compare
Choose a tag to compare

Improvements

  • BlackWidow will automatically add a starting slash (/) to commands received from Bukkit's PlayerCommandPreprocessEvent if the event's message 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

05 Jan 11:42
Compare
Choose a tag to compare

Improvements

  • Set api-version to 1.13 instead of 1.21, removing unnecessary limitation on older servers in (trying) to run the plugin.

v1.1.1

11 Dec 14:04
Compare
Choose a tag to compare

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

04 Dec 23:50
Compare
Choose a tag to compare
  • Now compatible with Minecraft v1.21.4
    • Updated CommandAPI

v1.0.0

11 Nov 15:49
Compare
Choose a tag to compare

Initial Release

v1.0.0-SNAPSHOT-4

11 Nov 14:56
Compare
Choose a tag to compare
v1.0.0-SNAPSHOT-4 Pre-release
Pre-release

Trying solutions in this thread... grr

v1.0.0-SNAPSHOT-3

11 Nov 14:45
Compare
Choose a tag to compare
v1.0.0-SNAPSHOT-3 Pre-release
Pre-release

again, hopefully fixed the jar file finding issues now in the GitHub Actions workflow for maven deployment.

v1.0.0-SNAPSHOT-2

11 Nov 14:38
Compare
Choose a tag to compare
v1.0.0-SNAPSHOT-2 Pre-release
Pre-release

Upgraded GitHub deployment workflows - still testing if it's working correctly.