I know there is getPlayerCount() and getMaxPlayerCount() both returning a int value.
It may be good to also have a getTotalPlayerCount() return an integer value of the total players?
Currently I have to do a SQL statement to return the COUNT(*) from the Players table, maybe useful for others?