PlayerEx: Directors Cut

PlayerEx: Directors Cut

18.5k Downloads

[Bug] Unlabeled Player Level Cap at 100?

AlexNorth-PNG opened this issue · 1 comments

commented

What happened? Describe in detail down below and include the mod version as well.

Despite the documentation saying the default level cap without a datapack is 2^31−1, I cannot seem to level up above 100, despite the UI saying I have the required XP. (The plus button to add a is clickable rather than greyed out but simply does nothing). This was happening on my multiplayer world, but I tested it on a single player world where I have access to the config and the same is happening (with no player level cap setting apparent in the config anyway)

What mod loaders is this problem occuring on?

Fabric

What do you think this bug is related to?

  • Visual
  • Feature Related
  • Crash
  • Mod Conflict
  • Others

Relevant logs

https://mclo.gs/pL5B01s

Anything else?

No response

By submitting this issue, I have confirmed I have followed all instructions and all my mods are up-to-date.

  • Yes
commented

I see that src/main/kotlin/com/bibireden/playerex/api/attribute/PlayerEXAttributes.kt registers a max level of 100 (line 16: val LEVEL = register("level", 0.0, 0.0, 100.0)). Shouldn't this be made configurable? Or at least more clear. There is nothing within the mod (or within the documentation) that suggests there is a level cap of 100, in fact: the fact that each attribute has a max of 100 suggests to the user that the player level max would be higher.