Skip to content

Releases: YouHaveTrouble/CommandWhitelist

Velocity Support

24 Dec 19:36
Compare
Choose a tag to compare

Very basic velocity proxy support.
No command for adding/removing commands dynamically.
No command blocked message, blocked proxy command is forwarded to spigot server

Velocity version is a little bit different (makes more sense) because of the velocity api. There is no "no such command" message as velocity just passes the command to backend server and uses a message from there.
The command for reloading config on velocity is /vcw reload

Velocity support

16 Dec 04:39
Compare
Choose a tag to compare
Velocity support Pre-release
Pre-release

Very basic velocity proxy support.
No command for adding/removing commands dynamically.
No command blocked message, blocked proxy command is forwarded to spigot server

Bugfix

06 Dec 13:50
Compare
Choose a tag to compare

Subcommand blocker now fails gracefully when it tries to block suggestions that were not registered at all (there is no way of fixing this, if one of your plugins caused errors with commandwhitelist seek to replace it asap!)

Bugfix

25 Nov 18:25
Compare
Choose a tag to compare

Prevented commands beings saved to file multiple times when repeating /cw add command

Blocking subcommands!

17 Nov 16:47
Compare
Choose a tag to compare

Added:

  • Ability to add blocked subcommands on spigot servers. If you want bungee/waterfall subcommand blocker PRs are welcome.

For blocking subcommands properly the base command needs to be whitelisted.
You need to provide full command string for the subcommand, so for example to block /help about you need to add help about in config.

Dynamic whitelisting

02 Nov 14:25
Compare
Choose a tag to compare

Added add and remove command for bukkkit and bungee. This allows players with commandwhitelist.admin dynamically add and remove whitelisted commands for groups existing in config.

Commands include full support of tab-completion.

Fixing whoopsies

01 Nov 22:45
Compare
Choose a tag to compare
  • Fixed plugin triggering bukkit legacy plugin mode on 1.13+
  • No longer compiling protocolib (how did I miss that 0_0)
  • Bug fixes

    21 Oct 17:22
    Compare
    Choose a tag to compare
    • Removed debug when tab completing in legacy mode
    • Fixed commands not being sent at all in legacy mode

    bStats

    29 Aug 12:24
    Compare
    Choose a tag to compare

    Added bStats and improved overall code quality.

    Legacy Support

    02 Aug 19:42
    Compare
    Choose a tag to compare

    Plugin now supports versions 1.8 - 1.12 in legacy mode.
    This means that the plugin supports Spigot 1.8-1.16 and most bungeecord versions

    If you want tab-completion blocker to work in legacy mode, you need ProtocolLib.

    Plugin will function virtually the same in legacy mode.