
Monitor item pickups and drops with real-time alerts to OP players. Lightweight, configurable, with purple-themed interface and per-player toggles.
Advanced inventory monitoring and real-time item tracking for Minecraft servers!
StaffItemAlert is a powerful yet lightweight plugin designed for server administrators who need comprehensive control over valuable items. Get instant notifications when monitored items are moved, and use advanced inventory scanning tools to check any player's inventory online or offline with an intuitive GUI interface.
| Command | Description | Permission | Aliases |
|---|---|---|---|
/itemalert add <item> |
Add an item to the monitoring list | staffitemalert.admin |
/ia |
/itemalert remove <item> |
Remove an item from monitoring | staffitemalert.admin |
/ia |
/itemalert list |
View all currently monitored items | staffitemalert.admin |
/ia |
/itemalert check <player|all> [material|list] [online|offline|all] |
Scan player inventories for items. Opens GUI when run by a player, shows text output when run from console. | staffitemalert.check |
/ia |
/itemalert help |
Display comprehensive help information | staffitemalert.admin |
/ia |
/alerttoggle |
Toggle item alerts on/off for yourself | staffitemalert.receive |
/at, /togglealerts |
/ia check Steve → Scan Steve's inventory (online + offline) for monitored items
/ia check all → Scan all players for monitored items
/ia check Steve DIAMOND → Scan Steve's inventory for diamonds only
/ia check all NETHERITE_INGOT → Scan all players for netherite ingots
/ia check Steve list offline → Scan Steve's offline data for monitored items
/ia check all ELYTRA online → Scan only online players for elytras
Default Behaviors:
all (checks both online and offline players)list (uses your monitored items list)| Permission | Description | Default |
|---|---|---|
staffitemalert.admin |
Manage monitored items and access all plugin features | OP |
staffitemalert.receive |
Receive real-time item pickup/drop alerts | OP |
staffitemalert.check |
Scan player inventories (online and offline) | OP |
Note: staffitemalert.admin grants access to all features including the check command.
plugins/ folderplugins/StaffItemAlert/config.ymlThe plugin automatically creates config.yml in plugins/StaffItemAlert/ on first run:
# List of items to monitor for pickup/drop alerts
monitored-items:
- DIAMOND
- NETHERITE_INGOT
- ELYTRA
# Alert message format (supports Minecraft color codes)
# Placeholders: {player}, {action}, {item}, {amount}, {location}
alert-message: "&5&l[StaffItemAlert] &d{player} &7{action} &d{item} &7x{amount} at &d{location}"
# Default scope for check command when not specified
# Options: online, offline, all
auto-scope: all