trivernis
3f28c89f8d
Make chunk coordinates for setCenter optional
...
- use the player location if no coordinates have been provided (closes #41 )
4 years ago
trivernis
0bc38384b4
Change pause on join to have a configurable player count
...
Closes #31
4 years ago
trivernis
ecc9309b41
Update README
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
fd6b1e9190
Update README
4 years ago
trivernis
a6d5462433
Add abstruse badge to README
5 years ago
Trivernis
18ac52cab8
Merge pull request #33 from Trivernis/ci-config
...
Add caching to ci-config
5 years ago
trivernis
a377392fd2
Remove creation of .gradle directory due to errors
5 years ago
trivernis
ac3c068f5d
Add dependency resolving to install task
5 years ago
trivernis
3367af9adc
Create .gradle dir before installation
...
Create .gradle directory to avoid errors when unpacking cached files (I hope this helps).
5 years ago
trivernis
3cfa38e03d
Add .gradle to cache to speed up building
5 years ago
Trivernis
95102b1e86
Merge pull request #32 from Trivernis/ci-config
...
Ci config
5 years ago
trivernis
b587f491cf
Remove gradle install instructions from buildfile
5 years ago
trivernis
d52bc304f4
Rever to openjdk image
...
I've read it wrong lol
5 years ago
trivernis
dc802f9e00
Change to default docker and add jdk to install
5 years ago
trivernis
bd57087427
Remove openjdk version tag
5 years ago
trivernis
72618e3e50
Change version of image for ci
5 years ago
trivernis
b06018ec0d
Add abstruse ci config
5 years ago
trivernis
03eaf52dc3
Add more comments
5 years ago
trivernis
c090977021
Revert optimizations on spigot
...
Revert the optimizations which check if the chunk is already generated because
the function doesn't report the right value.
https://hub.spigotmc.org/jira/browse/SPIGOT-5541?attachmentOrder=desc
5 years ago
trivernis
be130adc6f
Improve spigot chunk generation
...
Add skipping of already generated chunks.
An issue remaining is that some chunks are still
not generated and the shape doesn't always match.
5 years ago
trivernis
2b121b67fd
Fix generation stopping one chunk too early
5 years ago
trivernis
0347730580
Improve performance of periodical chunk progress saving task
5 years ago
trivernis
572369192a
Add circlular generation tasks
5 years ago
trivernis
2eeff350f8
Add circular shape class
5 years ago
trivernis
53aec18a06
Change group for Chunkmaster dynmap markers
...
- Change the group to "Chunkmaster" to be able to disable all of those markers.
- Add a marker that displays the last chunk that has been generated and refreshes
every 30 seconds.
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
832b1c4b55
Add command to set and get the center
...
- Add getCenter command to get the center of the world used for generation
- Add setCenter to set the world center for generation tasks. If there is already a task running for the world the center for that task will not be affected.
- Fix SQL problem with multiple queries at the same time creating new connections
- Add translations for new commands
- Add Examples to Readme
- Add new table to safe world centers
- Add query to Generation manager to get the center of the world for new generation tasks
5 years ago
Trivernis
bdac496ce2
Fix unique world sql error
...
Fix error thrown by unique constrain for the world name in the sql table. The error occurs because the data from the database is loaded lazily after several seconds. If a task was started before that it wouldn't be checked against the existing tasks since they haven't been loaded yet. Fixed by loading the tasks if none exists when the generate command is invoked.
5 years ago
trivernis
a09bebb6fa
Update README
5 years ago
trivernis
ecc3165f1f
Add delay to starting of generation tasks
...
Add a delay to the starts of the tasks so that they don't all start on the same tick. To completely avoid two tasks being executed on the same tick, the "period" config option should be set to the expected number of tasks or higher.
5 years ago
trivernis
6cb39ce843
Remove logging of eta in seconds
5 years ago
Trivernis
eb222ad582
Merge pull request #23 from Trivernis/utf-8-i18n-properties
...
Utf 8 i18n properties
5 years ago
trivernis
109699f639
Remove unused dependencies
5 years ago
trivernis
e5f812e3bc
Fix unicode loading of i18n files
5 years ago
trivernis
1c94ced875
[wip] Try to load i18n file with utf-8 encoding
5 years ago
trivernis
a4d39bdb6b
Merge branch 'master' into develop
5 years ago
Trivernis
5f14885737
Update Plugin version in gradle file and README
5 years ago
Trivernis
407edff2df
Merge pull request #20 from Trivernis/develop
...
Release Beta 0.14
5 years ago
Trivernis
a4115ebdf7
Add ETA to periodic reports
...
Closes #17
5 years ago
Trivernis
3d8c47aee2
Update english i18n
5 years ago
Trivernis
965598de2b
Add i18n to every output
...
Closes #16
5 years ago
trivernis
bd731c85f0
Add i18n to generation manager
5 years ago
trivernis
900600714e
Add i18n structure
5 years ago
trivernis
f88100be5f
Fix chunk center coordinate being calculated the wrong way
...
Fixes #19
5 years ago
Trivernis
f1ad4473de
Merge pull request #15 from Trivernis/develop
...
Fixes and changes to the sql structure
5 years ago
trivernis
f89be3a73c
Update Readme
5 years ago
Trivernis
24b2707293
Merge branch 'master' into develop
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