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
The SuspendingTabCompleter doesn't have the same level of support as the regular TabCompleter provided in Paper.
You can return null to the TabCompleter to allow it to fall back to the default command executor but the signature for SuspendingTabCompleter.onTabComplete is:
That's true, thanks for reporting this.
Hm... the only problem is that simply changing this is a breaking change for existing plugins using this feature. I may even need to do a major version change.
The
SuspendingTabCompleter
doesn't have the same level of support as the regularTabCompleter
provided in Paper.You can return
null
to theTabCompleter
to allow it to fall back to the default command executor but the signature forSuspendingTabCompleter.onTabComplete
is:compared to
TabCompleter.onTabComplete
The text was updated successfully, but these errors were encountered: