plugins { entitylib.`java-conventions` `java-library` } repositories { maven("https://repo.papermc.io/repository/maven-public/") } dependencies { api(project(":common")) compileOnly(libs.velocity) compileOnly(libs.packetevents.velocity) annotationProcessor(libs.velocity) } tasks { withType { options.encoding = Charsets.UTF_8.name() options.release = 17 } }