- Compatible API Versions
- 1.0.9
- Sourcecode
- https://github.com/NoahBPeterson/BlockTrack
BlockTrack
A block tracking plugin for NukkitX which uses the DbLib plugin. Gives operators or anyone with the given permission the ability to check how many blocks and of what kind particular players have broken, as well as the ability to check individual blocks for information on when they were broken, and by whom.
Commands
/blocktrack <player> - Shows the number and type of blocks placed and destroyed by a given player, sorted by number of blocks destroyed.
/blocktrack <player> <blockType> - Shows the entry for the given blocktype.
/blocktrack <player> total <placed/destroyed> - Shows the total number of blocks created or destroyed by the given player.
/blockhistory - Shows the history of the blocks, including who altered them, when they did so, and what they altered. You must place or break a block after using the command to input the position to get the history.
This plugin requires DbLib.
Warning: If you started on 1.0.0 or 1.0.1, you must use 1.0.3 and break or place a block to upgrade your database, and immediately replace it with 1.0.2 or there will be errors. An easier fix is to delete your database, but this may not be an option if other plugins use the same database file.
A block tracking plugin for NukkitX which uses the DbLib plugin. Gives operators or anyone with the given permission the ability to check how many blocks and of what kind particular players have broken, as well as the ability to check individual blocks for information on when they were broken, and by whom.
Commands
Command | Usage | Permission |
---|---|---|
blocktrack | /blocktrack <player> | blocktrack.track |
blocktrack | /blocktrack <player> <blockType> | blocktrack.track |
blocktrack | /blocktrack <player> total [placed/destroyed] | blocktrack.track |
blockhistory | /blockhistory | blocktrack.history |
/blocktrack <player> <blockType> - Shows the entry for the given blocktype.
/blocktrack <player> total <placed/destroyed> - Shows the total number of blocks created or destroyed by the given player.
/blockhistory - Shows the history of the blocks, including who altered them, when they did so, and what they altered. You must place or break a block after using the command to input the position to get the history.
This plugin requires DbLib.
Warning: If you started on 1.0.0 or 1.0.1, you must use 1.0.3 and break or place a block to upgrade your database, and immediately replace it with 1.0.2 or there will be errors. An easier fix is to delete your database, but this may not be an option if other plugins use the same database file.