Skip to content

Releases: AztecMC/AztecTabFilter

v0.20.5 (READ: BREAKING CHANGES)

09 Dec 01:48
Compare
Choose a tag to compare
Pre-release
  • Added block-commands (default: false) feature from Shivelight/CommandWhitelist-spigot which will block using commands which are not on the suggested list for the user.
    WARNING: It is recommended that you correctly configure your plugin permissions rather than relying on this for all of your security - this is meant to be supplemental only. Depending on the plugin there may be ways to bypass this.
  • Added a temporary workaround to prevent creating errors when Asynchronous Commands-List events are received on Paper servers
    Note: you should verify server behavior since this workaround does not implement processing for these events due to limitations. See #16 for more information.

Breaking change: The plugin has been renamed to AztecTabFilter instead of AztecTabCompleter. Because of this, permissions and the plugin config folder have also been renamed to match. In the future, this will be the officially-supported version of the plugin. If you wish to update, you must rename your plugins/AztecTabCompleter/ folder to plugins/AztecTabFilter/ and set up the new permissions again.

For this release specifically, I have also provided an "AztecTabCompleter" version with all of the same changes, but maintaining the old name and permissions, so that you do not need to immediately change anything - however these "old-name" versions will not be provided in the near future.

v0.20.3

06 Jun 20:18
Compare
Choose a tag to compare
  • Reorganized/simplified config loading
  • Adds aztabdump command for logging information to console about command filtering. (Feature Request #4)
  • adds permissions for new dump command
  • corrects permissions for new dump command (from snapshot 0.20.2)
  • correct some internal access modifiers and documentation.

0.20.0 redesign (experimental alpha)

21 Mar 10:26
Compare
Choose a tag to compare
Pre-release
  • Based off of 0.19.6
  • Changed: Simplified all code to only filter bukkit-1.13-provided command suggestions (PlayerCommandSendEvent)
  • Removed: all dependency on ProtocolLib (was used originally for early RCN filtering support)
  • Changed: Command suggestions are no longer queued as packets but filtered when handled
  • Removed: Packet-specific and Queue settings have been removed for the above reason
  • Note: Existing filtering configuration should continue to work as normal (please report any deviation).
  • Note: Early-join kick feature from 0.19.6 still exists in this build, but may be reviewed in the future.

0.19.6 (beta)

21 Mar 10:16
Compare
Choose a tag to compare
0.19.6 (beta) Pre-release
Pre-release
  • Load order modified (from 0.19.4-0.19.5) to allow earlier filtering
  • Adds earlier blocking for erroneous command suggestions sent that bypass filtering during plugin load.
  • Added option to kick players until plugins are fully loaded.

0.19.3

05 Feb 23:37
Compare
Choose a tag to compare
snapshot version advance

v0.17.5

17 Oct 13:59
Compare
Choose a tag to compare
v0.17.5 Pre-release
Pre-release

Adds permission aztectabcompleter.bypass to allow users to bypass filtering and show all command-suggestions.

v0.17.4

12 Aug 17:12
Compare
Choose a tag to compare
v0.17.4 Pre-release
Pre-release

fix: load immediately on startup to prevent missing unfiltered packets during world load.

v0.17.2

09 Aug 03:34
Compare
Choose a tag to compare
v0.17.2 Pre-release
Pre-release

Speculative fix for nonfatal exception when a user joins and immediately leaves. (plugin spam)

v0.17

07 Aug 16:23
Compare
Choose a tag to compare
v0.17 Pre-release
Pre-release

Adds reload command.