PandaCommandWhitelist
Mod Description
A mod for flexible configuration of allowed commands on the server - you can determine which commands will be available for execution and autocompletion. The system supports the use of wildcard "" for creating flexible patterns.
Configuration
When starting the server, a configuration file config/PandaCommandWhitelist.json is automatically created in the following format:
{
"commands": [
"tell ",
"me ",
"msg ",
"w ",
"ignore ",
"unignore *",
"ignorelist",
"discord"
],
"blockedMessage": "This command is blocked or does not exist."
}
Both specific commands and the use of wildcard characters to allow entire command groups are permitted.
Management Commands
To reload the configuration without server restart, use the command: pcw reload
Example of Operation
The mod can be demonstrated on real servers, however direct advertising and specific address listings have been removed from the description to maintain content neutrality.
Users encountering difficulties in configuration are advised to contact the creator through official support channels.
Additional Information
For assistance with setup and usage, appropriate developer community support channels are available.