Releases: cev-api/AntiLavaCast
Releases · cev-api/AntiLavaCast
AntiLavaCast v1.0.3
- Fixed startup error on some 1.21.11 forks where AntiLavaCast could fail to register events due to missing nested class references at runtime.
- Refactored internal storage/cache helper classes to top-level classes for more robust classloading across server implementations.
- Improved startup logging when CoreProtect is unavailable, disabled, or incompatible.
AntiLavaCast v1.0.2
Added
- CoreProtect integration to detect historical player-placed blocks, with cache and configurable lookback.
/lavacast coreprotectand/lavacast coreprotectlookbackcommands.- Disk-backed mark storage per chunk when CoreProtect is unavailable.
/lavacast mark radiuscommand to manually mark nearby blocks as player-based for height checks (max 100)
Changed
- Lava flow blocking now applies only to player-placed lava; natural lava flows normally.
- Replaced in‑memory placed‑block tracking with disk‑backed per‑chunk mark files (used by
/lavacast mark) when CoreProtect isn’t available.
AntiLavaCast v1.0.1
- Added toggle for logging
- Added attribution for lava casting to logs
AntiLavaCast
Initial Release