diff --git a/.github/workflows/generate-artifacts.yml b/.github/workflows/generate-artifacts.yml index 1332fab03..0036f48a3 100644 --- a/.github/workflows/generate-artifacts.yml +++ b/.github/workflows/generate-artifacts.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - platform: [Bukkit, Paper, Minestom, Folia] + platform: [Bukkit, Paper, Minestom] runs-on: ubuntu-latest steps: diff --git a/examples/paper/build.gradle.kts b/examples/paper/build.gradle.kts index e2af886af..95095b1ba 100644 --- a/examples/paper/build.gradle.kts +++ b/examples/paper/build.gradle.kts @@ -36,7 +36,7 @@ bukkit { version = project.version.toString() description = "Minecraft Inventory API framework sample plugin" website = "https://github.com/DevNatan/inventory-framework" - apiVersion = "1.20" + apiVersion = "1.13" authors = listOf("SaiintBrisson", "DevNatan", "sasuked", "nicolube") foliaSupported = true diff --git a/inventory-framework-platform-bukkit/build.gradle.kts b/inventory-framework-platform-bukkit/build.gradle.kts index d11d2fdb2..6a29127ff 100644 --- a/inventory-framework-platform-bukkit/build.gradle.kts +++ b/inventory-framework-platform-bukkit/build.gradle.kts @@ -37,7 +37,7 @@ bukkit { version = project.version.toString() description = "Minecraft Inventory API framework" website = "https://github.com/DevNatan/inventory-framework" - apiVersion = "1.20" + apiVersion = "1.13" authors = listOf("SaiintBrisson", "DevNatan", "sasuked") foliaSupported = true } \ No newline at end of file