Skip to content

Commands documentation

Joshua edited this page Jun 16, 2023 · 2 revisions

MCSF 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!

Command: mcsf help

Show the help menu!

Permission: mcsf.help.use

Usage: mcsf help


Command: mcsf toggle

Toggles the status for a player.

Permission: mcsf.toggle.use

Syntax: user="user" status="status"

Usage: mcsf toggle user="user" status="status"


Command: mcsf blacklist

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"

Command: mcsf global

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"

Command: mcsf whitelist

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"

Command: mcsf regex

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"

Command: mcsf status

Relays the filter status of a user.

Permission: mcsf.status.use

Syntax: user="username/uuid"

Usage: mcsf status user="username/uuid"


Command: mcsf import

Imports data from other storage types.

Permission: mcsf.import.use

Usage: mcsf import


Command: mcsf version

Shows the version of the plugin and server to the user.

Permission: mcsf.version.use

Usage: mcsf version


Command: mcsf reload

Reloads the plugin configurations.

Permission: mcsf.reload.use

Usage: mcsf reload


Command: mcsf user

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!