promotional bannermobile promotional banner

Campfire Regen

Lit campfires will slowly regenerate health when standing near

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 ECS tick() method, which throws IllegalStateException: 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.jar dependency from implementation to compileOnly to prevent Hytale's own classes from being bundled into the plugin JAR