HTGLoggers
HTGLoggers is a powerful, easy-to-use logging plugin for Spigot servers, ideal for administrators who need detailed logs of player activities and server events.
Features
- Player Join/Leave Logging: Automatically logs when players join or leave the server.
- Chat and Command Logging: Captures all chat messages and commands for easy monitoring.
- Customizable Log Formats: Configure how logs are formatted, including timestamps and message styles.
- Easy Integration: Works seamlessly with other plugins like HTGClient for enhanced event handling.
- Lightweight and Efficient: Optimized for performance, ensuring minimal impact on your server.
- API for File Management: Offers an API for creating log files and sending logs directly to these files.
Configuration
Easily control which events are logged and how they appear in the config.yml file:
Code (YAML):
# config.yml
logging:
enabled
: true
format:
timestamp_format
:
"yyyy-MM-dd HH:mm:ss"
join_format
:
"[{time}] Player joined: {player}"
events:
log_join
: true
log_quit
: true
log_chat
: true
log_commands
: true
For more details, visit the
HTGLoggers Wiki.