Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] API for login attempts #193

Open
OurLobanov opened this issue Jul 4, 2024 · 1 comment
Open

[Feature] API for login attempts #193

OurLobanov opened this issue Jul 4, 2024 · 1 comment
Labels
type: enhancement New feature or request

Comments

@OurLobanov
Copy link

OurLobanov commented Jul 4, 2024

private int incrementLoginAttemptsAndGet(Account account) {

Я использую GeyserMC для поддержки бедрок игроков
image

И к сожалению не могу управлять попытками для входа иза ограничения private int incrementLoginAttemptsAndGet()
мне проходиться делать свой массив чтоб сохранять попытки но с ними могут возникнуть проблемы иза #192
image
Пожалуйста подправьте api

@OurLobanov OurLobanov added the type: enhancement New feature or request label Jul 4, 2024
@bivashy bivashy changed the title [Feature] [Feature] API for login attempts Jul 4, 2024
@bivashy
Copy link
Owner

bivashy commented Jul 4, 2024

Pull request are welcome, you can create PR to the feature/193-api branch if you are willing to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants