Description
PlayerLogger
Track every player who joins your server. View stats in-game or on the web.
Drop it in your mods folder. That's it.
View Stats
In-Game: /list or /pl ui
Online: hytaletravelers.com/stats
Direct Link: hytaletravelers.com/stats/your.server.com
What It Tracks
- Playtime - Total time played, current session
- Combat - PvP kills, mob kills, deaths, damage dealt
- Building - Blocks placed, blocks broken
- Status - Online/offline indicator
Data syncs automatically to the cloud. No port forwarding needed.
Commands
| Command | Description |
|---|---|
/list |
Open the stats dashboard |
/players |
Same as /list |
/pl ui |
Open the stats dashboard |
/pl help |
Show commands |
Admin Commands
These require permissions:
| Command | Permission |
|---|---|
/pl wipe <player> |
playerlogger.command.wipe |
/pl wipe all |
playerlogger.command.wipe |
/pl reset <category> |
playerlogger.command.reset |
/pl reset <category> <player> |
playerlogger.command.reset |
Categories: all, combat, blocks, playtime, kills, deaths, damage
Discord Webhooks
Get notifications in your Discord server:
- Player joins and leaves
- Player deaths
- PvP kills
- Daily leaderboard
Setup:
- Discord Server Settings > Integrations > Webhooks
- Create webhook, copy URL
- Add to
config.json:
"webhookEnabled": true,
"webhookUrl": "https://discord.com/api/webhooks/..."
Configuration
Edit config.json in the plugin folder. All options have descriptions.
Cloud Sync
pushEnabled- Sync to HytaleTravelers (default: true)pushIntervalSeconds- Sync frequency (default: 30)serverName- Display name for your serverpublicListing- Appear on server browser (default: true)
Discord
webhookEnabled- Enable notificationswebhookUrl- Your webhook URLwebhookPlayerJoin/Leave/Death/Kill- Toggle each notification typewebhookDailyLeaderboard- Daily stats summarywebhookDailyLeaderboardHour- Hour to post (0-23)
Self-Hosted API
webEnabled- Run local JSON APIwebPort- API port (default: 8080)
Privacy
Set publicListing: false to hide from the server browser. Your stats page still works via direct link.
Support
Discord: discord.gg/CnJuHve8gn
Made by HytaleTravelers
