Uploaded image for project: 'Spigot'
  1. Spigot
  2. SPIGOT-4648

If you load a plugin in later, tab completion does not work

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • None
    • All

    • CraftBukkit version git-Spigot-3cb9dcb-0f708cb (MC: 1.13.2) (Implementing API version 1.13.2-R0.1-SNAPSHOT)
    • Yes

      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.

       
      To recreate this behavior, i have attached 2 plugins. Place 'Bug.jar' normally in the plugins folder and Bug2.jar just in the Server folder, Bug2.jar will load but command tab-completion will be unavailable (even though the plugin will be listed in /pl). Now use /bug and you will see that it will output '/bug'.

        1. Bug.jar
          3 kB
        2. Bug2.jar
          2 kB

            Unassigned Unassigned
            ZockerAxel ZockerAxel
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: