When a plugin or mod includes FastStats, the following information is collected by default:
- Server software name (e.g. Hytale, Paper, Folia, Velocity)
- Server software version
- Online / offline mode status
- Current player count
- Plugin or mod name
- Plugin or mod version
- Server ID (randomly generated)
- CPU core count
- Operating system name
- Operating system version
- Operating system architecture
- Java version
- Java vendor
Additionally, plugins and mods may opt in to error tracking, which collects:
- Error messages and stack traces from the plugin or mod itself
When error tracking is enabled, all error data is automatically anonymized:
- Folder paths that may contain usernames are redacted (e.g., /home/name, /Users/name, C:\Users\name)
- IPv4 and IPv6 addresses are redacted
- The system username (user.name property) is redacted
- Errors are deduplicated to avoid transmitting the same error multiple times
All listed data points are always collected together. There is no option to selectively disable individual values. However, error tracking and additional metrics (custom metrics collected by the plugin developer, not built in by FastStats) can be disabled independently.