Implemented /autoscan - this command will automatically scan the chunk you are entering for a specific block or entity. Requires the permission insights.autoscan.<block> or insights.autoscan.<entity> .
Implemented a block white/blacklist to regions. This will allow you to specify blocks which may be placed inside a region. Bypass with permission insights.regions.bypass.<block> .
config.yml changes:
Added general.region_blocks
messages.yml changes:
Added messages.autoscan
Added messages.region_disallowed_block
API changes:
Added PlayerChunkMoveEvent , an event which is called when a player moves between chunks. This event is cancellable to lock players inside a chunk
Added InsightsAPI#scan(Chunk, Material) to scan a single chunk for a single material.
Added InsightsAPI#scan(Chunk, EntityType) to scan a single chunk for a single entity.