You're in Grave Danger

You're in Grave Danger

17M Downloads

Disable XP loss

SHSHYLO opened this issue ยท 4 comments

commented

not sure how to do this. no matter what i put nothing works and xp is still lost
"expConfig": {
"dropBehaviour": "VANILLA",
"dropPercentage": 0,
"keepPercentage": 100
},

commented

I assume you want 100% of player XP to be stored in the grave? For this you have to change dropBehaviour to PERCENTAGE. When left on VANILLA, the vanilla xp drop rate will kick in (can't drop more than 100 xp points which roughly translates to level 7).
Does this fix your problem or did I misinterpret your issue?

commented

It's been 24 hours and you have not responded, so I'll assume you managed to fix it, so I'll close the issue. If this did not fix your issue, let me know and I will have a more proper look at the issue at hand

commented

I assume you want 100% of player XP to be stored in the grave? For this you have to change dropBehaviour to PERCENTAGE. When left on VANILLA, the vanilla xp drop rate will kick in (can't drop more than 100 xp points which roughly translates to level 7). Does this fix your problem or did I misinterpret your issue?

Yeah this works thank you!!! Sorry for the late response, I've been working. Shouldn't this be said in the config or anywhere else?

commented

I mean it's mentioned on the wiki, but yes I should probably have it mentioned in the config somehow