Releases: Karanum/AdamantineShield
AdamantineShield v0.4.1
A special 'nohopper' version is available that removes the Hopper logging, since it seems like it may be causing issues for some people running the recommended SF version.
Changelog:
- Added lookup for chat messages and commands.
- Added Hopper logging (only for Sponge versions released after April 7th).
- Fixed Ender Chest interactions giving "no value present" errors.
AdamantineShield v0.4.0
Friendly reminder to update to the latest recommended Sponge version! Sponge changed how double chests work and this version of AdamantineShield assumes that this change is present on your server!
Changelog:
- Added logging options for plant and tree growth.
- Added logging options for chat messages and commands. This functionality is still incomplete and can not be looked up yet!
- AS now uses its own threadpool, meaning it no longer bogs down the Sponge scheduler.
- The config file will now update itself when new options are added.
- The file-end database option is now off by default, as it performs abysmally on anything but small servers and should not be used.
- Fixed double chest logging breaking itself in newer Sponge versions.
- Fixed database entries from appearing multiple times when performing lookups under certain circumstances.
- Fixed lookups being unable to find some players under certain circumstances.
AdamantineShield v0.3.3 (Now with API 7 support)
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.
Changelog:
- 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.
AdamantineShield 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).
Changelog:
- Added logging of block and item data.
- Lookups now show some of the block/item data when hovering over an entry.
AdamantineShield v0.3.1
AdamantineShield now has a Discord server! Join us for support, or just for a friendly chat, at: https://discord.gg/ubRAyrb
Changelog:
- 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
AdamantineShield 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)
Also, AdamantineShield now has a Discord server! Join us for support, or just for a friendly chat, at: https://discord.gg/ubRAyrb
Changelog:
- 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
AdamantineShield v0.2.3
Changelog:
- 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
AdamantineShield v0.2.2
Changelog:
- Fixed names of offline players showing as "null" in lookups
- Fixed errors in console caused by Sponge firing faulty events
Adamantine Shield v0.2.1 (Hotfix)
Fixed a fatal bug in v0.2.0 that caused an error when trying to perform a lookup.
AdamantineShield v0.2.0
Initial release version of AdamantineShield. Check the wiki for information on how to use this plugin.