Skip to content

Commit 2599f48

Browse files
committed
feat: add Folia server support
1 parent 0f0b9d5 commit 2599f48

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"java.configuration.updateBuildConfiguration": "automatic"
3+
}

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "de.steyon"
7-
version = "1.0"
7+
version = "1.1"
88

99
repositories {
1010
mavenCentral()

src/main/resources/plugin.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ authors: [ SteyOn ]
55
description: Official SteyOn Developer System for Minecraft Servers
66
website: https://github.com/SteyOn
77
api-version: '1.21'
8+
folia-supported: true
89

910
commands:
1011
plugmanager:

0 commit comments

Comments
 (0)