For the complete documentation index, see llms.txt. This page is also available as Markdown.

Logs

The logs interface provides a global view of all player activity across the server, presented as a structured table. Unlike player profile logs which are scoped to a single user, this section covers all players at once.


Table Structure

Column
Description

Date / Time

Exact timestamp of the action

Player Nickname

The player who performed or was involved in the action

Player Action

Description of the event (connection, death, injury, etc.)

Details

Additional context β€” for example, the nickname of another player involved in a fight


Sorting & Filtering

  • Sort data by any column in ascending or descending order

  • Filter by event type to narrow down specific categories of actions

  • Search by player nickname for targeted investigations

This makes it straightforward to spot anomalies, track a specific player's activity timeline, or analyze behavior patterns across the server.

Last updated