Giter VIP home page Giter VIP logo

statistics-bukkit-plugin's Introduction

TravisCI StyleCI GitHub release

Github Issues GitHub pull requests License

Statistics Introduction

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.

Statistics v2.0

This is a new version of Statistics (v2.0) which is developed by Paul Vogel.

The Bukkit Plugin of Statistics has been updated and is currently working. I am developing the v2 at the moment which will bring new features.

  • In the Master branch you find the currently working (and tested) code.
  • In the Development branch you find the code for v2 which is under heavy development and my not work.

Statistics logo

Statistics for

Server

  • Startup and shutdown times
  • Current server status
  • Uptime statistics
  • Total gameplay
  • Online players

World

  • Distance Travelled
  • PVP, PVE, natural deaths
  • Blocks played and broken
  • Items picked up, dropped, used, eaten, etc.

Player

  • 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

Plugin

  • Vault (for money, groups, ...)

Requirements for the plugin

  • A Bukkit or Spigot server (Tested with versions: 1.8, 1.9, 1.10)

Requirements for the web panel

  • PHP 5.3.2 or greater
  • With GD2 lib
  • With cURL lib
  • With fsockopen
  • MySQL 5.5 or greater
  • With InnoDB support
  • With remote connections allowed

statistics-bukkit-plugin's People

Contributors

mariog1 avatar dazzel avatar coryf88 avatar pavog avatar crimsonfoxy avatar

Stargazers

DimBoy avatar

Watchers

James Cloos avatar  avatar

statistics-bukkit-plugin's Issues

not compile plugin

im change only
elMakers
https://maven.elmakers.com/repository/

mvn compile
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.wolvencraft.yasp:Statistics:jar:1.3.0
[WARNING] 'dependencies.dependency.systemPath' for com.matejdro.bukkit.jail:Jail:jar should not point at files within the project directory, ${project.basedir}/lib/hook_Jail.jar will be unresolvable by dependent projects @ line 116, column 25
[WARNING] 'dependencies.dependency.systemPath' for be.Balor.bukkit.AdminCmd:AdminCmd:jar should not point at files within the project directory, ${project.basedir}/lib/hook_AdminCmd.jar will be unresolvable by dependent projects @ line 124, column 25
[WARNING] 'dependencies.dependency.systemPath' for com.garbagemule.MobArena:MobArena:jar should not point at files within the project directory, ${project.basedir}/lib/hook_MobArena.jar will be unresolvable by dependent projects @ line 132, column 25
[WARNING] 'dependencies.dependency.systemPath' for com.palmergames.bukkit.towny.object:Towny:jar should not point at files within the project directory, ${project.basedir}/lib/hook_Towny.jar will be unresolvable by dependent projects @ line 140, column 25
[WARNING] 'dependencies.dependency.systemPath' for com.vexsoftware.votifier.model:Votifier:jar should not point at files within the project directory, ${project.basedir}/lib/hook_Votifier.jar will be unresolvable by dependent projects @ line 148, column 25
[WARNING] 'dependencies.dependency.systemPath' for net.slipcor.pvparena:PvpArena:jar should not point at files within the project directory, ${project.basedir}/lib/hook_PvpArena.jar will be unresolvable by dependent projects @ line 156, column 25
[WARNING] 'dependencies.dependency.systemPath' for com.gmail.nossr50:McMMO:jar should not point at files within the project directory, ${project.basedir}/lib/hook_McMMO.jar will be unresolvable by dependent projects @ line 164, column 25
[WARNING] 'dependencies.dependency.systemPath' for name.richardson.james.bukkit.banhammer:BanHammer:jar should not point at files within the project directory, ${project.basedir}/lib/hook_BanHammer.jar will be unresolvable by dependent projects @ line 172, column 25
[WARNING] 'dependencies.dependency.systemPath' for com.massivecraft.factions:Factions:jar should not point at files within the project directory, ${project.basedir}/lib/hook_Factions.jar will be unresolvable by dependent projects @ line 180, column 25
[WARNING] 'dependencies.dependency.systemPath' for org.kitteh.vanish:VanishNoPacket:jar should not point at files within the project directory, ${project.basedir}/lib/hook_VanishNoPacket.jar will be unresolvable by dependent projects @ line 188, column 25
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Statistics 1.3.0
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ Statistics ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to .
[INFO] Copying 1 resource to resources
[INFO] Copying 28 resources to patches
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ Statistics ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 158 source files to C:\mc\mc\Statistics-Bukkit-Plugin-master\target\classes
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.861 s
[INFO] Finished at: 2023-11-10T19:09:15+02:00
[INFO] Final Memory: 9M/112M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project Statistics: Compilation failure -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

