Skip to content
Matej Pacan edited this page Nov 14, 2020 · 4 revisions

Using logs, you can see what happened in game while you were offline. If you have MySQL enabled, these logs will go directly to your database.

logs

You can use logs on these aspects of game:

  • Chat,
  • commands,
  • private messages,
  • mails,
  • signs,
  • books, and
  • items renamed on anvil.

You can use the "/chc log" command in game to view, and sort logs.

Logging Commands

You can also specify what commands will be logged in Command_List of settings.yml:

Command_List:  
    - /tell
    - /pm
    - /mail

If you want to log all commands except for some, type "@blacklist" on the first line and then commands that should not be logged:

Command_List:  
    - "@blacklist"
    - /login
    - /register
    - /reg

Bypassing Logs

Staff having chatcontrol.bypass.log permission won't have their actions logged.

Cleaning Logs

Logs will be automatically cleaned after the Clean_After threshold you set in the Log section of settings.yml.

Clone this wiki locally