SQLStatLogger is a statistics logger for the HGMGS plugin that allows users to track game statistics and save them to a MySQL database. It supports the /hg rank and /hg games commands to list the top players and previous games. It records the number of wins, losses, games and kills for each player and also the winner, start time, end time and arena name for each game.
| Name | Description | Example |
| SQLUser | Defines the user name to log in to the MySQL server. | root |
| SQLPassword | Defines the password which corresponds to the SQLUser. | thepassword |
| SQLHost | Defines the host location of the MySQL server. This should contain the host name, port and database name. | localhost:3306/myhgdata |
Located in HGMGS "config.yml":
statloggerJAR: SQL.jar SQLUser: root SQLPassword: password123 SQLHost: 3306/myhgdata