5.0.0 Jun 17, 2023
using the new framework and includes 1.20.1 support. (be aware of config changes).

as of this version, the list of blocked commands, words, whitelist are managed in separate .yml files.

 


4.2.1 Jul 12, 2022
fixed the version description.

4.0.1 May 29, 2021
whitelist now supports a wildcard and an empty list.

# whitelisting
# for each command being blocked, you can list player names and groups who are given a permission to use the command.
Whitelist:
  lp:
    - vk2gpz  # player's name
    - Admin   # rank/group managed by a permission plugin.
  te:
    - "*"  # if "*" is included or left as an empty list as [], this comman will be avaialbel to everyone.