Code (YAML):
# _________ _____ _____ __ ______ _________ _________
# __ ____/___ __________ /_____________ ___ __ / / /_________ /_________________ ________ __ ____/____________ __________ _________ _____________ /
# _ / _ / / /_ ___/ __/ __ \_ __ `__ \ _ / / /__ __ \_ //_/_ __ \ __ \_ | /| / /_ __ \ _ / _ __ \_ __ `__ \_ __ `__ \ __ `/_ __ \ __ /
# / /___ / /_/ /_(__ )/ /_ / /_/ / / / / / / / /_/ / _ / / / ,< _ / / / /_/ /_ |/ |/ /_ / / / / /___ / /_/ / / / / / / / / / / / /_/ /_ / / / /_/ /
# \____/ \__,_/ /____/ \__/ \____//_/ /_/ /_/ \____/ /_/ /_//_/|_| /_/ /_/\____/____/|__/ /_/ /_/ \____/ \____//_/ /_/ /_//_/ /_/ /_/\__,_/ /_/ /_/\__,_/
#
Unknown_Command
:
# --------- < ⚠ > ---------
# This feature is only recommended for versions 1.19+!
# This is because spigot does not currently edit the unknown command via spigot.yml,
# but remains the default one. If you have a version lower than 1.19, you can leave it to false.
enabled
: true
# To ignore this section put "exempt_commands: []"
# This function allows you, in case of problems, to be able to insert a
# list of commands that the plugin will ignore.
# The command set by default was put as an example for those who use ChatControl-Red,
# who when running /tell also execute a command that is not registered on Bukkit.
exempt_commands
:
- '
#flp'
# If set to "true", it will fetch the unknown message directly from spigot.yml.
# If it's false, then it will use the executor below.
use_spigot_message
: true
# If "use_spigot_message" is true, ignore this section.
# < ? > You can find more information about the executors in the header.
executors
:
- '
[MESSAGE
]
%prefix%The "&b%command%&7" command was not found.'