v2.1.1 (Build 25)
Announcement: CommandDefender 3 is work-in-progress!
- Fixes colon blocking permission (reported by TheJoshua)
- Adds setting for tab suggestion filtering (suggested by TheJoshua). You don't need to include this in your file unless you want to change it.
The new tab suggestion filtering setting is just under the priorities section:
Code (YAML):
# Setting this to 'false' makes CommandDefender not filter through the command suggestions system in 1.13+ servers.
# For 1.7-1.12 servers this option does not do anything because 1.13 added such system.
enable-command-suggestion-filtering
: true
Here it is relative to the priorities section:
Code (YAML):
# Create a list of allowed/denied commands ordered by priority.
# Please check the Wiki on how to use this if you are not already familiar. The Wiki URL is linked at the top.
priorities
:
# Setting this to 'false' disables CommandDefender from checking the lists below and thus will not block any commands
# with exception of the 'block-colons' setting below and also the permissions to block commands which can also be
# toggled below, see 'enable-allow-deny-permissions'.
enable-command-blocking
: true
# Setting this to 'false' makes CommandDefender not filter through the command suggestions system in 1.13+ servers.
# For 1.7-1.12 servers this option does not do anything because 1.13 added such system.
enable-command-suggestion-filtering
: true
Enjoy <3