-
Notifications
You must be signed in to change notification settings - Fork 2
Commands documentation
MCSF provides a set of powerful commands to manage the chat filtering system, customize settings, and perform administrative tasks. Explore the commands below to unleash the full potential of MCSF!
Show the help menu!
Permission: mcsf.help.use
Usage: mcsf help
Toggles the status for a player.
Permission: mcsf.toggle.use
Syntax: user="user" status="status"
Usage: mcsf toggle user="user" status="status"
Updates the blacklist database with new information.
Permission: mcsf.blacklist.use
Syntax: add="word"
or remove="word"
Usage:
- To add a word:
mcsf blacklist add="word"
- To remove a word:
mcsf blacklist remove="word"
Updates the global database with new information.
Permission: mcsf.global.use
Syntax: add="word"
or remove="word"
Usage:
- To add a word:
mcsf global add="word"
- To remove a word:
mcsf global remove="word"
Updates the whitelist database with new information.
Permission: mcsf.whitelist.use
Syntax: add="word"
or remove="word"
Usage:
- To add a word:
mcsf whitelist add="word"
- To remove a word:
mcsf whitelist remove="word"
Updates the regex pattern database with new information.
Permission: mcsf.regex.use
Syntax: add="word"
or remove="word"
Usage:
- To add a word:
mcsf regex add="word"
- To remove a word:
mcsf regex remove="word"
Relays the filter status of a user.
Permission: mcsf.status.use
Syntax: user="username/uuid"
Usage: mcsf status user="username/uuid"
Imports data from other storage types.
Permission: mcsf.import.use
Usage: mcsf import
Shows the version of the plugin and server to the user.
Permission: mcsf.version.use
Usage: mcsf version
Reloads the plugin configurations.
Permission: mcsf.reload.use
Usage: mcsf reload
Modifies the user database.
Permission: mcsf.user.use
Syntax: [create/delete/info/update] user="uuid/playername" status="true/false" username="username"
Usage: mcsf user [create/delete/info/update] user="uuid/playername" status="true/false" username="username"
Feel free to explore and utilize these commands to effectively manage your chat filtering system and ensure a safe and enjoyable experience for all users!