diff --git a/implementations/spigot/build.gradle.kts b/implementations/spigot/build.gradle.kts index 89cf2f53..fe45e2d2 100644 --- a/implementations/spigot/build.gradle.kts +++ b/implementations/spigot/build.gradle.kts @@ -4,10 +4,6 @@ plugins { } val supportedMinecraftVersions = listOf( - "1.16.5", - "1.17", "1.17.1", - "1.18", "1.18.1", "1.18.2", - "1.19", "1.19.1", "1.19.2", "1.19.3", "1.19.4", "1.20", "1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6", "1.21" )