SlimeKnights / TinkersToolLeveling

Use tools. Gather xp. Get modifiers.
MIT License
34 stars 44 forks source link

XP Level Multiplier resets to default on server startup #117

Open Panduino opened 3 years ago

Panduino commented 3 years ago

I'm trying to change the multiplier to something lower like 1.25 and when the server starts it resets to 2. Is this not possible? It seems like the value is an integer rather than a float because if I use 1 or 3 it works fine

PieBob851 commented 3 years ago

I'm a few months late here, but there are a few lines of code in Config.java which check if the multiplier is lower than 2 and set it to 2 if so. I have no clue why it would work for 1; it shouldn't.

The value is a float.