Skip to content

Commit f141b9f

Browse files
authored
Merge pull request #4 from simplecloudapp/feat/folia
feat: add Folia support to player plugin on spigot and paper
2 parents 450d276 + c5d80e5 commit f141b9f

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
`maven-publish`
1010
}
1111

12-
val baseVersion = "0.0.10"
12+
val baseVersion = "0.0.11"
1313
val commitHash = System.getenv("COMMIT_HASH")
1414
val timestamp = System.currentTimeMillis() // Temporary to be able to build and publish directly out of fix branch with same commit hash
1515
val snapshotVersion = "${baseVersion}-dev.${timestamp}-${commitHash}"

platform/paper/src/main/resources/paper-plugin.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ version: "1.0"
33
main: app.simplecloud.api.provider.paper.PaperApiProvider
44
loader: app.simplecloud.api.provider.paper.PaperLoader
55
api-version: "1.21"
6+
folia-supported: true

platform/spigot/src/main/resources/plugin.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: simplecloud-api
22
version: "1.0"
33
main: app.simplecloud.api.platform.spigot.SpigotApiProvider
44
api-version: "1.21"
5+
folia-supported: true
56

67
libraries:
78
- "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0"

0 commit comments

Comments
 (0)