BlockTrack

BlockTrack 1.0.2

Only use 1.0.3 to convert the database.
I added new database columns in 1.0.2 for block sub types. However, there was no code to add these new columns to older databases, only to create them from nothing. If you added the new plugin without deleting the database, every block break/place would result in a NullPointerException.

This update adds these columns when there is an exception in the BlockTrack and BlockHistory tables. When using this version of the plugin, only one more error should occur, then it should work as intended.
Support for block subtypes are now added. The different kinds of wood will show up separately in block histories and player tracking.

Bucket events are now added. Filling a bucket or emptying it now shows up on the player's tracking and the world block history.

Database calls are now asynchronous, and no longer hog the main thread. This will improve performance on servers with many players breaking and placing blocks.
This update adds permissions to the plugin.

For /blocktrack - blocktrack.track
For /blockhistory - blocktrack.history
Top