CleverNucleus / playerex

Adds RPG attributes to Minecraft using the Fabric ecosystem.
MIT License
53 stars 38 forks source link

PlayerEx New Functions .json format #102

Closed Hojew closed 1 year ago

Hojew commented 1 year ago

Hey there! These are my configs. You can kinda see what I am going for but yeah its just not working when I try to run it "Not validated". Please let me know if you need more info

Config Config 2

Hojew commented 1 year ago

Okay So I actually got a valid .json file. I guess I just needed to hit tab and "}" more... but after it was validated the whole game crashed? I will attach the crash report below. maybe you can help me! Crash report.pdf

CleverNucleus commented 1 year ago

Hi there, The original issue was due to incorrect JSON formatting - as you correctly stated in your later comment, you were missing } in some places.

The subsequent crash report looks like it is still due to incorrect JSON data. Would you be able to show me the JSON file that was validated? Thanks.

Hojew commented 1 year ago

Hey! here is the JSON file. Thanks! Function 2.1.txt

CleverNucleus commented 1 year ago

Hi, Your file still has formatting issues like missing brackets. I have created a correctly formatted one for you: functions.json.txt.

I have noticed a small bug with how PlayerEx is displaying some of the attribute bonuses for Intelligence/Luckiness. You may see that skilling Intelligence says it will provide +1000% Heal Amplification. This is only a visual bug - it is still just providing +1% - this is similarly the case with some other attributes; just thought I'd give you the heads up for this one, since it was thanks to your issue that I noticed it. Hopefully I will have it fixed soon. Thanks.

Hojew commented 1 year ago

Got it! Thanks for your help!!