Recent content by rec

  1. R

    Question Could not resolve io.papermc.paperweight:paperweight-userdev

    I can build the paperweight-test-plugin from PaperMC github. But I can't build my project written in kotlin. The project was initialy created with Intellij minecraft development plugin build.gradle.kts: plugins { kotlin("jvm") version "2.1.20" id("io.papermc.paperweight.userdev")...