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

(7.0) stop tab completer filtering out commands that take no args #308

Merged
merged 3 commits into from
Nov 18, 2021

Conversation

steve4744
Copy link
Contributor

  1. Tab completer is not displaying any parkour command names that don't take any arguments, e.g. createkit, editkit, leave, reload etc. Removing the null check filter fixes this.

  2. The list of online players referenced in the 'substitutions' map by "(players)" never gets updated after the initial time during onEnable when there are no players online. Therefore (player) is always substituted with nothing (an empty list).
    The list is now updated if the argument is (player).

  3. fix typo in parkourCommands json

@A5H73Y A5H73Y merged commit 3e90993 into A5H73Y:7.0 Nov 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants