mcMMO Combat Level

mcMMO Combat Level

32.1k Downloads

Does not work for 1.6.4

Zilacon opened this issue ยท 26 comments

commented

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.

commented

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.

commented

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.

commented

Even no errors on startup?

commented

Checked my logs when i put the plugin on the server, nothing.

commented

Wiping my logs and restarting server to double check.

commented

And /level shows also 0?

commented

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.

commented

Could you send me your config, please?

commented

Thank you, I guess I found the problem. I'll test a bit.

commented

What do you think the problem is?

commented

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.

commented

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.

commented

That's a good point. I'll test it.

commented

Thanks. Let me know what you find out.
Going to hop into bed now.

commented

Oh! I left the server and it errored!
Heres the error: http://pastie.org/pastes/10062317/text

Hope it helps.

commented

You can call it from the console with: /level

commented

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.

commented

Okay then good night. See you then.

commented

Im logging in, gimme a minute modpacks take forever on AMD cpus, dont know why.

commented

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.

commented

That was very helpful

commented

Could you make a release on github so i can put this on my server?

commented

Sorry for the delay, here you go:

https://github.com/games647/McCombatLevel/releases/tag/1.7.2

I hope it works for you.

commented

Thank you very much :D
I appreciate your quick response on the fix, most devs simply ignore me.

commented

It works! Thank you!