mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-11-04 11:03:43 +01:00 
			
		
		
		
	Config
This commit is contained in:
		@@ -59,6 +59,7 @@ public class Config extends AutoUpdateConfigLoader {
 | 
			
		||||
    public String getMySQLUserName() { return getStringIncludingInts(config, "MySQL.Database.User_Name"); }
 | 
			
		||||
    public int getMySQLServerPort() { return config.getInt("MySQL.Server.Port", 3306); }
 | 
			
		||||
    public String getMySQLServerName() { return config.getString("MySQL.Server.Address", "localhost"); }
 | 
			
		||||
    public int getQueueNumber() { return config.getInt("MySQL.ConcurrentQueues", 2); }
 | 
			
		||||
 | 
			
		||||
    public String getMySQLUserPassword() {
 | 
			
		||||
        if (getStringIncludingInts(config, "MySQL.Database.User_Password") != null) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user