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.
We have just opened documentation for our plugin, please visit our website HTG Docs on topic HTGLoggers.
Manage your servers with the help of our supporting plugins:
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!