[SPIGOT-5572] Vanilla Commands do not tabComplete properly using API Created: 10/Feb/20 Updated: 11/Feb/20 Resolved: 11/Feb/20 |
|
Status: | Resolved |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Minor |
Reporter: | Eoghan Spillane | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | None | ||
Environment: |
MacBook Pro 2018 15 Inch 2.6 GHz 6-Core Intel Core i7 jdk-10.0.2 |
Version: | CraftBukkit version git-Spigot-b9baf71-e82b547 (MC: 1.15.2) (Implementing API version 1.15.2-R0.1-SNAPSHOT) |
Guidelines Read: | Yes |
Description |
When calling tabComplete on a Vanilla command, it always returns an empty List<String>. I think this is just an API issue and I've found a solution that works for me. See this post for more details. |