Added new packages for both config and MySQL classes. Added static FileConfiguration variable config for the default config (inherited from JavaPlugin)
Added JDBC drivers to pom.xml, in order to access their Connection class and better PreparedStatements, and made MySQL singleton class with static connection variable. Javadocs will need some work, never made one before.
Yay I did something (confetti)!
Added new packages for both config and MySQL classes. Added static FileConfiguration variable config for the default config (inherited from JavaPlugin)
Added JDBC drivers to pom.xml, in order to access their Connection class and better PreparedStatements, and made MySQL singleton class with static connection variable. Javadocs will need some work, never made one before.