Recent content by localhostov

  • After careful consideration and due to limited usage, we’ve made the decision to discontinue the PaperMC forums. Moving forward, we recommend using Hangar for plugin uploads, and for all other community discussions and support, please join us on Discord.
  1. L

    Solved Hello everyone, I'm trying to use Hibernate for my paper server. I'm getting the error.

    I made a mistake, it turns out everything was already working, and the shadowJar task was already working out, I just didn't look at the build folder
  2. L

    Solved Hello everyone, I'm trying to use Hibernate for my paper server. I'm getting the error.

    can you tell me exactly how to use it? I use these flags to start a build: build shadowJar --offline -x test --continuous. and I still get the same error as before. here is my new configuration: plugins { id 'java' id("com.github.johnrengelman.shadow") version "8.1.1" } group =...
  3. L

    Solved Hello everyone, I'm trying to use Hibernate for my paper server. I'm getting the error.

    The plugin code is in github: https://github.com/andrewkydev/TestPlugin