- Refactored to make less strain on the bukkit event bus whenever a player joins a game or when a game ends.
- Consolidated inventory management code for consistency
- Removed direct access to leaderboards data via the API, added new API functions
LobbyGames#getGlobalLeaderboards(GameType gt) and
LobbyGames#createNewGlobalLeaderboard(GameType gt, Location loc)