ericgrandt / TotalEconomy

All in one economy plugin for Minecraft.
https://ericgrandt.github.io/TotalEconomy/
31 stars 33 forks source link

None existent sets #345

Closed SeaDonkey81 closed 5 years ago

SeaDonkey81 commented 5 years ago

Sponge Version: 1.12.2-2768-7.1.5 Forge Version: 14.23.5.2814 Total Economy Version: 1.8.1

Description of issue

Lumberjacking and Mining don't drop any exp orbs.

Console errors

Server thread/WARN [totaleconomy]: Job lumberjack has the nonexistent set "lumberjackSet"

Server thread/WARN [totaleconomy]: Job miner has the nonexistent set "ores"

Steps to reproduce

Related Configuration Files

https://gist.github.com/SeaDonkey81/23ac2c6b09ffebcc9537011e35953f99

MarkL4YG commented 5 years ago

Hey there 👋 ,
the casing in your configuration files is off (lumberjackset != lumberjackSet) and additionally, your jobSet configuration is not syntactically correct (according to HOCONLint you are missing a closing } at the end).

SeaDonkey81 commented 5 years ago

Thanks, that fixed it.

My next issue: Even though the blocks are dropping exp orbs I am not gaining any exp in that job field.

MarkL4YG commented 5 years ago

Good 👍

Even though one might think that, exp orbs are not related to TEs job exp counter. TE only adds the amount of exp specified in the job set for that specific block.
Can you tell us:

SeaDonkey81 commented 5 years ago

minecraft coal and yes, it was naturally generated. I mined 13 blocks of coal and my job command still stated level 1 - exp 0/100

MarkL4YG commented 5 years ago

And your job is actually "miner"? :thinking:

SeaDonkey81 commented 5 years ago

Correct

SeaDonkey81 commented 5 years ago

It's fixed. It must have been something conflicting with griefprevention. I had to uninstall it because i was getting some errors. I just now reinstalled GP and i'm getting exp from jobs now.

MarkL4YG commented 5 years ago

That might well be :eyes:
Glad to hear that it's fixed now :slightly_smiling_face: