Additional-Mods / simplerauth

A Minecraft Fabric mod that adds server-side authentication.
https://modrinth.com/mod/simpler-auth
MIT License
9 stars 13 forks source link

Skip auth for carpet fake players #43

Open RedBeanhgd opened 2 years ago

RedBeanhgd commented 2 years ago

I'm currently running a fabric server with carpet mod. However, the fake players generated by the carpet mod is unable to move or get damaged or interact because it is required to enter the password. Is it possible to add a whitelist for players that can skip authentication process?

RedBeanhgd commented 2 years ago

It would be even better if it is a blacklist so that only players in the list are required to go through authentication process

Dqu1J commented 2 years ago

What version of simplerauth you're using?

RedBeanhgd commented 2 years ago

1.5.0 for 1.18.2

RedBeanhgd commented 2 years ago

Also, the fake players will login in local accounts, shown like this. image

RedBeanhgd commented 2 years ago

A possible solution is add a feature that when local players are detected to be logging in, authentication process is automatically skipped.

Dqu1J commented 2 years ago

PR #41 should have auto-authed carpet players, but I guess that isn't working anymore. The problem is probably here.