paradoxuum / centurion

A flexible and extensible command framework for roblox-ts
https://centurion.paradoxum.dev/
MIT License
26 stars 5 forks source link

CommanderType.Player does not show all players in the server in the auto-complete #26

Closed phantomfills closed 5 months ago

phantomfills commented 5 months ago

CommanderType.Player currently only shows local player's user, @me, and @random in auto-completion box (regardless of whether someone's name has been partially entered)

paradoxuum commented 5 months ago

Can't reproduce this, are you using @rbxts/commander@latest (0.3.2) or @rbxts/commander@next (0.3.3-dev.d18a576)?

Seems to be caused by the way suggestions are handled in the interface, I'll try get a fix out soon but it'll only be available on the next version until the next release, which should be shortly after roblox-ts 3.0 releases.