-
For which MC version does the plugin work? I try use plugin for Protolib, LuckPerms, and login security - dont work. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
1.8.8-1.17
The plugin will only set the premium UUID if the login process is authenticated through Mojang. By default the plugin always assumes connecting players are cracked. They can opt-in using the command option The background for this behavior is that otherwise cracked players will be disconnected as it appears if the server would be in onlinemode. This could potentially lock out users or create confusing situations. You can read a little bit more about it here: https://github.com/games647/FastLogin/wiki/FAQ#why-do-players-have-to-invoke-a-command
Projects builds are released here: https://ci.codemc.io/job/Games647/job/FastLogin/ |
Beta Was this translation helpful? Give feedback.
1.8.8-1.17
The plugin will only set the premium UUID if the login process is authenticated through Mojang. By default the plugin always assumes connecting players are cracked. They can opt-in using the command option
/premium
. For new players it's also possible to enableautoRegister
, so that the plugin assumes a paid player based on the username.The background for this behavior is that otherwise cracked players will be disconnected as it appears if the server would be in onlinemode. This could potentially lock out users or create confusing situations. You can rea…