Recent content by Digital'Inc

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

    MySQL JDBC driver not found using mysql driver dependency

    Thanks, I've found a solution.
  2. D

    MySQL JDBC driver not found using mysql driver dependency

    The maven-shade-plugin didn't work for me. What helped me was adding (-cp "path\to\mariadb-java-client-3.3.0.jar") to the startup .bat file. But I would like to do without it. Could you show a minimal working plugin using mysql built through maven?