Recent content by rqiiz_

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

    Error when connection to MongoDB database

    Hello, I have this error when i want to connect me to a mongoDB database. This code worked fine with a simple java class but not when i implement it into a plugin. public void connectBdd() { System.out.println("Connecting to BDD"); String connectionString =...