diff --git a/build.gradle.kts b/build.gradle.kts index 3ca56b2b..64d070dd 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { id("io.freefair.lombok") version "8.14" apply false id("com.gradleup.shadow") version "8.3.7" apply true id("dev.architectury.loom") version "1.11-SNAPSHOT" apply false - id("xyz.jpenilla.run-paper") version "2.3.1" apply false // Adds runServer and runMojangMappedServer tasks for testing + id("xyz.jpenilla.run-paper") version "3.0.2" apply false // Adds runServer and runMojangMappedServer tasks for testing id("net.minecrell.plugin-yml.bukkit") version "0.6.0" apply false // Generates plugin.yml //id("io.papermc.paperweight.userdev") version "1.7.7" apply false id("architectury-plugin") version "3.4-SNAPSHOT" apply true