Statistics
Plugin is not in development any more. Sorry for any inconveniences...
[ Installation | Configuration | Wiki ]
Looking for a high-end plugin that tracks your players' data? Look no further!
There are a few similar plugins out there, and they track a decent amount of data, however, Statistics takes it a step further and completely overhauls the stats tracking, bringing the amount of information collected to a staggering amount. Name a data point, and we are probably tracking it. This plugin was made to be highly customizable; it will do only what you tell it to do.
Features:
Server Statistics:
- Startup and shutdown times
- Current server status
- Uptime statistics
- Total gameplay
- Online players
- .... and more!
World Statistics:
- Distance Travelled
- PVP, PVE, natural deaths
- Blocks played and broken
- Items picked up, dropped, used, eaten, etc.
- .... and more!
Player Statistics:
- Player inventory
- Health, hunger, experience
- Armour rating
- Game mode
- Words said, command sent
- Login and logout times
- Time spent on the server
- Distance travelled
- Detailed kills and deaths
- ... and more!
Plugin Statistics:
- Vault (Money, Groups)
- ... more coming soon!
Others:
- All Statistics are displayed on an homepage
- Statistics can be displayed ingame on an scoreboard
- Statistics can be displayed ingame in an Book
Requirements:
- PHP 5.3.2 or greater
- GD2 library
- cURL library
- fsockopen
- MySQL 5.5 or greater
- InnoDB support
- remote connections allowed
-
View User Profile
-
Send Message
Posted Feb 10, 2014@MarioG1
no, suddenly this error appeared. The player heads was because the skin folder reset to lower access.
I'm just going to start over
-
View User Profile
-
Send Message
Posted Feb 10, 2014This Plugin is death :(
-
View User Profile
-
Send Message
Posted Feb 10, 2014@MatthewEnderle
Is everything working ?
-
View User Profile
-
Send Message
Posted Feb 9, 2014One thing I noticed is that player heads are just white. http://divinedynasty.net/stats/?page=player&name=MatthewEnderle
-
View User Profile
-
Send Message
Posted Feb 9, 2014@MatthewEnderle
Nevermind, I got it. I was running an older version of Java on my server. I fixed it this way.
OS: Ubuntu 12.04 lts
sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle-java7-installer
And type this to check the version: java -version
-
View User Profile
-
Send Message
Posted Feb 9, 2014I'm having an issue setting this up. The portal says the server is offline when it's NOT sending data to the db and the console is throwing this error
I however have this across three servers x.x.x.231 = Minecraft server x.x.x.232 = Web server http:divinedynasty.net/stats/ x.x.x.233 = MySql server
This isn't important to me, but it seems nice and a donation would be on it's way.
BTW I downloaded the "latest build", after trying to rebuild it locally, from http://dl.mctrakr.com/files/plugin/131/Statistics.jar
And I'm using the Current beta build of 1.7.2 http:dl.bukkit.org/downloads/craftbukkit/view/02457_1.7.2-R0.2/
Essentially, can you rebuild it again?
-
View User Profile
-
Send Message
Posted Feb 5, 2014@t0mmie_owner
Please open an ticket and post your issue as detailed as you can ;)
-
View User Profile
-
Send Message
Posted Feb 4, 2014I'll post the log soon, can't do it now.
-
View User Profile
-
Send Message
Posted Feb 4, 2014@t0mmie_owner
Sry i can't help you without an error log.
-
View User Profile
-
Send Message
Posted Feb 3, 2014I am getting a lot of errors saying: player interact event could not be parsed to Statistics, with alot of error text. This usually happens when new players join. What is causing this error, what does it mean, and how can it be fixed? And is my database screwed by these errors?
-
View User Profile
-
Send Message
Posted Feb 2, 2014@scimmia17
Can you send me the server log of the first start up (patching process) please.
EDIT:
Also delete all files in the patches folder and the tables and let the plugin recreate the database tables again.
-
View User Profile
-
Send Message
Posted Feb 1, 2014@MarioG1
I tried both solutions with no luck. Any other thoughts? It happens when the database is doing its 9 patches.
-
View User Profile
-
Send Message
Posted Jan 31, 2014@scimmia17
There are 2 ways to fix this depending on how important your tracked stats data is.
The easiest way to fix this is if you delete all the statistics tables in the database and let the plugin create new ones.
The other solution is to edit the databases manually but you have to find out which patches are not installed correct an run apply them manually (edit the tables through phpMyAdmin for example).
-
View User Profile
-
Send Message
Posted Jan 31, 2014Having an issue here bud:
http://pastebin.com/rnJrVxYX
I have a teamspeak which I can be available on if you would like.
Thanks!
-
View User Profile
-
Send Message
Posted Jan 31, 2014@Dazzel_
Mario told me to give you this http://pastebin.com/K9U5imwY he said you know how to fix
-
View User Profile
-
Send Message
Posted Jan 28, 2014@MarioG1
Maybe we should add another check for the cache dir in the index or init... :D
-
View User Profile
-
Send Message
Posted Jan 28, 2014@xH3LLRAIZ3Rx
If you haven't read my skype messages. Your web server isn't allowed to save/write files in the cache folder which is causing your problems.
-
View User Profile
-
Send Message
Posted Jan 27, 2014@xH3LLRAIZ3Rx
Check if you have the curl php extension, fsockopen and your cache directory is writable by the portal.
But as Mario already said, we need more information to figure this out. It would be better if you could post an ticket. Also set DEVELOPMENT mode to true in the init.php thus we get more informations...
-
View User Profile
-
Send Message
Posted Jan 27, 2014@MarioG1
im using Apache, i know it works cuz i have a xenforo site hosted on it
-
View User Profile
-
Send Message
Posted Jan 27, 2014@xH3LLRAIZ3Rx
What web server are you using to host your homepage?
It hast to support PHP to use this plugin.
EDIT:
Sry for my stupid question^^
Can you set display_errors = On in your php.ini and restart your web server?