ChatSentry Wiki
  • ChatSentry
  • Features
  • Compatibility details
  • Module list & info
  • FAQ
  • Perms & Cmds
    • Bypass & misc. permissions
    • Commands (and their permissions)
      • In-game view
      • In depth command usages
  • guides
  • Plugin installation & configuring guide
  • Network bridge setup guide
  • In depth Word & Phrase Filter block list setup
  • In depth Chat Executor guide & entry examples
  • Config guides
    • Main/core config guide
    • Module config guides
      • Admin Notifier
      • Anti Chat Flood
      • Anti Command Prefix
      • Anti Join Flood
      • Anti Parrot
      • Anti Statue Spambot
      • Auto Grammar
      • Auto Punisher
      • Cap Limiter
      • Chat Cooldown
      • Chat Executor
      • Command Spy
      • Link & Ad Blocker
      • Spam Blocker
      • Unicode Remover
      • Word & Phrase Filter
    • Lang file guide
  • contact
  • Get support, talk with other cs users, make suggestions, etc.
  • Plugin Files
    • Default plugin configs & other files
      • /ChatSentry
        • config.yml
        • lang.yml
        • storage.yml
        • changelog.txt
      • /ChatSentry/Modules
        • admin-notifier.yml
        • anti-chat-flood.yml
        • anti-command-prefix.yml
        • anti-join-flood.yml
        • anti-parrot.yml
        • anti-statue-spambot.yml
        • auto-grammar.yml
        • auto-punisher.yml
        • cap-limiter.yml
        • chat-cooldown.yml
        • chat-executor.yml
        • command-spy.yml
        • link-and-ad-blocker.yml
        • spam-blocker.yml
        • unicode-remover.yml
        • word-and-phrase-filter.yml
  • Misc info and resources
    • Preset word lists for the word and phrase filter
    • ChatSentry's SpigotMC Page
  • API
    • About
    • Accessing the API
    • API Documentation
      • Events
      • Methods
  • Development
    • v5 Changelog
    • Legacy Changelogs
      • v4 Changelog
      • v3 Changelog
      • v2 Changelog
      • v1 Changelog
  • legal
    • Terms of Use Agreement
Powered by GitBook
On this page
  • /<> lookup
  • /cswarnings
  • Other commands

Was this helpful?

  1. Perms & Cmds
  2. Commands (and their permissions)

In depth command usages

/<> lookup

Syntax: /chatsentry lookup <tr:[..]d|h|m|s &| p:[..] &| vt:[..]> or <all>

Examples:

/chatsentry lookup tr:10d p:Notch - shows all violations of player Notch within 10 days.

/chatsentry lookup vt:message-filter-block - shows all word and phrase filter detections

Available filters ("flags") are:

  • "timerange:<number>" (tr) - filters results to a time range. Add s (seconds), m (minutes), h (hours) or d (days) at the end of the number to determine the range.

  • "player:<player>" (p) - filters results to only violations of the specified player.

  • "violationtype:<violation type>" (vt) - filter results to a specified violation type.

    • Valid violation types:

      • on-cooldown

      • link-or-ad-block

      • message-filter-block

      • word-replacer-replace (legacy)

      • chat-modifier-modify (legacy)

      • chat-executor-match

      • spam-block

      • unicode-character-block

      • cap-limiter-block

      • anti-parrot-block

      • anti-chat-flood-block

      • anti-statue-spambot-block

      • anti-join-flood-block

  • To show all logged violations, you can use "all" instead of any flags.

1 or multiple of the above filters can be applied in a lookup.

/cswarnings

Syntax: /cswarnings <subcmd>

Subcommands: clearmodulewarnings (or cmw) <player> <module or 'all'>

pardonallmanual (or pam) <player>

pardononemanual (or pom) <player>

Other commands

Since most other commands are straightforward their usages are not shown here. If you are confused with a command and would like it's usage written here, please just ask!

PreviousIn-game viewNextPlugin installation & configuring guide

Last updated 4 years ago

Was this helpful?