Be aware that this branch (synchronized-region-save) is not the main branch (version/7.0.x)!

Branches other than the main one may be experimental. In addition, you should be using stable releases rather than these test builds.

Go to main branch View stable downloads
View last successful build
Branch#StatusChangesFinished
synchronized-region-save#2253Tests passed: 177
  • Synchronize on the class instead of the instance I didn't realize it before, but it looks like there is at least one instance of YamlRegionFile per world, so synchronizing on the instance wouldn't necessarily help. (5763f534 by tomylobo)
  • Synchronize YamlRegionFile#saveAll This prevents multiple invocations of the method from intersecting, which could potentially cause the .tmp file to be overwritten before being renamed, thus corrupting the region storage (7ba0fd3f by tomylobo)
9 months ago
synchronized-region-save#2244Tests passed: 177
  • Synchronize YamlRegionFile#saveAll This prevents multiple invocations of the method from intersecting, which could potentially cause the .tmp file to be overwritten before being renamed, thus corrupting the region storage (44516baa by tomylobo)
  • yaml ctors (c0cbe27e by wizjany)
  • Consider the summon command as plugin spawning (4a26e306 by joo200)
a year ago
  • «
  • 1
  • »