Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

masterodie/craftStats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

~~~~ craftStats - A logging plugin on MySQL basis for craftbukkit ~~~~

thanks to alta189 for SQL Library

Instructions:
	
	- copy craftStats.jar into {server dir}/plugins
	- start the server once to let the Plugin create the settings file under 
	  {server dir}/plugins/craftStats/MySQL.properties and edit it to fit your needs
	- restart Server
	- the MySql Tables should be created after the fist Server start
	

Settings for MySQL.properties: 
			
	host:localhost  		//URL to your MySQL Server
	username:craftStats		//MySQL username
	password:craftStats		//MySQL password
	database:craftStats		//MySQL database
	table_prefix:cS_		//Table Prefix to identify craftStats tables in huge Databases

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages