This commit is contained in:
2021-12-22 18:29:16 +01:00
parent 6b6ebbcd18
commit e0da2cd88d
5 changed files with 41 additions and 24 deletions

View File

@@ -12,6 +12,8 @@ import java.util.Calendar;
public class BMySQL {
private static Plugin plugin = BMain.plugin;
protected static Boolean Enable = false;
protected static String ip = "localhost";
protected static Integer port = 3306;
protected static String database;