cloudnode-pro / BankAccounts

A Minecraft economy plugin that enables players to hold multiple bank accounts.
https://modrinth.com/plugin/bankaccounts
GNU General Public License v3.0
7 stars 3 forks source link

Tab completions only for strings that start the same way #72

Closed zefir-git closed 10 months ago

zefir-git commented 10 months ago

When sending tab completion options, the plugin should only send strings that start with what the user has already typed.

Current behaviour

/bank send F0
           _________
           BarBaz123
           F0klA9daQ
           5Cz8bFd4x
           F0oB4r123

image

Suggested behaviour

/bank send F0
           _________
           F0klA9daQ
           F0oB4r123

(only IDs that start with F0 are returned)