Does not work for 1.6.4
Zilacon opened this issue ยท 26 comments
Everyones level shows as 0. The plugin starts, the tags are shown (Prefix isn't compatible with other plugins so it does not display, i disabled this because of that) but everyone is lvl 0.
Even for people who have a total of 1000+ in levels on mcmmo are still 0.
I am running MCMMO: [mcMMO] Running version 1.4.08-b3544
Server: MCPC+ 1.6.4 Build 272
McCombatLVL: 1.7.1
Oh and my MCMMO is storing data on a MYSQL database. Not sure if that affects anything.
Did you see any errors in the log? Is the MySQL database localhosted?
You can try to manually edit the mcMMO stats in order to trigger a update. If it's still 0, then there have to be something wrong with the calculation process.
No errors, besides the combat lvl being 0 nothing is wrong with the plugin.
And yes the mysql database server is on the same dedicated server as the minecraft servers.
2015-03-30 01:20:05 [INFO] [McCombatLevel] Loading McCombatLevel v1.7.1
Is the only thing in the logs.
And is that a command from your plugin? Cause i am not on the server, getting ready for bed actually. Just looking at it from the console at the moment.
The mcMMO stats are loaded async (separate thread/task - concurrent). Sadly mcMMO doesn't notify if the loading is finished, so McCombatLevel waits three seconds, but it could possible happen that three seconds aren't enough and the loading process still runs.
If your mentioning threads i suppose i should mention my server is running TickThreading.
https://github.com/nallar/TickThreading
Which runs the entire server on multiple threads. But so far i have not had any problems with any plugins while using this.
Oh! I left the server and it errored!
Heres the error: http://pastie.org/pastes/10062317/text
Hope it helps.
Nope i cant, gotta login and do it. Empty server so i cant type a player in. Its late no ones on at this time.
Shows "Combat Level: 1" (I dont play much) but i asked my players when i was on before i made this if it said 0 for me and they said yes.
Sorry for the delay, here you go:
https://github.com/games647/McCombatLevel/releases/tag/1.7.2
I hope it works for you.
Thank you very much :D
I appreciate your quick response on the fix, most devs simply ignore me.