No connection to database

Hi,

firstly, thanks for maintaining this plugin. I came from Statistics 1.2.4, and everything worked fine until Spigot 1.11, then I found your version but I'm unable to connect database, so... turned debug into true and:

[23:04:06] [Server thread/INFO]: Me issued server command: /plugman reload Statistics
[23:04:06] [Server thread/INFO]: [Statistics] Disabling Statistics v1.3.0
[23:04:14] [Server thread/INFO]: [Statistics] +-------- [ Hook Manager ] --------+
[23:04:14] [Server thread/INFO]: [Statistics] |    Hook Manager shutting down    |
[23:04:14] [Server thread/INFO]: [Statistics] |                                  |
[23:04:14] [Server thread/INFO]: [Statistics] +----------------------------------+
[23:04:14] [Server thread/INFO]: [Statistics] Enabling Statistics v1.3.0
[23:04:14] [Server thread/INFO]: [Statistics] +------ [ Fetching Patches ] ------+
[23:04:14] [Server thread/INFO]: [Statistics] |  All patch files are up to date  |
[23:04:14] [Server thread/INFO]: [Statistics] +----------------------------------+
[23:04:14] [Server thread/INFO]: [Statistics] Database connection established.
[23:04:14] [Server thread/INFO]: [Statistics] +-------- [ Hook Manager ] --------+
[23:04:14] [Server thread/INFO]: [Statistics] |     Hook Manager starting up     |
[23:04:14] [Server thread/INFO]: [Statistics] |                                  |
[23:04:14] [Server thread/INFO]: [Statistics] |                                  |
[23:04:14] [Server thread/INFO]: [Statistics] |         0 hooks enabled          |
[23:04:14] [Server thread/INFO]: [Statistics] +----------------------------------+
[23:04:14] [Server thread/INFO]: [Statistics] Starting to register commands
[23:04:14] [Server thread/INFO]: [Statistics] Scanning com.wolvencraft.yasp.cmd.DatabaseCommands for command methods (14 total)
[23:04:14] [Server thread/INFO]: [Statistics] Registering a command with alias: repatch
[23:04:14] [Server thread/INFO]: [Statistics] Registering a command with alias: dump
[23:04:14] [Server thread/INFO]: [Statistics] Registering a command with alias: reconnect
[23:04:14] [Server thread/INFO]: [Statistics] Registering a command with alias: patch
[23:04:14] [Server thread/INFO]: [Statistics] Registering a command with alias: sync
[23:04:14] [Server thread/INFO]: [Statistics] Scanning com.wolvencraft.yasp.cmd.PlayerCommands for command methods (11 total)
[23:04:14] [Server thread/INFO]: [Statistics] Registering a command with alias: book
[23:04:14] [Server thread/INFO]: [Statistics] Registering a command with alias: scoreboard
[23:04:14] [Server thread/INFO]: [Statistics] Scanning com.wolvencraft.yasp.cmd.PluginCommands for command methods (12 total)
[23:04:14] [Server thread/INFO]: [Statistics] Registering a command with alias: pause
[23:04:14] [Server thread/INFO]: [Statistics] Registering a command with alias: remove
[23:04:14] [Server thread/INFO]: [Statistics] Registering a command with alias: help
[23:04:14] [Server thread/INFO]: [Statistics] StatsBookListener loads
[23:04:14] [Craft Scheduler Thread - 3403/INFO]: [Statistics] Refreshing Online Session Cache.
[23:04:14] [Server thread/INFO]: [Statistics] Creating a new user session for someOtherUser1(#0)
[23:04:14] [Server thread/INFO]: [Statistics] Creating a new user session for someOtherUser2(#1)
[23:04:14] [Craft Scheduler Thread - 3407/INFO]: [Statistics] Creating a new user session for someOtherUser(#2)
[23:04:14] [Server thread/INFO]: [Statistics] Creating a new user session for someUser (#3)
[23:04:14] [Craft Scheduler Thread - 3402/INFO]: [Statistics] +-------------- [ Statistics ] --------------+
[23:04:14] [Craft Scheduler Thread - 3402/INFO]: [Statistics] | The plugin 'Statistics' has caused an error.
[23:04:14] [Craft Scheduler Thread - 3402/INFO]: [Statistics] | Please, create a new ticket with this error at
[23:04:14] [Craft Scheduler Thread - 3402/INFO]: [Statistics] | http://dev.bukkit.org/bukkit-mods/Statistics/
[23:04:14] [Craft Scheduler Thread - 3402/INFO]: [Statistics] | 
[23:04:14] [Craft Scheduler Thread - 3402/INFO]: [Statistics] | Bukkit   : git-Spigot-bfe6acd-b5b0a97 (MC: 1.11)
[23:04:14] [Craft Scheduler Thread - 3402/INFO]: [Statistics] | Plugin   : Statistics v1.3.0
[23:04:14] [Craft Scheduler Thread - 3402/INFO]: [Statistics] | Version  : 1.3.0
[23:04:14] [Craft Scheduler Thread - 3402/INFO]: [Statistics] | Error    : com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException
[23:04:14] [Craft Scheduler Thread - 3402/INFO]: [Statistics] |            Cannot add or update a child row: a foreign key constraint fails (`Statistics`.`stats_total_pve_kills`, CONSTRAINT `stats_fk_player_id13` FOREIGN KEY (`player_id`) REFERENCES `stats_players` (`player_id`) ON DELETE CASCADE ON UPDATE NO ACTION)
[23:04:14] [Craft Scheduler Thread - 3402/INFO]: [Statistics] +--------------------------------------------+
[23:04:14] [Craft Scheduler Thread - 3402/INFO]: [Statistics] | The stack trace of the error follows: 
[23:04:14] [Craft Scheduler Thread - 3402/INFO]: [Statistics] | 
[23:04:14] [Craft Scheduler Thread - 3402/INFO]: [Statistics] | com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException
[23:04:14] [Craft Scheduler Thread - 3402/INFO]: [Statistics] | at sun.reflect.GeneratedConstructorAccessor329.newInstance(Unknown Source)
[23:04:14] [Craft Scheduler Thread - 3402/INFO]: [Statistics] | at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[23:04:14] [Craft Scheduler Thread - 3402/INFO]: [Statistics] | at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
[23:04:14] [Craft Scheduler Thread - 3402/INFO]: [Statistics] | at com.mysql.jdbc.Util.handleNewInstance(Util.java:404)
[23:04:14] [Craft Scheduler Thread - 3402/INFO]: [Statistics] | at com.mysql.jdbc.Util.getInstance(Util.java:387)
[23:04:14] [Craft Scheduler Thread - 3402/INFO]: [Statistics] | at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:934)
[23:04:14] [Craft Scheduler Thread - 3402/INFO]: [Statistics] | at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3966)
[23:04:14] [Craft Scheduler Thread - 3402/INFO]: [Statistics] | at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3902)
[23:04:14] [Craft Scheduler Thread - 3402/INFO]: [Statistics] | at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2526)
[23:04:14] [Craft Scheduler Thread - 3402/INFO]: [Statistics] | at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2673)
[23:04:14] [Craft Scheduler Thread - 3402/INFO]: [Statistics] | at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2545)
[23:04:14] [Craft Scheduler Thread - 3402/INFO]: [Statistics] | at com.mysql.jdbc.StatementImpl.executeUpdateInternal(StatementImpl.java:1540)
[23:04:14] [Craft Scheduler Thread - 3402/INFO]: [Statistics] | at com.mysql.jdbc.StatementImpl.executeLargeUpdate(StatementImpl.java:2595)
[23:04:14] [Craft Scheduler Thread - 3402/INFO]: [Statistics] | at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1468)
[23:04:14] [Craft Scheduler Thread - 3402/INFO]: [Statistics] | at com.wolvencraft.yasp.db.Database.executeUpdate(Database.java:292)
[23:04:14] [Craft Scheduler Thread - 3402/INFO]: [Statistics] | at com.wolvencraft.yasp.db.Query.executeUpdate(Query.java:80)
[23:04:14] [Craft Scheduler Thread - 3402/INFO]: [Statistics] | at com.wolvencraft.yasp.db.Query.access$100(Query.java:39)
[23:04:14] [Craft Scheduler Thread - 3402/INFO]: [Statistics] | at com.wolvencraft.yasp.db.Query$DatabaseQuery.insert(Query.java:464)
[23:04:15] [Craft Scheduler Thread - 3402/INFO]: [Statistics] | at com.wolvencraft.yasp.db.data.pve.TotalPVEStats.fetchData(TotalPVEStats.java:86)
[23:04:15] [Craft Scheduler Thread - 3402/INFO]: [Statistics] | at com.wolvencraft.yasp.db.data.pve.TotalPVEStats.<init>(TotalPVEStats.java:62)
[23:04:15] [Craft Scheduler Thread - 3402/INFO]: [Statistics] | at com.wolvencraft.yasp.db.data.pve.PVEData.getNormalData(PVEData.java:57)
[23:04:15] [Craft Scheduler Thread - 3402/INFO]: [Statistics] | at com.wolvencraft.yasp.db.data.pve.PVEData.playerKilledCreature(PVEData.java:69)
[23:04:15] [Craft Scheduler Thread - 3402/INFO]: [Statistics] | at com.wolvencraft.yasp.session.OnlineSession.killedCreature(OnlineSession.java:246)
[23:04:15] [Craft Scheduler Thread - 3402/INFO]: [Statistics] | at com.wolvencraft.yasp.listeners.handlers.DeathHandler$MonsterDeath.run(DeathHandler.java:163)
[23:04:15] [Craft Scheduler Thread - 3402/INFO]: [Statistics] | at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftTask.run(CraftTask.java:71)
[23:04:15] [Craft Scheduler Thread - 3402/INFO]: [Statistics] | at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52)
[23:04:15] [Craft Scheduler Thread - 3402/INFO]: [Statistics] | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[23:04:15] [Craft Scheduler Thread - 3402/INFO]: [Statistics] | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[23:04:15] [Craft Scheduler Thread - 3402/INFO]: [Statistics] | at java.lang.Thread.run(Thread.java:745)
[23:04:15] [Craft Scheduler Thread - 3402/INFO]: [Statistics] | Multiple errors might have occurred, only
[23:04:15] [Craft Scheduler Thread - 3402/INFO]: [Statistics] | one stack trace is shown.
[23:04:15] [Craft Scheduler Thread - 3402/INFO]: [Statistics] +--------------------------------------------+
[23:04:15] [Craft Scheduler Thread - 3402/INFO]: [Statistics] Connection is still present. Malformed query detected.
[23:04:15] [Craft Scheduler Thread - 3561/INFO]: [Statistics] Took 0ms to retrieve SergiCasas's ID from cache.
[23:04:15] [Craft Scheduler Thread - 3578/INFO]: [Statistics] Took 0ms to retrieve Robotox's ID from cache.
[23:04:15] [Craft Scheduler Thread - 3596/INFO]: [Statistics] Took 0ms to retrieve Manthekilla's ID from cache.
[23:04:15] [Craft Scheduler Thread - 3616/INFO]: [Statistics] Took 0ms to retrieve Itz_Diego_'s ID from cache.
[23:04:15] [Craft Scheduler Thread - 3402/WARN]: [Statistics] Plugin Statistics v1.3.0 generated an exception while executing task 4353880
java.lang.NullPointerException
    at com.wolvencraft.yasp.session.OnlineSession.killedCreature(OnlineSession.java:247) ~[?:?]
    at com.wolvencraft.yasp.listeners.handlers.DeathHandler$MonsterDeath.run(DeathHandler.java:163) ~[?:?]
    at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-bfe6acd-b5b0a97]
    at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-bfe6acd-b5b0a97]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_111]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_111]
    at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
