Skip to content

Releases: YouHaveTrouble/CommandWhitelist

Bungeecord support

01 Aug 00:16
Compare
Choose a tag to compare

This release adds bungeecord support. Just drop the jar into your bungeecord plugins folder and restart it.

Configuration looks exactly like the spigot version.
There are a couple of things you have to know:

  • Plugin on bungee server blocks only bungee commands. To block spigot commands use this plugin on spigot server.
  • You need to set bungeecord permissions for groups to work on bungee. (try luckperms)
  • To block bungee command tab completion you need to run Waterfall, FlameCord or other waterfall fork.
  • Tab completer will not refresh itself on reload, players need to relog to see changes in completion.
  • Reload Command

    27 Jul 20:15
    Compare
    Choose a tag to compare

    Added /commandwhitelist reload (or /cw reload) command. This will load new configuration and refresh the command whtelist for all online players, so no relog is needed to see the changes.

    WARNING: If you're updating from earlier versions you need to regenerate the config file for it to work properly!

    Backwards compatibility support

    26 Jul 15:26
    Compare
    Choose a tag to compare

    Plugin should now work on versions 1.13+
    Keep in mind I only tested it on 1.15 and 1.16, so no idea how it will do on 1.13 and 1.14

    You can simply ignore this update if you're on 1.16 server

    Command execution filter improvement

    22 Jul 17:49
    Compare
    Choose a tag to compare

    fixed an issue where if you had a short command like "/r", plugin would allow execution of of all commands beginning with "r"

    Fix for some plugins

    12 Jul 16:57
    Compare
    Choose a tag to compare

    Changed priority for checking commands.
    This should fix most commands that were still getting through the block apparently.
    If you're using earlier version it's advised to update.

    Better command checking

    11 Jul 15:50
    Compare
    Choose a tag to compare

    commands can now be put in wHaTeVeRcAsE in config and filter will still work

    First Release

    10 Jul 22:05
    Compare
    Choose a tag to compare

    With this you are able to control what commands players can use and autocomplete on your server.