v2.4

Details

  • Filename
    WorldGenerationControl_v2.4.jar
  • Uploaded by
  • Uploaded
    Nov 1, 2011
  • Size
    20.02 KB
  • Downloads
    869
  • MD5
    af7775227f93d75060e1f59ebee0f873

Supported Bukkit Versions

  • CB 1337

Changelog

  • Add /forceSave workaround for 1.9's AsyncChunkLoader silliness.
  • /allAtOnce now implies /forceSave
  • Make the memory limit a little more conservative to ensure we don't hit GC overhead errors on low memory servers
  • Once the memory limit has been hit, wait for ram to decrease below the limit by at least 10% before resuming
  • Tweak the NextTickList bug workaround - instead of flushing the list, just ensure it stays below a threshold.
    Should fix the minor lag spikes from the fix.
  • Minor optimizations