Overwrite987 / UltimateServerProtector

Incredibly lightweight plugin, that add an "admin-password" to your server.
GNU Affero General Public License v3.0
14 stars 7 forks source link

Add an api method for full login #34

Closed masmc05 closed 6 months ago

masmc05 commented 6 months ago

Currently the full logic is only here https://github.com/Overwrite987/UltimateServerProtector/blob/94e9bff8f9d7c80bc12667fea218a2346a4e4d3f/bukkit/src/main/java/ru/overwrite/protect/bukkit/PasswordHandler.java#L112-L173

It would be good if we could use all the login logic without just copy pasting it, so it could contain all the future changes.

Current purpose: Alternative custom login addon for test proxies with lots of servers without players (so no plugin messages)

Overwrite987 commented 6 months ago

Now this method is public so you can use it