You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible to hit the max command chain length limit (65536). This will cause the gm4_xp_storage:main function to stop running.
To Reproduce
Steps to reproduce the behavior:
/xp set @s 800 levels
Stand on an enderchest and deposit one level
Sneak and notice your xp level drops to 749
Notice you can no longer deposit xp and the actionbar message is not appearing anymore
Fix
This is a temporary fix, but decreasing the 50 levels limit would decrease the chance of this happening in survival. In the future we should look into optimizing the xp depositing algorithm.
The text was updated successfully, but these errors were encountered:
Describe the bug
It is possible to hit the max command chain length limit (65536). This will cause the
gm4_xp_storage:main
function to stop running.To Reproduce
Steps to reproduce the behavior:
/xp set @s 800 levels
Fix
This is a temporary fix, but decreasing the 50 levels limit would decrease the chance of this happening in survival. In the future we should look into optimizing the xp depositing algorithm.
The text was updated successfully, but these errors were encountered: