-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Marc B. edited this page Mar 14, 2025
·
6 revisions
-
<required>- You must specify this argument when running the command. -
[optional]- You do not need to specify this argument, a default will be used if not given. -
...- Argument consists of one or multiple words.
-
--option- Option is used as a flag: true if present, false if not. -
--option <argument>- Option supplies an argument. The argument must be specified.
All commands listed can also be used by typing /dirtcore [command name].
Command usage is printed to the console/chat whenever invalid arguments are provided. Simply
typing /dirtcore will
list all commands a user has permission to use.
Managers specific operations of the same category.
- Chat Manager
- Limit Manager
- Messaging Manager
- Punishment Manager
- Restrict Manager
- User Manager
- Verification Manager
General commands are used to operate DirtCore functions.
Commands to manage chat related operation.
Commands to manage chat marker related operation.
- /chat-marker admin <grant|revoke|set|unset>
- /chat-marker list [page|target]
- /chat-marker set <marker>
- /chat-marker unset
- /chat-markers
Commands to manage prefix related operation.
- /prefix admin <grant|revoke|set|unset>
- /prefix list [page|target]
- /prefix set <prefix>
- /prefix unset
- /prefixes
Commands to manage limits.
- /limit admin <add|bypass|edit|entry|remove>
- /limit details [block]
- /limit entries [block]
- /limit list [page|target]
Commands to create or update punishments.
- /ban <target> [reason...]
- /ban-ip <target> [reason...]
- /history <target> [reason...]
- /kick <target> [reason...]
- /mute <target> [reason...]
- /tempban <target> <time> <d|h|m|s> [reason...]
- /tempmute <target> <time> <d|h|m|s> [reason...]
- /unban <target> [reason...]
- /unban-ip <target> [reason...]
- /unmute <target> [reason...]
- /warn <target> <reason...>