Minecraft SQLStatLogger mod 2026 download
logo
minecraft mod SQLStatLogger

SQLStatLogger

Game Version: CB 1.3.1-R2.0
Total Downloads: 2,233
Updated: Sep 12, 2012
Created: Sep 2, 2012
Download SQLStatLoggerDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
SQLStatLogger - v1.2 release 5.10 KB Sep 12, 2012 CB 1.3.1-R2.0 999 download SQLStatLogger SQLStatLogger - v1.2 releaseDownload
SQLStatLogger - v1.1 release 4.48 KB Sep 6, 2012 CB 1.3.1-R2.0 614 download SQLStatLogger SQLStatLogger - v1.1 releaseDownload
SQLStatLogger - v1.0 release 3.64 KB Sep 2, 2012 CB 1.3.1-R2.0 620 download SQLStatLogger SQLStatLogger - v1.0 releaseDownload

Description

Share this:

SQLStatLogger v1.1

About

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.

How to Use

  1. If not already in the "statistics" folder, download "SQL.jar" and put it in the "statistics" folder (folder is found with "config.yml" for the HGMGS).
  2. Download MySQL Community Server and optionally the MySQL Workbench.
  3. Add/change the "statloggerJAR" config in the HGMGS config.yml to "SQL.jar".
  4. Add the following configurations to the HGMGS config.yml file:
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

Example HGMGS Config File Contents

Located in HGMGS "config.yml":

statloggerJAR: SQL.jar
SQLUser: root
SQLPassword: password123
SQLHost: 3306/myhgdata

Comments

Add a comment