Skip to content

Releases: JadedMC/CommandBlocker

1.7.1

22 Jan 21:00

Choose a tag to compare

Fixed a compatibility issue with some plugins that caused commands to not be fully blocked.

Full Changelog: 1.7...1.7.1

1.7

05 Nov 18:48

Choose a tag to compare

1.7

This update adds two long requested features: Action Bar support and Sound support.

ActionBar will display a message in your action bar when a command is blocked. It does not conflict with the "Message" option, so you can have a message appear in both. In fresh installs this will already be included in the config.yml, but in old installs you can add it manually. It will only attempt to display if the option exists in the config.

# Message displayed in the action bar informing the player that the command has been blocked. Leave blank to disable.
ActionBar: "<red>You cannot use that command!"

Sound will play a configured sound to you when a command is blocked, including the ability to change the pitch and volume. It uses Bukkit's built-in Sound enum. You can find a full list of that here: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html. Like the ActionBar settings, they will be included in fresh installs but will need to be manually added if trying to use it in pre-existing configurations.

# Plays a sound when the command has been blocked. Delete this section to disable it.
Sound:
  Sound: ENTITY_ENDERMAN_TELEPORT # Sound to be played. You can find a full list here: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html
  Pitch: 0.5 # Pitch of the sound. Range: 0.0 - 1.0
  Volume: 1.0 # Volume of the Sound. Range: 0.0 - 1.0

Other Changes

  • Updated adventure to 4.25.0

1.6

25 Feb 09:03
f5dde7d

Choose a tag to compare

1.6
  • Added support for blacklisting sub commands. (Note: they will still appear in tab complete)
  • Fixed a bug that preventing hiding WorldEdit commands from tab complete.
  • Updated adventure to 4.19.0.

1.5

14 Oct 07:59
7d43c03

Choose a tag to compare

1.5
  • Added support for PlaceholderAPI
  • Added support for BetterReload
  • Fixed /commandblocker not having a permission set in plugin.yml (ironic, I know)
  • Fixed the "commandblocker.bypass" permission not being in plugin.yml
  • Updated adventure to 4.17.0.

1.4.1

27 Aug 12:31
e8b8d70

Choose a tag to compare

  • Fixed #6: Plugin incompatible with server software that included old versions of Adventure
  • Added "/cb v" as an alias for "/cb version"

1.4

02 Aug 07:57

Choose a tag to compare

1.4
  • Fixed #4: Bypass permission does not work when hiding colon commands (by JasonHorkles)
  • Allow proper multi-line YAML Strings in config.yml
  • Slight performance improvements

1.3

03 May 02:07

Choose a tag to compare

1.3

Fixed #1: plugin not being compatible with Paper 1.20.6 (by chxseh)

1.2

28 Aug 19:17

Choose a tag to compare

1.2
  • Improved legacy-to-MiniMessage translation.
  • Allow Folia to load the plugin.

1.1

20 Jun 03:34

Choose a tag to compare

1.1

Additions

  • Added support for versions 1.8 and higher.

Changes

  • Updated Adventure to 4.14.0.

1.0

20 Apr 20:43

Choose a tag to compare

1.0

Initial Plugin Release