trivernis
bd731c85f0
Add i18n to generation manager
5 years ago
trivernis
900600714e
Add i18n structure
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
8b63643f7a
Changes to sql structure
...
- changed SqliteUpdateManager to SqliteManager
- added methods to execute sql with values and callback to the SqliteManager
- added auto close of statements
- switched to establishing a connection only when sql should be executed
5 years ago
Trivernis
a8729f2e03
Fixes and Generation progress
...
- added generation progress display
- fixed spigot generation task
- fixed generation units
- fixed generation configuration
5 years ago
Trivernis
350e774bb2
Fixes and Generation units
...
- generate command now accepts a unit parameter
- fixed the skipping of not generated chunks
5 years ago
Trivernis
7c953ac085
Added tpChunk command
...
- added tpchunk command
- changed help display on chunkmaster command
- removed autostart table column
5 years ago
Trivernis
209c84b9e7
Less verbose console output
...
- removed pausing and resuming message when no tasks are running
- stopping and resuming tasks on reload
5 years ago
Trivernis
5d0f158427
Changes to task cancelation and fix
...
- fixed generate command error on multiple tasks for one world
- changed check of task completion from polling to interrupt (via callback function)
5 years ago
Trivernis
132294d683
TabComplete for all subcommands
...
- added tab complete to all subcommands
- added list of paused task when no task is running
- added possibility to remove paused tasks
5 years ago
Trivernis
c49036e35b
Performance improvements
...
- improved performance on paper servers by using chunk coordinates instead of chunk instances to check if the chunk was generated
- moved generation stuff to lib/generation
5 years ago