Remove disguises from tab complete and prevent all usage by changing required permission in config, closes #432
This commit is contained in:
@@ -14,6 +14,20 @@ Permissions:
|
||||
# negate with your permissions plugin
|
||||
ExplicitDisguises: false
|
||||
|
||||
# What should the default permissions be for seeing commands?
|
||||
# This is a config option because I can't verify if they should be able to see commands normally due to my
|
||||
# permissions system. My system is complex, but its a ton of control.
|
||||
# This isn't an issue normally, but I recently received complaints from someone who doesn't believe in permissions...
|
||||
# Some of you may also wish to hide these commands!
|
||||
# The permissions for commands are a simple 'libsdisguises.seecmd.command' where 'command' can be
|
||||
# 'disguise', 'undisguise' etc. A simple 'libsdisguises.seecmd' permission may also work for children
|
||||
# If you change this while the server is running, players may need to rejoin for it to take effect
|
||||
# TRUE = Everyone can see this, the default. Can be negated with permissions
|
||||
# FALSE = No one can see this without permissions to allow it
|
||||
# OP = Only operators can see this
|
||||
# NOT_OP = Only non operators can see this
|
||||
SeeCommands: TRUE
|
||||
|
||||
# Disables commands with the exception of /libsdisguises. Useful if you don't want the plugin to be used by anything
|
||||
# but a plugin
|
||||
# Useful if you didn't purchase the plugin.
|
||||
|
Reference in New Issue
Block a user