Compatibility
Minecraft: Java Edition
1.21–1.21.8
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
Platforms
Creators
Details
Licensed CC-BY-ND-4.0
Published 4 weeks ago
Updated 4 weeks ago
⭐ Advanced Player Stats Addon
An addon for NSR-AI that adds advanced player statistics and privacy controls.
✔ In-Depth Stats • ✔ Per-Player Privacy • ✔ AFK Tracker
⚙ Core Features
- In-Depth Player Statistics — Track a wide range of player stats, including playtime, kills, deaths, blocks mined, and more.
- Per-Player Privacy — A comprehensive privacy system that allows players to control who can see their stats.
- AFK Tracker — Automatically detects when a player is AFK and notifies administrators.
- Natural Language Commands — Use more natural and intuitive commands to interact with the addon.
- "Did you mean?" for Player Names — Corrects spelling mistakes in player names to make commands easier to use.
Available Stats
playtime
- Total time playedhealth
- Current health pointshunger
- Current hunger leveldeaths
- Total number of deathskills
- Total number of killskd
- Kill-death ratioblocks_mined
- Blocks mined by playerblocks_placed
- Blocks placed by playerdistance_traveled
- Total distance traveledstreak
- Current PvP kill streakafk
- Is the player AFK?afktime
- Total time spent AFKlocation
- World name & dimension (or last seen if offline)
How to Install
- Download the latest version of the addon.
- Place the
NSR-AI-Advanced-Player-Stats.jar
file in theplugins/NSR-AI/addons
directory. - Restart your server. The addon will create its default configuration file and be ready to use.
Dependencies
- Required:
- NSR-AI: This addon requires the main NSR-AI plugin to be installed and enabled.
- Optional:
- PlaceholderAPI: Allows you to use the stats from this addon in other plugins.
Commands
/ai stats <player> - Shows all stats for a player.
/ai <stat> <player> - Shows a specific stat for a player.
/ai privacy <player> <feature> [on|off] - Toggles a privacy setting for a player.
/ai help stats - Shows a list of all player data commands.
# Irregular Command Examples
/ai kills by ansh
/ai ansh deaths
/ai what is the playtime of ansh
/ai show me the location of ansh
Permissions
nsr-ai.stats.view — Default: true
nr-ai.stats.view.others — Default: true
nsr-ai.privacy — Default: true
nsr-ai.admin.privacy — Default: OP
nsr-ai.admin.privacy.bypass — Default: OP
Example Configuration (privacy.yml)
default:
health: true
hunger: true
deaths: true
kills: true
kd: true
blocks_mined: true
blocks_placed: true
distance_traveled: true
playtime: true
afk: true
streak: true
location: true
stats: true
afks:
kick-timer: 8
Directory Tree
plugins/
└── NSR-AI/
└── addons/
├── NSR-AI-Advanced-Player-Stats.jar
└── NSR-AI-Advanced-Player-Stats/
├── playerprivacy/
│ └── <player_name>-<uuid>.yml
└── privacy.yml
Need help or found a bug? Comment below & I’ll respond ASAP!