You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Players like to check their ping to know if they're lagging. They sometimes also check the ping of others.
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.
Players need to type a long command to check somebody else's ping
Proposed Behaviour
Add autocomplete for player names
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
The text was updated successfully, but these errors were encountered:
Description
Players like to check their ping to know if they're lagging. They sometimes also check the ping of others.
/spark ping --player <player>
to check the ping of another player. There is no completion suggestion for the player name based on online players.Proposed Behaviour
/ping
alias that does not require--player <player>
, i.e./ping [player]
(like the/spark:tps
command); OR--player
, i.e./spark ping [player]
so that acommands.yml
alias can be created like{ping: spark ping $1-}
Extra Details
No response
The text was updated successfully, but these errors were encountered: