LuckPerms

LuckPerms

41.4k Downloads

Use configuration phase instead of login phase on fabric

james58899 opened this issue ยท 0 comments

commented

Description

Minecraft 1.20.2 added the configuration phase, since FabricProxy-Lite receives player profiles from the proxy in the login phase, if LuckPerms can be changed to read data in the configuration phase, player profiles inconsistent will no longer occur.

Proposed Behaviour

Prepare player data in the configuration phase, not the login phase.

Extra Details

Due to changes in FabricAPI, the workaround used by FabricProxy-Lite is temporarily broken. If LuckPerms can use the configuration stage instead, there will no longer be a need to use dirty ways to prepare the player profile before the Login event.