Join our Discord community for support and updates:
https://discord.com/invite/Xf3PjwXzKg
DisableCommands is a simple yet
powerful plugin for Minecraft that allows you to
take full control of commands on your server. With this plugin, you can
disable chat and list commands of your choice and set specific
permissions for each command .
Hello English-speaking users! Welcome to our French Minecraft plugin video. While the audio is in French, we've provided accurate English subtitles for your convenience. The visuals showcase the plugin's features, and we invite you to check it out. If you have any questions, feel free to reach out to us in English. Don't forget to like and subscribe if you enjoy the content. Thank you for your understanding, and happy watching!
Customization is key with the "
config.yml" configuration file. You can modify the
error messages displayed when commands do not exist or when players lack the required permissions. Additionally, you can
easily add or remove commands from the list of disabled commands to suit your specific needs.
With DisableCommands, you can create a
customized gameplay experience for your Minecraft community. You have
complete control over available commands, enabling you to provide a tailored gaming environment for your server and players.
- "disablecommands" (alias "disablecmd" or "dc"): Displays the plugin's help.
- "dc add <command>": Adds a command to the list of disabled commands.
- "dc remove <command>": Removes a command from the list of disabled commands.
- "dc list": Displays the list of disabled commands.
- "dc reload": Reloads the DisableCommands plugin.
- "disablecommands.*": Grants complete access to the plugin.
- "disablecommands.manage": Allows adding and removing disabled commands.
- "disablecommands.list": Allows printing the list of disabled commands.
- "disablecommands.reload": Allows reloading the DisableCommands plugin.
- "disablecommands.bypass.*": Allows bypassing all disabled commands.
- "disablecommands.bypass.<command>": Allows bypassing a specific disabled command.
Code (YAML):
# --------- Config -----------
# Disable all commands
disable_all
: false
# Message for disabled commands
disable_message
: '&cThis command is disabled'
# Message for commands that does not exist
no_exist_message
:
"&cThe command doesn't exist."
# Message for players without permission
# {perm} is replaced by the permission
no_permission_message
:
"&cYou don't have the permission &e{perm}"
# List of disabled commands
disable_commands
:
- '?'
- 'plugins'
- 'pl'
- 'help'
With DisableCommands,
take full control of commands on your Minecraft server and offer a
unique gameplay experience to your players.