TChat
Tect.host
  • Introduction
  • General
    • Addons
    • Basic chat
    • Commands and permissions
    • Utils
    • Placeholders
  • Autobroadcast
    • Configuration
    • Command
  • BannedCommands
    • Configuration
    • Command
  • BannedWords
    • Configuration
    • Command
  • Channels
    • Configuration
    • Command
  • Chat Color
    • Configuration
    • Command
    • Menu
  • Chat Games
    • Configuration
      • Key words
    • Command
  • Custom Commands
    • Configuration
      • Conditionals
      • Loops
  • Ignore
    • Configuration
    • Command
  • Invsee
    • Configuration
  • Levels
    • Configuration
  • Me formatter
    • Configuration
    • Command
  • Polls
    • Configuration
    • Command
  • Print formatter
    • Configuration
    • Command
  • Show Ender Chest
    • Configuration
  • Tags
    • Configuration
    • Menu configuration
    • Command
  • Worlds
    • Configuration
Powered by GitBook
On this page
  1. Ignore

Configuration

Configuration file: config.yml

Default configuration

# #################################################################
# ┌─────────────────────────────────────────────────────────────┐ #
# │                            Ignore                           │ #
# └─────────────────────────────────────────────────────────────┘ #
# #################################################################

# /ignore (player)
ignore:
  # Enable/disable this command
  enabled: true
  # Blacklist of users who cannot be ignored
  blacklist:
    - "TectHost"
  • Enabled: Enable/disable full module (modular option)

  • Blacklist: Blacklisted users (cannot be ignored)

Last updated 8 months ago