
A server-side Minecraft Fabric mod that detects and logs ore mining activities with permission support
A server-side Minecraft Fabric mod for Minecraft 1.21.1 that detects and logs ore mining activities with permission support.
oredetector.detectionmessages - Receive real-time mining notificationsoredetector.orelog - Access to ore log command/orelog [hours] (default: 24 hours)/orelog [hours]View ore mining history for the specified time period.
Examples:
/orelog - Show last 24 hours/orelog 6 - Show last 6 hours /orelog 168 - Show last week (max)Output includes:
| Permission | Description | Default |
|---|---|---|
oredetector.detectionmessages |
Receive real-time ore mining notifications | Operators |
oredetector.orelog |
Access to /orelog command |
Operators |
.jar file in your server's mods folderCurrently, the mod works out-of-the-box with no configuration required.
When a player mines a diamond vein:
[OreDetector] HelluPeptic mined 8 diamond ore in Overworld at 123, -45, 678
Using the log command:
/orelog 2
=== Ore Log - Last 2 Hours ====
Found 3 mining events:
[Jan 03 14:32:15] HelluPeptic mined 8x diamond at 123, -45, 678 (Overworld)
[Jan 03 13:45:22] HelluPeptic mined 12x iron at 234, 56, 789 (Overworld)
[Jan 03 13:12:08] GoodbyePeptic mined 4x gold at -45, 32, -123 (Nether)