We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1eb289 commit ab7d8f9Copy full SHA for ab7d8f9
README.md
@@ -5,7 +5,7 @@
5
## Compatibility
6
7
- Support Java 8 and higher
8
-- Support 1.12.2 - Latest Minecraft version (1.20.3)
+- Support 1.12.2 - Latest Minecraft version (1.21.1)
9
- Compatible with Spigot / Paper / Paper Forks / Forge+Bukkit Hybrid Server
10
- Folia Support
11
build.gradle.kts
@@ -1,7 +1,7 @@
1
plugins {
2
`java-library`
3
`maven-publish`
4
- id("com.github.johnrengelman.shadow") version "8.1.1" apply true
+ id("com.gradleup.shadow") version "8.3.0"
}
group = "systems.kscott"
0 commit comments