Recent content by ItsRainingHP

  • 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. ItsRainingHP

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

    Hello! I use hibernate for my plugins as well. Very useful tool. I use maven but this should work. Do note, you need drivers to connect to the database. The drivers help make queries based on database type. dependencies { implementation "org.hibernate.orm:hibernate-core:6.2.3.Final"...