
Player Behavior Record
Record player behavior and send to kafka.
About this Mod
Player Behavior Record
Record player behavior and send to kafka.
Configuration
threadPoolSize
Thread pool size.
Default: 10
serverName
Server name, if you need install this mod on multiple servers, this could be used to identify which server the record is from.
Default: server
dataPointIntervalMs
Interval of data points for periodic record in milliseconds.
Default: 500
kafkaBootstrapServers
Kafka bootstrap servers.
Default: localhost:9092
kafkaReconnectBackoffMaxMs
Kafka reconnect backoff max ms.
Default: 5000
kafkaTopic
Kafka topic name.
Features
Player Location
Record player location with fixed interval.
Key: player_location
Value:
{
"time": "2024-01-01T00:00:00.000Z",
"serverName": "server",
"playerUUID": "00000000-0000-0000-0000-000000000000",
"playerName": "player",
"worldName": "minecraft:overworld",
"x": 0.0,
"y": 0.0,
"z": 0.0
}
Player Activity
Record player login/logout.and online time.
Key: player_activity
Value:
{
"time": "2024-01-01T00:00:00.000Z",
"serverName": "server",
"playerUUID": "00000000-0000-0000-0000-000000000000",
"playerName": "player",
"loginIP": "127.0.0.1",
"loginAt": "2024-01-01T00:00:00.000Z",
"logoutAt": "2024-01-01T00:00:00.000Z",
"onlineTimeSeconds": 0
}
Available Versions
How to Install Player Behavior Record on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set fabric Loader
In the panel under "Egg", select the fabric loader and matching Minecraft version (1.16.5).
Install Mod
Open the mod browser in the dashboard and search for "Player Behavior Record". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
1.16.5
Server-side
✓ RequiredRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
Player Behavior Record server crashes on startup – what to do?
Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.16.5). You can switch loaders with one click in the panel.
Is Player Behavior Record compatible with fabric?
Player Behavior Record officially supports fabric for Minecraft 1.16.5. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with Player Behavior Record – how to optimize performance?
Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if Player Behavior Record consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.
Similar Mods
Rent Modded Server
Install Player Behavior Record with just one click on your server.