I need no tab complete

Discussion in 'Plugin Requests' started by Magonsky, Feb 1, 2018.

Thread Status:
Not open for further replies.
  1. Offline

    Magonsky

    I need to block tab press like: /msg <tab>
    For bukkit 1.8
     
  2. Offline

    Zombie_Striker

    @Magonsky
    1. Listen to TabCompleteEvent
    2. If the tab was for the msg command
    3. cancel the event.
    [Edit] Was this meant to be a Plugin Request? If so, follow the guidelines here.
     
    Last edited: Feb 1, 2018
  3. Offline

    Machine Maker

    This shouldn't be in Plugin Requests unless you are asking for someone to make a plugin to do this. If so, please follow the formatting outlined here.
     
  4. Offline

    Tabuu_

    NoTabComplete 1.0 BETA by Tabuu

    All commands and permissions can be found in the plugin.yml

    >> DOWNLOAD<<

    If you like my creation consider a donation

    Plugin.yml (open)

    Code:
    name: NoTabComplete
    version: 1.0 BETA
    main: nl.tabuu.notabcomplete.NoTabComplete
    description: Disables tab completion for specified command labels.
    authors: [Tabuu]
    website: https://www.tabuu.nl
     
Thread Status:
Not open for further replies.

Share This Page