trivernis
1ebf3c96a8
Bump version and mention translators in README
4 years ago
trivernis
efb28e5ff9
Bump Version for Release
4 years ago
trivernis
94f70c39b0
Fix #66 , #70 Task progress being discarded on resume
4 years ago
trivernis
615280a2ed
Add stats command to print chunkmaster stats
...
- Server information
- Worlds chunk information
4 years ago
trivernis
928dfbf264
Fix #61 incorrect progress percentage
4 years ago
trivernis
29d0f8991e
Add option to pass the world name for cancel
...
- Add the option to pass the world name to chm cancel to cancel
generation tasks
- Fix #46 by adding additional error handling
4 years ago
trivernis
2eeff350f8
Add circular shape class
5 years ago
trivernis
d967dfd06d
Change sqlite-jdbc to be a compileOnly dependency
5 years ago
trivernis
8953b63c2b
Add integration for dynmap
...
By integrating with dynmap the plugin can show the area of the generation task for each world via an area marker and
triggers the rendering of tiles for generated chunks.
5 years ago
trivernis
a09bebb6fa
Update README
5 years ago
trivernis
109699f639
Remove unused dependencies
5 years ago
trivernis
1c94ced875
[wip] Try to load i18n file with utf-8 encoding
5 years ago
Trivernis
5f14885737
Update Plugin version in gradle file and README
5 years ago
trivernis
f89262e538
Add ignore-worldborder config option
...
- [Convert to unix linebreaks]
- Add ignore-worldborder config option to generate past the vanilla world border
5 years ago
Trivernis
b09b96d95c
Fixes and version change
...
- increased version number
- fixed stacktrace print for sql update manager
- closed table info in the update manager
5 years ago
Trivernis
8134ccde9c
Fixes and speed improvement
...
- added config parameter to define the number of chunks that should be generated per step
- probably fixed #3 by processing or canceling pending chunks before the world is saved
5 years ago
Trivernis
b9443c7487
Added bStats and changed jar build
5 years ago
Trivernis
08bec14df9
Generation task seperation
...
- Added interface GenerationTask
- added method to GenerationManager that creates a task depending on the server type
- added generation task for paper and spigot (to profit from async chunk loading)
5 years ago
Trivernis
1343dbf249
Working version
5 years ago
Trivernis
4d233480fe
Added Spiral class
...
- Spiral class to create spirals around a coordinate
5 years ago