[23:04:15] [Craft Scheduler Thread - 3407/INFO]: [Statistics] +-------------- [ Statistics ] --------------+
[23:04:15] [Craft Scheduler Thread - 3407/INFO]: [Statistics] | The plugin 'Statistics' has caused an error.
[23:04:15] [Craft Scheduler Thread - 3407/INFO]: [Statistics] | Please, create a new ticket with this error at
[23:04:15] [Craft Scheduler Thread - 3407/INFO]: [Statistics] | http://dev.bukkit.org/bukkit-mods/Statistics/
[23:04:15] [Craft Scheduler Thread - 3407/INFO]: [Statistics] | 
[23:04:15] [Craft Scheduler Thread - 3407/INFO]: [Statistics] | Bukkit   : git-Spigot-bfe6acd-b5b0a97 (MC: 1.11)
[23:04:15] [Craft Scheduler Thread - 3407/INFO]: [Statistics] | Plugin   : Statistics v1.3.0
[23:04:15] [Craft Scheduler Thread - 3407/INFO]: [Statistics] | Version  : 1.3.0
[23:04:15] [Craft Scheduler Thread - 3407/INFO]: [Statistics] | Error    : com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException
[23:04:15] [Craft Scheduler Thread - 3407/INFO]: [Statistics] |            Cannot add or update a child row: a foreign key constraint fails (`Statistics`.`stats_total_pve_kills`, CONSTRAINT `stats_fk_player_id13` FOREIGN KEY (`player_id`) REFERENCES `stats_players` (`player_id`) ON DELETE CASCADE ON UPDATE NO ACTION)
[23:04:15] [Craft Scheduler Thread - 3407/INFO]: [Statistics] +--------------------------------------------+
[23:04:15] [Craft Scheduler Thread - 3407/INFO]: [Statistics] | The stack trace of the error follows: 
[23:04:15] [Craft Scheduler Thread - 3407/INFO]: [Statistics] | 
[23:04:15] [Craft Scheduler Thread - 3407/INFO]: [Statistics] | com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException
[23:04:15] [Craft Scheduler Thread - 3407/INFO]: [Statistics] | at sun.reflect.GeneratedConstructorAccessor329.newInstance(Unknown Source)
[23:04:15] [Craft Scheduler Thread - 3407/INFO]: [Statistics] | at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[23:04:15] [Craft Scheduler Thread - 3407/INFO]: [Statistics] | at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
[23:04:15] [Craft Scheduler Thread - 3407/INFO]: [Statistics] | at com.mysql.jdbc.Util.handleNewInstance(Util.java:404)
[23:04:15] [Craft Scheduler Thread - 3407/INFO]: [Statistics] | at com.mysql.jdbc.Util.getInstance(Util.java:387)
[23:04:15] [Craft Scheduler Thread - 3407/INFO]: [Statistics] | at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:934)
[23:04:15] [Craft Scheduler Thread - 3407/INFO]: [Statistics] | at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3966)
[23:04:15] [Craft Scheduler Thread - 3407/INFO]: [Statistics] | at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3902)
[23:04:15] [Craft Scheduler Thread - 3407/INFO]: [Statistics] | at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2526)
[23:04:15] [Craft Scheduler Thread - 3407/INFO]: [Statistics] | at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2673)
[23:04:15] [Craft Scheduler Thread - 3407/INFO]: [Statistics] | at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2545)
[23:04:15] [Craft Scheduler Thread - 3407/INFO]: [Statistics] | at com.mysql.jdbc.StatementImpl.executeUpdateInternal(StatementImpl.java:1540)
[23:04:15] [Craft Scheduler Thread - 3407/INFO]: [Statistics] | at com.mysql.jdbc.StatementImpl.executeLargeUpdate(StatementImpl.java:2595)
[23:04:15] [Craft Scheduler Thread - 3407/INFO]: [Statistics] | at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1468)
[23:04:15] [Craft Scheduler Thread - 3407/INFO]: [Statistics] | at com.wolvencraft.yasp.db.Database.executeUpdate(Database.java:292)
[23:04:15] [Craft Scheduler Thread - 3407/INFO]: [Statistics] | at com.wolvencraft.yasp.db.Query.executeUpdate(Query.java:80)
[23:04:15] [Craft Scheduler Thread - 3407/INFO]: [Statistics] | at com.wolvencraft.yasp.db.Query.access$100(Query.java:39)
[23:04:15] [Craft Scheduler Thread - 3407/INFO]: [Statistics] | at com.wolvencraft.yasp.db.Query$DatabaseQuery.insert(Query.java:464)
[23:04:15] [Craft Scheduler Thread - 3407/INFO]: [Statistics] | at com.wolvencraft.yasp.db.data.pve.TotalPVEStats.fetchData(TotalPVEStats.java:86)
[23:04:15] [Craft Scheduler Thread - 3407/INFO]: [Statistics] | at com.wolvencraft.yasp.db.data.pve.TotalPVEStats.<init>(TotalPVEStats.java:62)
[23:04:15] [Craft Scheduler Thread - 3407/INFO]: [Statistics] | at com.wolvencraft.yasp.db.data.pve.PVEData.getNormalData(PVEData.java:57)
[23:04:15] [Craft Scheduler Thread - 3407/INFO]: [Statistics] | at com.wolvencraft.yasp.db.data.pve.PVEData.playerKilledCreature(PVEData.java:69)
[23:04:15] [Craft Scheduler Thread - 3407/INFO]: [Statistics] | at com.wolvencraft.yasp.session.OnlineSession.killedCreature(OnlineSession.java:246)
[23:04:15] [Craft Scheduler Thread - 3407/INFO]: [Statistics] | at com.wolvencraft.yasp.listeners.handlers.DeathHandler$MonsterDeath.run(DeathHandler.java:163)
[23:04:15] [Craft Scheduler Thread - 3407/INFO]: [Statistics] | at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftTask.run(CraftTask.java:71)
[23:04:15] [Craft Scheduler Thread - 3407/INFO]: [Statistics] | at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52)
[23:04:15] [Craft Scheduler Thread - 3407/INFO]: [Statistics] | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[23:04:15] [Craft Scheduler Thread - 3407/INFO]: [Statistics] | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[23:04:15] [Craft Scheduler Thread - 3407/INFO]: [Statistics] | at java.lang.Thread.run(Thread.java:745)
[23:04:15] [Craft Scheduler Thread - 3407/INFO]: [Statistics] | Multiple errors might have occurred, only
[23:04:15] [Craft Scheduler Thread - 3407/INFO]: [Statistics] | one stack trace is shown.
[23:04:15] [Craft Scheduler Thread - 3407/INFO]: [Statistics] +--------------------------------------------+
[23:04:15] [Craft Scheduler Thread - 3407/INFO]: [Statistics] Connection is still present. Malformed query detected.
[23:04:15] [Craft Scheduler Thread - 3407/WARN]: [Statistics] Plugin Statistics v1.3.0 generated an exception while executing task 4353905
java.lang.NullPointerException
    at com.wolvencraft.yasp.session.OnlineSession.killedCreature(OnlineSession.java:247) ~[?:?]
    at com.wolvencraft.yasp.listeners.handlers.DeathHandler$MonsterDeath.run(DeathHandler.java:163) ~[?:?]
    at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-bfe6acd-b5b0a97]
    at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-bfe6acd-b5b0a97]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_111]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_111]
    at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
