Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

Releases: Trivernis/spigot-chunkmaster

Version 1.4.2

21 Apr 19:34
c12e96e
Compare
Choose a tag to compare

Added

  • Spanish Translation by Taichikuji #113

Version 1.4.1

19 Apr 07:26
da1ff68
Compare
Choose a tag to compare

Added

  • missing zh translations

Version 1.4.0

07 Mar 21:07
ebab533
Compare
Choose a tag to compare

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

07 Mar 13:27
689fea2
Compare
Choose a tag to compare
  • Updated build process

@doregon 's changes

  • Updated PaperLib
  • Updated Kotlin

Version 1.3.3

16 Nov 08:27
6144576
Compare
Choose a tag to compare

Fix

  • Placeholders in french translation
  • Typo in permission definition

Version 1.3.2

11 Aug 09:06
a0f6f48
Compare
Choose a tag to compare

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

27 Jul 19:21
82662bc
Compare
Choose a tag to compare

Added

  • missing mandarin translations (thanks @NPBeta)

Release 1.3.0

26 Jul 16:02
4d4107a
Compare
Choose a tag to compare

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

25 Jul 21:13
400295a
Compare
Choose a tag to compare

Added

  • French translation provided by Corenb

Release 1.2.2

25 Jul 09:27
434deb3
Compare
Choose a tag to compare

Added

  • Mandarin Translation provided by NPBeta and confirmed by ed3d3d
  • Translation chapter to the README