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

/plot grant add/check <name> doesn't tab complete playerlist #4382

Open
NotMyFault opened this issue Mar 31, 2024 · 0 comments
Open

/plot grant add/check <name> doesn't tab complete playerlist #4382

NotMyFault opened this issue Mar 31, 2024 · 0 comments
Labels
Approved A project maintainer or developer has reproduced this issue Bug Something isn't working Good first issue Simple issue which would be a good first PR for newbies interested in contributing to the project

Comments

@NotMyFault
Copy link
Member

return TabCompletions.completePlayers(player, String.join(",", args).trim(), Collections.emptyList());

returns the playerlist too late. Rather, we need it for each completion (add/check).

@NotMyFault NotMyFault added Bug Something isn't working Approved A project maintainer or developer has reproduced this issue Good first issue Simple issue which would be a good first PR for newbies interested in contributing to the project labels Mar 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Approved A project maintainer or developer has reproduced this issue Bug Something isn't working Good first issue Simple issue which would be a good first PR for newbies interested in contributing to the project
Projects
None yet
Development

No branches or pull requests

1 participant