mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-29 16:46:46 +01:00
Config
This commit is contained in:
parent
d59954d0f1
commit
6700ead160
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user