Recent content by Renay

  • 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

    Solved Error with MySQL

    Thanks for your reply! I realized my mistake - I didn’t extract the MySQL connector into the output JAR, I just placed it there. Took me way too long to figure that out, haha! Anyway, have a nice day :D
  2. R

    Solved Error with MySQL

    Hello everyone, I've recently started working with the Velocity API and encountered an issue when trying to connect my plugin to a MySQL database. I've added the mysql-connector-j Maven dependency, but I keep running into an SQLException with the message "No suitable JDBC driver found." The...