CommandPrompter
GitHubSpigotDiscordKofi
  • Welcome
  • Getting Started
    • Installation
    • Usage
    • Arguments
      • Prompt Argument
      • PromptQueue Argument
      • Prompt and PromptQueue Arguments
    • Commands and Permissions
  • Configuration
    • CommandPrompter Configuration
      • Prompt-Prefix
      • Prompt-Timeout
      • Cancel-Keyword
      • Enable-Permission
      • Update-Checker
      • Argument-Regex
      • Debug-Mode
      • Enable-Unsafe and Modification-Delay
      • Show-Completed-Command
      • Fancy-Logger
      • Ignored-Commands
      • Permission-Attachment
      • Command-Tab-Complete
      • Allowed-Commands-In-Prompt
      • Ignore MiniMessage
    • Prompts Configuration
      • Chat Prompt
        • Clickable-Cancel
        • Cancel-Message
        • Cancel-Hover-Message
        • Response-Listener-Priority
      • Player UI
        • Skull-Name-Format
        • Skull Custom Model Data
        • Size
        • Cache-Size
        • Cache-Delay
        • PlayerUI Control Items
        • Sorted
        • Per-World
        • Empty-Message
        • Filter-Format
      • Anvil UI
        • Enable-Title
        • Custom-Title
        • Prompt-Message
        • Item
        • Enchanted
      • Sign UI
        • Input-Field-Location
        • Material
    • Internationalization (I18N)
  • Prompts
    • Chat Prompt
    • Anvil UI Prompt
    • Player UI Prompt
    • Sign UI Prompt
  • Features
    • Permission Attachment
    • Input Validation
    • Post Command
    • Console Delegate
    • Player Delegate
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Configuration
  2. CommandPrompter Configuration

Ignored-Commands

The Ignored-Commands option allows you to specify a list of commands that CommandPrompter should ignore.

Usage

You can configure the Ignored-Commands by editing the "config.yml" file as follows:

# What commands should CommandPrompter ignore
# 
# When a command is ignored, CommandPrompter
# will not proceed to check if the command
# contains a prompt.
# 
# Do not include the /
# 
# VentureChat channels are automatically ignored.
Ignored-Commands:
- sampleCommand
- sampleCommand2

In this example, the commands sampleCommand and sampleCommand2 are ignored by CommandPrompter.

Explanation

The Ignored-Commands option allows you to specify certain commands that CommandPrompter should not process. By listing these commands, you can ensure that CommandPrompter does not interfere with their execution.

VentureChat channels are automatically ignored by CommandPrompter

Example

To add more commands to the list of ignored commands, use the following configuration:

Ignored-Commands:
- sampleCommand
- sampleCommand2
- anotherCommand

This will include anotherCommand in the list of commands ignored by CommandPrompter.


Adjust the content to fit your documentation style and requirements.

PreviousFancy-LoggerNextPermission-Attachment

Last updated 1 year ago

Was this helpful?