Class TabCompleteEvent

java.lang.Object
org.bukkit.event.Event
org.bukkit.event.server.TabCompleteEvent
All Implemented Interfaces:
Cancellable

public class TabCompleteEvent
extends Event
implements Cancellable
Called when a CommandSender of any description (ie: player or console) attempts to tab complete.
Note that due to client changes, if the sender is a Player, this event will only begin to fire once command arguments are specified, not commands themselves. Plugins wishing to remove commands from tab completion are advised to ensure the client does not have permission for the relevant commands, or use PlayerCommandSendEvent.