diff --git a/content/docs/eternalcore/faq.mdx b/content/docs/eternalcore/faq.mdx index a57ddf04..67d780e9 100644 --- a/content/docs/eternalcore/faq.mdx +++ b/content/docs/eternalcore/faq.mdx @@ -10,6 +10,11 @@ import { AlertBox } from "../../components/ui/alert-box"; ## Disabling commands If a command from EternalCore conflicts with a command from another plugin, you can disable it in `commands.yml`. +Example usage to disable `/rtp` command in EternalCore. + +1. Open file: `/plugins/EternalCore/commands.yml` + +2. Add in commands structure: ```yaml rtp: @@ -17,8 +22,13 @@ rtp: enabled: false aliases: [] permissions: [] - subCommands: [] + subCommands: {} ``` + + Remember to use the full original command name, **not** an alias. + + +3. Restart the server for the changes to take effect. ## Formatting text in chat