-
Notifications
You must be signed in to change notification settings - Fork 21
Logs
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.
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.
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
Staff having chatcontrol.bypass.log
permission won't have their actions logged.
Logs will be automatically cleaned after the Clean_After threshold you set in the Log section of settings.yml.
© MineAcademy | Code Unique Minecraft Plugins & Servers In 20 Days
Installation
Troubleshooting
Basics
Learn
- Channels
- Formats
- Rules
- Rules Creator
- Messages
- Variables
- JavaScript Variables
- Running JavaScript Code
- Logs
- Spying
- Books
Tweaking
- Performance
- Chat Bots
- Groups
- Sound Notify
- Newcomer
- Super Cool Messages
- Custom Commands
- Listener Priorities
- JSON
- API
Tutorials
About