Skip to content

Releases: JadedMC/CommandBlockerPro

v1.4.1

Choose a tag to compare

@firewolf8385 firewolf8385 released this 11 Jun 05:10
  • Fixed Tab Completion not being blocked in Minecraft 26.1 and newer.
  • Bumped adventure version to 4.26.1
  • Bumped bStats version to 3.1.0

The Future of CommandBlockerPro:
It's no secret that this version of the plugin gets significantly less use than the original version. Splitting the development into two has had some big side-effects, such as the delayed release of this bug fix compared to the original plugin. To combat this, we are looking into merging the features of this plugin into the original CommandBlocker, and sunsetting CommandBlockerPro. We currently do not have a timeline for this, as the process would involve a complete rewrite of CommandBlocker.

v1.4

Choose a tag to compare

@firewolf8385 firewolf8385 released this 14 Oct 07:20
2e34d8e
  • Added support for BetterReload
  • Fixed "commandblocker.bypass" permission not being listed in plugin.yml.
  • Updated adventure to 4.17.0.

v1.3.1

Choose a tag to compare

@firewolf8385 firewolf8385 released this 27 Aug 13:11
cde020e
  • Fixed incompatibility with server software that included old versions of Adventure
  • Added "/cb v" as an alias for "/cb version"

v1.3

Choose a tag to compare

@firewolf8385 firewolf8385 released this 31 Jul 04:30
7285a60

Added a new rule type: MESSAGE. This takes a command that does not exist, and when run displays the configured block message and block sound. It also adds the command to tab complete.

  3:
    type: MESSAGE
    commands:
      - test
    blockMessage: "<rainbow>You have typed the test message!"

This will not work for commands that already exist.

API Changes

  • The methods that were deprecated in the last update have been removed.
  • When getting the block message or block sound information from a rule, it will default to the global configuration if a rule-specific one is not configured.
  • Added API methods for getting global block message and global block sound. See this for a full list of methods.

v1.2

Choose a tag to compare

@firewolf8385 firewolf8385 released this 09 May 21:06
5620a34

You can now play a sound when a command is blocked.

blockSound:
  sound: ENTITY_ENDERMAN_TELEPORT
  pitch: 0.5
  volume: 1.0

The "sound" uses Bukkit's Sound enum, since XSeries does not support 1.20.6 currently. This can differ between versions, so you'll want to make sure the list you are using is for your Minecraft version.
1.8: https://helpch.at/docs/1.8.8/index.html?org/bukkit/Sound.html
1.20: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html

Pitch and Volume values are floats that can range from 0.0 to 1.0.

API Notice
As of this update, we have renamed a number of methods to be more consistent with the Spigot ecosystem. The previous names are now deprecated, with removal planned within the next few updates.

1.1

1.1

Choose a tag to compare

@firewolf8385 firewolf8385 released this 03 May 02:21

Fixed plugin not loading on Paper 1.20.6

v1.0

Choose a tag to compare

@firewolf8385 firewolf8385 released this 05 Jan 21:27

Initial plugin release.