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

Make ping command more user-friendly #403

Open
zefir-git opened this issue May 4, 2024 · 0 comments
Open

Make ping command more user-friendly #403

zefir-git opened this issue May 4, 2024 · 0 comments
Labels
suggestion New feature or request

Comments

@zefir-git
Copy link

Description

Players like to check their ping to know if they're lagging. They sometimes also check the ping of others.

  1. The current behaviour requires using /spark ping --player <player> to check the ping of another player. There is no completion suggestion for the player name based on online players.
  2. Players need to type a long command to check somebody else's ping

Proposed Behaviour

  1. Add autocomplete for player names
  2. Two proposed behaviours:
    • Add /ping alias that does not require --player <player>, i.e. /ping [player] (like the /spark:tps command); OR
    • Change the command usage to drop --player, i.e. /spark ping [player] so that a commands.yml alias can be created like {ping: spark ping $1-}

Extra Details

No response

@zefir-git zefir-git added the suggestion New feature or request label May 4, 2024
@zefir-git zefir-git changed the title Ping command improvement Make ping command more user-friendly May 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
suggestion New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant