CommandHelper

CommandHelper

46.5k Downloads

Tab complete with player names not working with aliases.

LadyCailinBot opened this issue ยท 7 comments

commented

CMDHELPER-2690 - Reported by rylinaux

When I try and do a command that is an alias via CmdHelper, tab complete for player names don't seem to work. I have tested this with other plugins and it has worked, but not with commands that are aliases.

I am on build 1504, this has happened on previous builds too such as 1406 and 1499.

commented

Comment by LadyCailin

This is a known issue, though it's more of a feature request for bukkit, not so much a bug report for CommandHelper. Bukkit simply doesn't expose the methods I need to do this :(

commented

Comment by rylinaux

Has a feature request been made with Bukkit? I've had the tab-complete working on previous versions of MC, why the sudden change?

commented

Comment by jb_aero

Tab complete would work when your aliases are real commands, once you make "new" aliases or remove the plugin that provided those commands, there is nothing telling Bukkit how to tab complete

commented

Comment by rylinaux

I've done a workaround by using the player() function to complete partial player names - this should work good as a substitute.

commented

Comment by LadyCailin

This isn't new functionality. It's never worked with CH.

commented

Comment by jb_aero

And finally, this is done.