1. Is ServerEntity better then ServerPlayer
I have found a post, comments there say that the ServerPlayer 'logic' is unnecessary and a ServerEntity instance should be created with the ServerPlayer. Why is that? And should ServerLevel.addNewPlayer be used or ServerLevel.addFreshEntity?
2. Does...
if you are building with the wrapper (gradlew), run ./gradlew --version.
My gradle version was 8.13 but gradlew used 8.8. I don't know how to update it. I just reinitialised the project.
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")...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.