watergov / Amethyst

GNU General Public License v3.0
1 stars 0 forks source link

Worked on MySQL and configuration (YAML) file management. #2

Closed Skippysunday12 closed 3 years ago

Skippysunday12 commented 3 years ago

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.