added sql support so now people can use mongo or sql

This commit is contained in:
spacerocket62
2020-10-27 14:04:05 -07:00
parent d4cf8b7414
commit b8357b6d1d
6 changed files with 180 additions and 28 deletions

View File

@ -47,7 +47,6 @@ public class SQLConnection
"\t`ips` VARCHAR(65535),\n" +
"\tPRIMARY KEY (`uuid`)\n" +
");").execute();
PlexLog.log("Successfully created table `players`!");
} catch (SQLException throwables) {
throwables.printStackTrace();
}