From 134f982d0bb39022d4b6fabadbf5d65b9ee48731 Mon Sep 17 00:00:00 2001 From: "Lukas Rieger (Blue)" Date: Thu, 12 Sep 2024 22:07:54 +0200 Subject: [PATCH] Update spigot supported version list --- implementations/spigot/build.gradle.kts | 4 ---- 1 file changed, 4 deletions(-) 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" )