-
-
Notifications
You must be signed in to change notification settings - Fork 311
Re-Implement //regen #598
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Re-Implement //regen #598
Conversation
|
I'd be very glad about any input anyone might have with this.
|
Regen will now throw exceptions but they are not caught yet. ConversionSessions will now be closed when no longer being used instead of left open.
|
I made some small changes to the PR. Nothing major. |
|
It is neither fast nor Async. |
|
I'll have to look and see if there are any workarounds to generating a world asynchronously. |
|
performance improved to 1.2 million blocks/second, i.e. 256 chunks take 13 seconds |
* Update the issue template * Add a config.yml to the issue template
|
Tested on Spigot and Paper from 1.15.2 upwards, with and without custom generators: Works without a problem now |
MattBDev
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comments and questions. As soon as they are answered/addressed I approve.
worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/adapter/Regenerator.java
Outdated
Show resolved
Hide resolved
worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/adapter/Regenerator.java
Show resolved
Hide resolved
worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/adapter/Regenerator.java
Outdated
Show resolved
Hide resolved
worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/adapter/Regenerator.java
Show resolved
Hide resolved
worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/adapter/Regenerator.java
Show resolved
Hide resolved
worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/adapter/Regenerator.java
Outdated
Show resolved
Hide resolved
...dedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/adapter/impl/FAWE_Spigot_v1_15_R2.java
Outdated
Show resolved
Hide resolved
...dedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/adapter/impl/FAWE_Spigot_v1_15_R2.java
Outdated
Show resolved
Hide resolved
...dedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/adapter/impl/FAWE_Spigot_v1_16_R1.java
Outdated
Show resolved
Hide resolved
…ter/impl/FAWE_Spigot_v1_15_R2.java Co-authored-by: Matt <4009945+MattBDev@users.noreply.github.com>
…ter/impl/FAWE_Spigot_v1_15_R2.java Co-authored-by: Matt <4009945+MattBDev@users.noreply.github.com>
…ter/impl/FAWE_Spigot_v1_16_R1.java Co-authored-by: Matt <4009945+MattBDev@users.noreply.github.com>
SirYwell
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works great now! I've got one remaining point to discuss that I just forgot before...
worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/adapter/Regenerator.java
Outdated
Show resolved
Hide resolved
|
You guys are all legends! thank you so much for getting this working again :D |
Reimplement a working //regen for all current adapters. First trying to get it work on the current one, then try to backport it to the others
Tested on:
Paper 1.16.3
Spigot 1.16.3
Paper 1.16.1
Spigot 1.16.1
Paper 1.15.2
Spigot 1.15.2