We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f2721ed + bb96ecd commit 96528baCopy full SHA for 96528ba
2 files changed
command-bungeecord/build.gradle.kts
@@ -16,6 +16,7 @@ modrinth {
16
versionType.set("beta")
17
uploadFile.set(tasks.shadowJar)
18
gameVersions.addAll(
19
+
20
"1.20",
21
"1.20.1",
22
"1.20.2",
@@ -32,6 +33,8 @@ modrinth {
32
33
"1.21.6",
34
"1.21.7",
35
"1.21.8",
36
+ "1.21.9",
37
38
)
39
loaders.add("bungeecord")
40
loaders.add("waterfall")
command-velocity/build.gradle.kts
@@ -17,6 +17,7 @@ modrinth {
23
@@ -33,6 +34,8 @@ modrinth {
loaders.add("velocity")
41
changelog.set("https://docs.simplecloud.app/changelog")
0 commit comments