This repository has been archived by the owner on Nov 5, 2023. It is now read-only.
Releases: Trivernis/spigot-chunkmaster
Releases · Trivernis/spigot-chunkmaster
Version 1.4.2
Version 1.4.1
Added
- missing zh translations
Version 1.4.0
Added
completed
command to get a list of all completed generation tasks- Generating indicator to stats command
- Unit Tests
Fixed
- Spaces not being possible in arguments due to bukkit argument parsing
- Permissions
Version 1.3.4
Version 1.3.3
Fix
- Placeholders in french translation
- Typo in permission definition
Version 1.3.2
Fixed
- missing percentage and ETA of tasks generating to the worldborder #90
- setCenter throwing an error when providing only a worldname as a player #94
- saving of pending chunks throwing an error when too many chunks are inserted #91
- error thrown on null dynmap version when using an outdated unsupported dynmap version #69
- task not resuming after player count reaches threshold #89
Release 1.3.1
Added
- missing mandarin translations (thanks @NPBeta)
Release 1.3.0
Added
- autostart config parameter to allow generation to be paused on startup (set to false)
- total expected chunk count to list command
- config parameters related to the unloading task
Changed
- requesting chunk generation to be done in a different thread and therefore not blocking the main thread
- chunk unloading to be done in a different context than the generation
- generation to have several stages
- seek: finds the first chunk that hasn't been generated yet
- generate: generates until the end of the task is reached
- validate: validates that all chunks have been generated
- correct: generates all chunks that are missing
- database to be accessed by DAOs only
- generation tasks to only have one task that handles both paper and spigot (by using PaperLib)
- table to store chunks that were pending when the server was stopped or were not generated when validating
Removed
- config parameters related to the old way of generating
- dynmap area marker that shows the last generated chunk
Fixed
- ETA not being calculated correctly
- some issues with chunks not being generated
- spiral shape to stop at the correct coordinates
- dynmap to show generation area markers in every world
Release 1.2.3
Added
- French translation provided by Corenb