[23:04:15] [Craft Scheduler Thread - 3616/INFO]: [Statistics] Session is ready!
[23:04:15] [Craft Scheduler Thread - 3578/INFO]: [Statistics] Session is ready!
[23:04:15] [Craft Scheduler Thread - 3561/INFO]: [Statistics] Session is ready!
[23:04:15] [Craft Scheduler Thread - 3596/INFO]: [Statistics] Session is ready!
[23:04:17] [Finalizer/ERROR]: [Statistics] Failed to re-connect to the database. Data is being stored locally.
[23:04:17] [Finalizer/ERROR]: [Statistics] Failed to re-connect to the database. Data is being stored locally.
[23:04:17] [Finalizer/ERROR]: [Statistics] Failed to re-connect to the database. Data is being stored locally.
[23:04:17] [Finalizer/ERROR]: [Statistics] Failed to re-connect to the database. Data is being stored locally.
[23:04:17] [Finalizer/ERROR]: [Statistics] Failed to re-connect to the database. Data is being stored locally.
[23:04:17] [Finalizer/ERROR]: [Statistics] Failed to re-connect to the database. Data is being stored locally.
[23:04:17] [Finalizer/ERROR]: [Statistics] Failed to re-connect to the database. Data is being stored locally.
[23:04:17] [Finalizer/ERROR]: [Statistics] Failed to re-connect to the database. Data is being stored locally.
[23:04:17] [Finalizer/ERROR]: [Statistics] Failed to re-connect to the database. Data is being stored locally.
[23:04:17] [Finalizer/ERROR]: [Statistics] Failed to re-connect to the database. Data is being stored locally.
[23:04:17] [Finalizer/ERROR]: [Statistics] Failed to re-connect to the database. Data is being stored locally.
[23:04:17] [Finalizer/ERROR]: [Statistics] Failed to re-connect to the database. Data is being stored locally.
[23:04:19] [Craft Scheduler Thread - 3596/INFO]: [Statistics] Creating a new user session for someUser(#4)
[23:04:19] [Craft Scheduler Thread - 3594/INFO]: [Statistics] Took 0ms to retrieve someUser's ID from cache.
[23:04:20] [Craft Scheduler Thread - 3594/INFO]: [Statistics] Session is ready!
[23:04:20] [Craft Scheduler Thread - 3596/INFO]: [Statistics] Session is ready!
[23:04:20] [Craft Scheduler Thread - 3426/INFO]: [Statistics] Session is ready!
[23:04:20] [Craft Scheduler Thread - 3407/INFO]: [Statistics] Session is ready!
[23:04:20] [Craft Scheduler Thread - 3616/INFO]: [Statistics] Session is ready!
[23:04:21] [Craft Scheduler Thread - 3578/INFO]: [Statistics] Session is ready!
[23:04:21] [Craft Scheduler Thread - 3400/INFO]: [Statistics] Session is ready!
[23:04:21] [Craft Scheduler Thread - 3561/INFO]: [Statistics] Session is ready!

thanks in advance

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.