File Details
CampfireRegen-2.0.0.jar
- R
- Mar 4, 2026
- 9.46 KB
- 541
- Early Access
File Name
CampfireRegen-2.0.0.jar
Supported Versions
- Early Access
CampfireRegen v2.0.0 Changelog
- Fixed server crash caused by
world.getBlock()being called from within the ECStick()method, which throwsIllegalStateException: Store is currently processing!as of the latest Hytale update - Block scanning is now performed asynchronously via
CompletableFuture, outside the ECS tick thread - The tick method now reads from a thread-safe in-memory cache (
ConcurrentHashMap) instead of querying world/chunk data directly - Cache entries refresh every 1.5 seconds per player position; duplicate async scans are suppressed while one is already running
- Changed
HytaleServer.jardependency fromimplementationtocompileOnlyto prevent Hytale's own classes from being bundled into the plugin JAR

