promotional bannermobile promotional banner

HTGLoggers (Public API)

Logs player commands, chat, join, leave events, and offers API for custom log management.

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.

JitPack

Documentation

We have just opened documentation for our plugin, please visit our website HTG Docs on topic HTGLoggers.

Supporting Plugins

Manage your servers with the help of our supporting plugins:

  • HTGVoteKick: A plugin for voting to kick players from the server.
  • HTG2137: A fan-made version of a popular plugin.

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

You can easily control which events are logged and how they appear in the config.yml file:

logging:
  enabled: true  # Czy logowanie jest włączone

  format:
    timestamp_format: "yyyy-MM-dd HH:mm:ss"  # Format znacznika czasu
    join_format: "[{time}] Player joined: {player}"
    quit_format: "[{time}] Player left: {player}"
    chat_format: "[{time}] Chat - {player}: {message}"
    command_format: "[{time}] Command - {player}: {command}"
    teleport_format: "[{time}] Teleport - {player} to {location}"  # Nowy format logowania teleportacji
    advancement_format: "[{time}] Advancement - {player}: {advancement}"  # Nowy format logowania osiągnięcia
    block_break_format: "[{time}] Block Break - {player}: {block}"  # Nowy format logowania niszczenia bloków

  events:
    log_join: true    # Loguj dołączenia graczy
    log_quit: true    # Loguj wyjścia graczy
    log_chat: true    # Loguj wiadomości na czacie
    log_commands: true  # Loguj użycie komend
    log_teleport: true  # Loguj teleportacje graczy
    log_advancement: true  # Loguj zdobycie osiągnięcia przez graczy
    log_block_break: true  # Loguj niszczenie bloków przez graczy

For more details, visit the HTGLoggers Wiki.

This includes the link to the HTGLoggers Wiki properly integrated. Let me know if you need any further adjustments!

The HTGLoggers (Public API) Team

profile avatar
  • 2
    Projects
  • 133
    Downloads

More from waleongames