alkarinv / BattleTracker

A SQLbased tracker for minecraft. allows overall stats, tallies, and individual records.
2 stars 14 forks source link

TagAPI Listener #39

Open edwardlee opened 10 years ago

edwardlee commented 10 years ago

Every time I start up my server I get this warning:

[09:17:23] [Server thread/WARN]: [BattleArena] "BattleArena v3.9.5.7" has registered a listener for org.kitteh.tag.PlayerReceiveNameTagEvent on method "public void mc.alk.arena.listeners.competition.TagAPIListener.onNameTag(org.kitteh.tag.PlayerReceiveNameTagEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [alkarin].

I have the latest version of both Battle Tracker and TagAPI, is something wrong with my config? Nothing noticeably bad is happening to my server though.

alkarinv commented 10 years ago

Hmm, I swear I updated that a while ago, what version of TagAPI are you using?

This won't affect anything in the plugin. TagAPI is just letting people know that he changed his code and that his new code is much better.

edwardlee commented 10 years ago

Huh. The warning disappeared when I updated Battle Arena to the latest version and installed ProtocolLib. Also I'm using TagAPI version 3.0.4 now.