-
-
Notifications
You must be signed in to change notification settings - Fork 239
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
Closed
TheMeinerLP
wants to merge
48
commits into
IntellectualSites:feature/folia
from
TheMeinerLP:feature/folia-support
Closed
Changes from 18 commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
a9e1d50
fix: add null-check for brush in traceMask (#2160)
dordsor21 b42f6a2
Update renovate.json (#2167)
NotMyFault ec343a9
Add folia support
TheMeinerLP a6e5950
Set paperweight to local dev build
TheMeinerLP 9095a74
Add a local folia dev build
TheMeinerLP 7bb5815
Add run folia task
TheMeinerLP 2c042b5
Port taskmanager for folia
TheMeinerLP abc39c3
Fix tasks manager
TheMeinerLP db4808b
Fix port for folia
TheMeinerLP 4f84e36
Remove maven local
TheMeinerLP 84e7dd4
Build back to paper adapter
TheMeinerLP 07ae60d
Add special adapter load for folia
TheMeinerLP 6c9bf0a
Add folia adapter
TheMeinerLP 5dd8903
Fix package for classes
TheMeinerLP bd59522
Fix package for classes
TheMeinerLP 240bf81
Improve search for folia adapter
TheMeinerLP 48d50ae
Fix shading of folia adapters
TheMeinerLP 4bee821
Add runFolia with snapshot version of run paper
TheMeinerLP e763695
Fix regen command
TheMeinerLP b3a56de
Fix UnsupportedOperationException on disable
TheMeinerLP 7c3c91f
Use new method to check of is running on "main thread"
TheMeinerLP 034aa10
Implement dirty workaround for get data from right ticking region
TheMeinerLP ba778fe
Implement dirty workaround for get data from right ticking region
TheMeinerLP b605445
Implement dirty workaround for get data from right ticking region
TheMeinerLP 434a58f
Improve scheduling for chunk data of regen
TheMeinerLP 6c0b7ac
Fix compass tool
TheMeinerLP eb34a4f
Merge remote-tracking branch 'fork-https/feature/folia-support' into …
TheMeinerLP 2b51896
Improve testability by adding more versions of runPaper to the build …
TheMeinerLP bb8c9d2
Update dependency org.bstats:bstats-base to v3.0.2 (#2170)
renovate[bot] 2dc8f7b
Update paperweight version for 1.19.4 (#2166)
NotMyFault a42864e
[ci skip] Move renovate config to .github folder
NotMyFault da4d966
Fix Misaligned SVG In IJ project view (#2174)
TheMeinerLP e4158ac
fix: invalidate cached FaweMask when a plot is unlinked (#2157)
dordsor21 5cd9616
fix: Ensure BaseBlock is not returned when a BlockState is wanted in …
dordsor21 86acb1c
Simplify command dispatch to ensure command order (#2131)
SirYwell 05afaf0
Address incompatibilities after CraftChunk changes in spigot (#2179)
SirYwell 8cfb8cb
chore: add chunk tickets to all chunks accessed (#2163)
dordsor21 488a2e5
Add an explanation to Disallowed-Blocks Comment (#2186)
360shvit c86dfe4
Ensure regen step not running on the main thread (#2185)
SirYwell abe1202
Release 2.6.1
NotMyFault 9f3c909
Back to snapshot for development
NotMyFault ffe704d
Update dependency org.mockito:mockito-core to v5.3.1 (#2204)
renovate[bot] 909b7d2
Update dependency org.ajoberstar.grgit:grgit-gradle to v5.2.0 (#2203)
renovate[bot] 4779bd4
Update plugin xyz.jpenilla.run-paper to v2.1.0 (#2205)
renovate[bot] 950a3f9
Update dependency com.github.TownyAdvanced:Towny to v0.99.0.5 (#2202)
renovate[bot] 92a6ff5
Update dependency io.papermc.paperweight.userdev:io.papermc.paperweig…
renovate[bot] e2cb7ea
Merge branch 'main' into feature/folia-support
TheMeinerLP f1bb12c
Fix duplicated import
TheMeinerLP File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
worldedit-bukkit/folia-adapters/adapter-1_19_4/build.gradle.kts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
plugins { | ||
java | ||
} | ||
|
||
applyPaperweightAdapterConfiguration() | ||
|
||
repositories { | ||
gradlePluginPortal() | ||
} | ||
|
||
dependencies { | ||
paperweightDevBundle("dev.folia", "1.19.4-R0.1-SNAPSHOT") | ||
compileOnly("io.papermc:paperlib") | ||
} |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
This method must be kept
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.
This method is no longer existing at folia. Thats one many reasons why we have multiple adapters and seperated from main adapter