Implement some chat colors/messages, coin drops, lobby lifecycle
This commit is contained in:
@@ -18,6 +18,11 @@ public class Configuration {
|
||||
m_root = rootConfig;
|
||||
}
|
||||
|
||||
public String getLobbyName() {
|
||||
ConfigurationSection lobbyConf = m_root.getConfigurationSection("lobby");
|
||||
return lobbyConf.getString("world");
|
||||
}
|
||||
|
||||
public Collection<String> getMapNames() {
|
||||
ConfigurationSection mapList = m_root.getConfigurationSection("maps");
|
||||
return mapList.getKeys(false);
|
||||
|
||||
Reference in New Issue
Block a user