Skip to content

Commit 899d6c8

Browse files
committed
[Bukkit] Port chunk section editing
And also drop all the old stuff that doesn't build any more and I'm _not_ going back and fixing it
1 parent 6c85b7b commit 899d6c8

File tree

43 files changed

+743
-13588
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+743
-13588
lines changed

build-logic/src/main/kotlin/buildlogic.adapter.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import buildlogic.getLibrary
12
import buildlogic.stringyLibs
23
import buildlogic.getVersion
34

@@ -25,6 +26,7 @@ repositories {
2526

2627
dependencies {
2728
"implementation"(project(":worldedit-bukkit"))
29+
"implementation"(stringyLibs.getLibrary("paperLib"))
2830
constraints {
2931
"remapper"("net.fabricmc:tiny-remapper:[${stringyLibs.getVersion("minimumTinyRemapper")},)") {
3032
because("Need remapper to support Java 21")

config/checkstyle/checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ Checks based on Google Checks, modified for EngineHub.
184184
<property name="allowThrowsTagsForSubclasses" value="true"/>
185185
</module>-->
186186
<module name="MethodName">
187-
<property name="format" value="^[a-z][a-z0-9][a-zA-Z0-9_]*$"/>
187+
<property name="format" value="^([a-z][a-z0-9][a-zA-Z0-9_]*|[xyz])$"/>
188188
<message key="name.invalidPattern"
189189
value="Method name ''{0}'' must match pattern ''{1}''."/>
190190
</module>

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ includeBuild("build-logic")
7171

7272
include("worldedit-libs")
7373

74-
listOf("1.20.2", "1.20.4", "1.20.6", "1.21").forEach {
74+
listOf("1.21").forEach {
7575
include("worldedit-bukkit:adapters:adapter-$it")
7676
}
7777

worldedit-bukkit/adapters/adapter-1.20.2/build.gradle.kts

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)