
Big brother is watching YOU forever.
Ever wondered who's secretly hoarding diamonds or who's been suspiciously lucky with ancient debris? ResourcesTracker is the ultimate tool for server admins who want to maintain a fair and transparent gameplay environment.
This lightweight, high-performance plugin silently logs player activity—specifically, which blocks are broken and which items are picked up. It provides you with the detailed insights you need to identify potential cheaters (like X-rayers) and keep a close eye on your server's economy and player progress.
Using ResourcesTracker is simple and intuitive. The main command is /rstats.
To get a full statistical report for a player, use:
/rstats <player_name>
This will generate a book and place it in your inventory. The book contains a detailed, paginated list of all the blocks the player has broken and all the items they have picked up.
To narrow down the results to a specific item, simply add a search term:
/rstats <player_name> <search_term>
For example, to see how many diamonds a player has found, use:
/rstats Steve diamond
This will generate a book showing only statistics related to items with "diamond" in their name. The search is case-insensitive.
Don't want to receive alerts for a while? You can toggle them for yourself without affecting other admins.
/rstats notifications <enable|disable>
resourcestracker.notify: Players with this permission will receive the real-time alerts for high-value items. (Recommended for Admins/Mods only)Note: By default, the /rstats command is OP-only, but this can be changed in the config.yml.
The config.yml file is simple and well-documented, allowing you to customize the plugin to your needs.
# A list of materials that will trigger a notification.
notify-on:
- DIAMOND_ORE
- ANCIENT_DEBRIS
- NETHERITE_BLOCK
# Whether only OPs can use the /rstats command.
Only-OP: true
# Whether to check for new updates on startup.
check-for-updates: true