Pascal Koenig fca4b8c8cf Merge branch 'achievements'
Conflicts:
	src/de/sockenklaus/XmlStats/Datasource/AchievementsDS.java
	src/de/sockenklaus/XmlStats/Webserver.java
	src/de/sockenklaus/XmlStats/XmlStats.java
2011-09-15 21:55:57 +02:00
2011-08-28 00:16:14 +02:00
2011-09-01 22:32:17 +02:00
2011-08-27 15:00:25 +02:00
2011-09-02 23:23:17 +02:00

XmlStats

This plugin for the Bukkit Minecraft Server API (Homepage | Github) offers the possibility to access some playerstats via xml files. The provided data is basically generated by Stats.

Install

To install the plugin, simply place the compiled XmlStats.jar in your servers plugin directory and execute the /reload-command on your server. The plugin will create it's config file in the /plugins/XmlStats directory. To enable the webserver of the plugin you have to edit the config.yml, set the following value and reload the server again:

options.webserver-enabled: true

Usage

Game side

At this time of the development an Op is able to reload the plugin without reloading the whole server:

/xmlstats reload

Browser side

Afterwards you can access the following xml files:

For a list of all known players on your server:

http://server:port/users.xml 

For the added up stats of all known players:

http://server:port/userstats.xml

To fetch the stats of the given user:

http://server:port/userstats.xml?player=username    

To get data provided by the iConomy plugin:

http://server:port/money.xml

You can request gzip compressed files by using the parameter gzip=true. This works on all files:

http://server:port/userstats.xml?gzip=true
Description
A plugin for the bukkit server api that hooks in different other plugins and delivers their data in xml format.
Readme 14 MiB
Languages
Java 100%