BlockCreator is a minecraft plugin which aims to efficiently and compactly store the creator of each block in the block's chunk data.
The main idea of the plugin is that it would be useful for other plugin developers to use as an API for checking which blocks are naturally placed or not, or which blocks have been placed by which player, for as far as I have searched, no other plugin with this functionality currently exists for spigot servers.
Commands:
- /bcdebug - print your current chunk's data (permission:
blockcreator.debug)
- /bcinspect - toggle the block inspector mode (permission:
blockcreator.inspect)
- /bcsave - manually save the chunk you are stand in's data (permission blockcreator.save)
For more information on the API and algorithm - see the github.