[SPIGOT-4648] If you load a plugin in later, tab completion does not work Created: 04/Mar/19 Updated: 05/Mar/19 |
|
| Status: | Open |
| Project: | Spigot |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | ZockerAxel | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | commands, tab-completion | ||
| Environment: |
All |
||
| Attachments: |
|
| Version: | CraftBukkit version git-Spigot-3cb9dcb-0f708cb (MC: 1.13.2) (Implementing API version 1.13.2-R0.1-SNAPSHOT) |
| Guidelines Read: | Yes |
| Description |
|
If you load in a Plugin after Server start, like this: Plugin pl = Bukkit.getPluginManager().loadPlugin(new File("/path/to/your/plugin.jar")); Bukkit.getPluginManager().enablePlugin(pl); commands will be loaded in but Tab Completion will not be available for those Commands and it will appear as if those Commands don't exist to the player. |
| Comments |
| Comment by md_5 [ 05/Mar/19 ] |
|
:| I'm not sure this is really a method that is meant to be used. |