This is the best plugin that i saw. I tryed to add many and many configurable things.
- Contributors:
- xDesireRage
What this plugin does?
INSTALATION:
- With this plugin you can protect by server 'thieves'
- You can block tab completion
- Also, you can block chat commands
- (Optional) Stop the server.
- Unzip the files and drag the UEAntiTab.jar from the folder into the "plugins" folder of the server. Also you need the ProtocolLib plugin, so download from here.
- (Optional) Start the server, or reload.
- Enter the server and start by testing
FEATURES:
CONFIG:
- Everything is configurable (not really
, buy plugin help menu not)
- Protect server from plugin stealers
- Implemented the command block (configurable)
- You can add a command (for blocking) ingame.
- Reloadable config!
- Clean code
;
PERMISSONS:Code (Text):
antitab:
# Set to true if you want to block tab for every command
everyTab: false
# Announce in console when a player uses tab completion, if true
announceConsole: false
# Add here every commands that might use tab completion
blockedcmdsInTab:
- /bukkit
- /ver
- /?
- /about
- /plugman
# Add here every command that you want the players not to use
# RECOMANDATION: do not use commands that you want for different ranks
blockedcmdsInChat:
- /icanhasbukkit
- /pl
- /bukkit
- /minecraft
- /ver
- /about
- /?
- /yum
- /stop
- /man
- /spigot
- /restart
- /op
- /deop
messages:
# You can use %perm% for the respective permission
noPerm: "&cYou don't have permission to to this!"
configReloaded: "&8[&6AntiTab&8] &2Reloaded configuration File."
successfullyTabAdd: "&8[&6AntiTab&8] &2Succesfully added command: &4%cmd% &2to blocked tab commands!"
successfullyTabDelete: "&8[&6AntiTab&8] &cSuccesfully deleted command: &4%cmd% &cto blocked tab commands!"
successfullyChatAdd: "&8[&6AntiTab&8] &2Succesfully added command: &4%cmd% &2to blocked chat commands!"
successfullyChatDelete: "&8[&6AntiTab&8] &cSuccesfully deleted command: &4%cmd% &cto blocked chat commands!"
invalidArgs: "&8[&6AntiTab&8] &cInvalid command, type /antitab help!"
listTabcmds:
head: "&8[&6AntiTab&8] &cList of all blocked tab commands"
item: "&8[&6AntiTab&8] &7%index%&8) &2%cmd%"
bottom: "&c**********************"
listChatcmds:
head: "&8[&6AntiTab&8] &cList of all blocked chat commands"
item: "&8[&6AntiTab&8] &7%index%&8) &2%cmd%"
bottom: "&c**********************"
Code (Text):antitab.commandtab.bypass - bypass tab completion
antitab.commandchat.bypass - bypass chat commands
antitab.admin.* - gives access to all admin commands
antitab.listtabcmds - access to list blocked tab commands
antitab.listchatcmds - access to list blocked chat commands
antitab.admin - access to admin command (necessary for admin commands)
antitab.admin.reload - reload the antitab config
antitab.admin.addtabcmd - access to block a tab command while ingame
antitab.admin.deltabcmd- access to remove a tab command while ingame
antitab.admin.addchatcmd - access to block a chat command while ingame
antitab.admin.delchatcmd - - access to remove a chat command while ingame

UEAntiTab v1.5.5
The most configurable Anti Tab plugin and the best!