v0.3.3
If you are running a Minecraft 1.12.x server with SpongeVanilla 324+ or SpongeForge 2613+, you will need to download the JAR file ending with "api7". For older versions of SV and SF, despite being API 7, you will need to download the regular JAR file.
Added progress messages to the database update system.
Improved efficiency of block/item data compression.
Fixed issue where names of inactive players would not be recognized.
v0.3.2
Note: Logs created with this version will be somewhat larger than those created with v0.3.1 because the new block/item data functionality is not fully optimized yet. Make sure to account for this so your server does not run out of disk space!
If you want to help with data collection to improve optimization, let AS collect a few days' worth of logs, then execute this query in the database and send it to Karanum on the AS Discord.
Logs created with this version will be prepared for rollbacks once those are implemented. Logs created with older versions will not be fully rolled back (e.g. signs will not have text, certain blocks may be rotated incorrectly).
Added logging of block and item data.
Lookups now show some of the block/item data when hovering over an entry.
v0.3.1
Backported API 6 changes into API 5, so there's only 1 download now.
Added a message showing max lookup radius when the max radius is exceeded
Fixed explosions being logged as the instigating player
Fixed inventory changes of multiblock containers (e.g. double chests) not being logged
v0.3.0
MC 1.10 users should download the API-5 version, MC 1.11+ should download the API-6 version. (Note: not yet tested on MC 1.12)
Now supporting both Sponge API 5.1.0 and 6.0.0
Added #global filter to ignore the default radius
Optimized database structure, making it use less space
Fixed lookups not closing database connections
Fixed /as lookup result being ordered in reverse
Fixed items dropped directly from an inventory with Q not being logged
Minor text changes for consistency
v0.2.3
Added command: /ashield help
Changed lookup permission as it worked poorly with most permission systems
Fixed filtering issue where, if no radius was specified, the radius would be set to default anyway
Fixed more faulty event issues, this time involving the Inspector
v0.2.2
Fixed names of offline players showing as "null" in lookups
Fixed errors in console caused by Sponge firing faulty events
v0.2.1 (Hotfix)
Fixed a fatal bug in v0.2.0 that caused an error when trying to perform a lookup.
v0.2.0
Initial release version of AdamantineShield. Check the wiki for information on how to use this plugin.