-
-
Notifications
You must be signed in to change notification settings - Fork 238
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
Extend the Folia Support from SirYwell #2171
Extend the Folia Support from SirYwell #2171
Conversation
* fix: add null-check for brush in traceMask - Fixes IntellectualSites#2149 * Switch to print from printError Co-authored-by: Alexander Brandes <[email protected]> --------- Co-authored-by: Alexander Brandes <[email protected]>
...main/java/com/sk89q/worldedit/folia/adapter/ext/fawe/v1_19_R3/PaperweightDataConverters.java
Outdated
Show resolved
Hide resolved
- This isn't necessarily targeting any fix, but I think we should be ensuring a ticket is being added to chunks "access asynchronously", as done by the getChunkAtAsync method
Improve user experience by adding an explanation to Disallowed-Blocks Configblock (IntellectualSites#2183)
…es#2204) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…ectualSites#2203) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…ectualSites#2202) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…ht.userdev.gradle.plugin to v1.5.5 (IntellectualSites#2201) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Used THIS build for some testing. Tried //pos1 & //pos2 (while being at certain points to select the area) ~1.2 Million blocks, then tried to do //set 0. I am sorry if this is the wrong place to report this, I am not sure if Im meant to make a new issue, since FAWE does not officially support FOLIA. |
Your paste are empty |
Also this is in very early state. It support can mean works but not in all cases or possibilities |
My bad, here are the errors |
Regarding being in an early state: |
Hello there, for me the PaperweightFaweAdapter is not loading, caused by an ClassNotFoundExeption Any idea why this happening? Folia Build: Error:
|
Thanks to report this. I think you builded littlebit wrong. But i am currently too busy with school exams to invetigate here. |
Nevermind I messed up with building Folia, it works now... |
Perfect, thanks |
# Conflicts: # build.gradle.kts # worldedit-core/src/main/java/com/sk89q/worldedit/extension/platform/PlatformCommandManager.java
Please take a moment and address the merge conflicts of your pull request. Thanks! |
1 similar comment
Please take a moment and address the merge conflicts of your pull request. Thanks! |
Is there any news about development? |
Closed and will be replaced by: #2309 |
Overview
I improved the original branch from @SirYwell some functions already works but still some tasks over.
Description
Add extended Folia Support.
Required local builded folia jar file
Submitter Checklist
@since TODO
.TODO's
This list will extended in the future.
Pre-build Jar Files
https://ci.athion.net/job/FastAsyncWorldEdit-Pull-Requests/view/change-requests/job/PR-2171/
🤖 Summary sponsored by copilot:
🤖 Generated by Copilot at db4808b
This pull request adds support for the Paper and Folia server APIs for Minecraft 1.19.4 to the
worldedit-bukkit
module and its adapters. It updates the classes that interact with the server to use the new methods and fields provided by the APIs, and adds the necessary dependencies and properties to the build files and theplugin.yml
file. It also fixes a bug that prevented the timer task from running on Folia.