Created
August 18, 2013 17:34
-
-
Save Ribesg/6262884 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// !gstats | |
private class GlobalStats { | |
public String serversAmount; | |
public String serversDiff; | |
public String serversMax; | |
public String serversMin; | |
public String serversAvg; | |
public String playersAmount; | |
public String playersDiff; | |
public String playersMax; | |
public String playersMin; | |
public String playersAvg; | |
} | |
// !gstats auth | |
private class AuthStats { | |
public String authOnAmount; | |
public String authOnPercentage; | |
public String authOffAmount; | |
public String authOffPercentage; | |
} | |
// !gstats java | |
// !gstats os | |
// !gstats arch | |
// !gstats cores | |
// !gstats location | |
// !gstats version | |
// !gstats software |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment