Event Logging Overview
CoreProtect logs various types of events on your Minecraft server. Events are categorized by their source:
- Player - Actions performed by players (block placement, breaking, container access)
- Game - Game mechanics (fire spread, TNT explosions, entity grief)
- Entity - Non-player entity actions (creeper explosions, enderman griefing)
- Command - Command-related logs (chat, commands executed)
Common Actions
CoreProtect tracks these common action types:
| Action | Description |
|---|---|
+block | Block placed |
-block | Block broken |
+container | Item added to container |
-container | Item removed from container |
+inventory | Item added to inventory |
-inventory | Item removed from inventory |
kill | Entity killed |
click | Block clicked/interacted |
command | Command executed |
chat | Chat message sent |
User Types
Events are attributed to different user types:
| User | Description |
|---|---|
<player> | A player’s username |
#<entity> | An entity (e.g., #creeper, #enderman) |
#fire | Fire spread |
#lightning | Lightning strike |
#lava | Lava flow |
#water | Water flow |
#hopper | Hopper item movement |
For detailed event information and rollback capabilities, consult the CoreProtect Documentation or ask in the CoreProtect Discord.
