1
mirror of https://github.com/Shiewk/BlockHistory3.git synced 2026-04-28 04:24:17 +02:00
Files
BlockHistory/README.md
T
2025-01-25 14:20:19 +01:00

34 lines
1.6 KiB
Markdown

# BlockHistory
A simple but effective Paper Minecraft plugin that allows you to find griefers on your server more easily.
This plugin can help you find griefers more easily. The plugin saves when a block is broken or placed. That way you can easily see who broke or placed blocks.
## Usage
Install the plugin on your server, and it will start to track every block's history.
### Block history command
Then, if you need to view the history of a block, run **[/blockhistory history \<x> \<y> \<z>](https://github.com/Shiewk/BlockHistory3/blob/main/docs/commands.md)**. This will display the history of the block. It should look like this:
![BlockHistory history command chat output](https://github.com/user-attachments/assets/a89e2eb2-f34e-4834-98b3-412ca19c8f25)
This way, you can easily see changes like someone destroying your builds etc.
### Stats command
You can use the **[/blockhistory stats](https://github.com/Shiewk/BlockHistory3/blob/main/docs/commands.md)** command to see statistics about the plugin's disk usage and uptime. This is what the command's output looks like:
![BlockHistory stats command chat output](https://github.com/user-attachments/assets/cbcfb8a6-01a8-4737-a7a1-52427b2b891a)
## Supported interactions
Currently, the following block interactions are supported:
- Placing blocks
- Breaking blocks
- Buckets
- Exploding with end crystal / TNT / Creeper / Respawn Anchor / Bed
- Sign changes
- Opening containers
## Further documentation
- [Command list](https://github.com/Shiewk/BlockHistory3/blob/main/docs/commands.md)
- [Permission list](https://github.com/Shiewk/BlockHistory3/blob/main/docs/permissions.md)