HomeJavaModsDevHider
DevHider
[​IMG]

[​IMG] Skype DevAnonymous
[​IMG] Discord DevAnonymous #6286

Customize any blocked command message easily in the config with color. Don't want it blocked? Type 'disable' in the field to allow the player to use command. Don't want a message? Use 'none' in the field. Only want certain players or groups to see a command? Every blocked command is permission based. By default Ops override all blocked commands. You can turn off any command blocked including [TAB] by using disable for the message.

[​IMG]

» Core Features
» Configure any message
» Each command and Tab is a separate message
» Each Tab or Command has its own permission
» Custom /help
» If custom help enabled ops see the custom one
» Color support
» TAB Blocking
» You can disable ANY tab or command from being blocked
» Custom commands blocked also block [TAB]
» Block ANY command in game
» and much more!

[​IMG]


» Plugin Commands


» /devhider [help | reload | custom] | DevHider coded by DevAnonymous
Permission Reload: devhider.reload
Permission Custom: devhider.admin

» /devhider custom | List blocked commands
Permission: devhider.admin

» /devhider custom add <command> | Add a command to block list
Permission: devhider.admin

» /devhider custom remove <command> | Remove a command from block list
Permission: devhider.admin

» /help | Enable a custom help message!


» Blocked Commands | Permission


» /[TAB] | devhider.see.slashtab

» /<any command>[TAB] | devhider.see.strictslashtab
Note: This allows all TAB after the command
Example: /mess[TAB] - Blocked
Example: /message D[TAB] - Allowed

» /help | devhider.see.help

» /help [TAB] | devhider.see.helptab

» /version | devhider.see.version

» /version [TAB] | devhider.see.versiontab

» /ver | devhider.see.ver

» /ver [TAB] | devhider.see.vertab

» /pl | devhider.see.pl

» /pl [TAB ] | devhider.see.pltab

» /plugins | devhider.see.plugins

» /plugins [TAB] | devhider.see.pluginstab

» /about | devhider.see.about

» /about [TAB] | devhider.see.abouttab

» /me | devhider.see.me

» /me [TAB] | devhider.see.metab

» /? | devhider.see.questionMark

» /? [TAB] | devhider.see.questionMarktab

» /icanhasbukkit | devhider.see.icanhasbukkit

» /icanhasbukkit [TAB] | devhider.see.icanhasbukkittab

» /bukkit :p lugins | devhider.see.bukkitplugins

» /bukkit :p lugins [TAB] | devhider.see.bukkitpluginstab

» /bukkit :p l | devhider.see.bukkitpl

» /bukkit :p l [TAB] | devhider.see.bukkitpltab

» /bukkit:? | devhider.see.bukkitquestionMark

» /bukkit:? [TAB] | devhider.see.bukkitquestionMarktab

» /bukkit:help | devhider.see.bukkithelp

» /bukkit:help [TAB] | devhider.see.bukkithelptab

» /bukkit:version | devhider.see.bukkitversion

» /bukkit:version [TAB] | devhider.see.bukkitversiontab

» /bukkit:ver | devhider.see.bukkitver

» /bukkit:ver [TAB] | devhider.see.bukkitvertab

» /bukkit:about | devhider.see.bukkitabout

» /bukkit:about [TAB] | devhider.see.bukkitabouttab

» /bukkit:msg | devhider.see.bukkitmsg

» /bukkit:msg [TAB] | devhider.see.bukkitmsgtab

» /bukkit:kill | devhider.see.bukkitkill

» /bukkit:kill [TAB] | devhider.see.bukkitkilltab

» /bukkit:tell | devhider.see.bukkittell

» /bukkit:tell [TAB] | devhider.see.bukkittelltab

» /bukkit:me | devhider.see.bukkitme

» /bukkit:me [TAB] | devhider.see.bukkitmetab

» /bukkit:w | devhider.see.bukkitw

» /bukkit:w [TAB] | devhider.see.bukkitwtab

» /minecraft:me | devhider.see.minecraftme

» /minecraft:me [TAB] | devhider.see.minecraftmetab

» /minecraft:w | devhider.see.minecraftw

» /minecraft:w [TAB] | devhider.see.minecraftwtab

» /minecraft:msg | devhider.see.minecraftmsg

» /minecraft:msg [TAB] | devhider.see.minecraftmsgtab

» /minecraft:tell | devhider.see.minecrafttell

» /minecraft:tell [TAB] | devhider.see.minecrafttelltab

[​IMG]

» {pName} Senders Name
! This is only for the command /help
Example Output: DevAnonymous

[​IMG]

» devhider.admin | Permission for all of DevHider commands

» devhider.see.* | Access to all commands blocked

[​IMG]

1: Download DevHider
2: Copy to your plugins folder
3: Start the server
4: Edit the config to your liking
5: Type '/devhider reload' in-game
6: Done!

[​IMG]

Code (Text):

# Coded by DevAnonymous
# ALL OPS OVERRIDE EVERYTHING except custom /help
# Use 'disable' to disable the message from being cancelled
# Use 'none' to block the command with no message
# slashtab is only blocking /[TAB]
# strictslashtab blocks all TAB after / until after the command
# for tabConfig / blockTab: true = Block false = Allow
# To use the custom Help Message, use 'custom' in the help commandMessages
# Custom help command has 1 variables: {pName}
# For customCommands / blockedCommands, you don't need the /
# Custom commands also block /<command> [TAB]
commandMessages:
  slashtab: none
  strictslashtab: none
  help: custom
  helptab: none
  version: '&e&lDevHider &7This command was blocked. Try &e/help'
  versiontab: none
  ver: '&e&lDevHider &7This command was blocked. Try &e/help'
  vertab: none
  pl: '&e&lDevHider &7This command was blocked. Try &e/help'
  pltab: none
  plugins: '&e&lDevHider &7This command was blocked. Try &e/help'
  pluginstab: none
  about: '&e&lDevHider &7This command was blocked. Try &e/help'
  abouttab: none
  me: '&e&lDevHider &7This command was blocked. Try &e/help'
  metab: none
  questionMark: '&e&lDevHider &7This command was blocked. Try &e/help'
  questionMarktab: none
  icanhasbukkit: '&e&lDevHider &7This command was blocked. Try &e/help'
  icanhasbukkittab: none
  bukkitplugins: '&e&lDevHider &7This command was blocked. Try &e/help'
  bukkitpluginstab: none
  bukkitpl: '&e&lDevHider &7This command was blocked. Try &e/help'
  bukkitpltab: none
  bukkitquestionMark: '&e&lDevHider &7This command was blocked. Try &e/help'
  bukkitquestionMarktab: none
  bukkithelp: '&e&lDevHider &7This command was blocked. Try &e/help'
  bukkithelptab: none
  bukkitversion: '&e&lDevHider &7This command was blocked. Try &e/help'
  bukkitversiontab: none
  bukkitver: '&e&lDevHider &7This command was blocked. Try &e/help'
  bukkitvertab: none
  bukkitabout: '&e&lDevHider &7This command was blocked. Try &e/help'
  bukkitabouttab: none
  bukkitmsg: '&e&lDevHider &7This command was blocked. Try &e/help'
  bukkitmsgtab: none
  bukkitkill: '&e&lDevHider &7This command was blocked. Try &e/help'
  bukkitkilltab: none
  bukkittell: '&e&lDevHider &7This command was blocked. Try &e/help'
  bukkittelltab: none
  bukkitme: '&e&lDevHider &7This command was blocked. Try &e/help'
  bukkitmetab: none
  bukkitw: '&e&lDevHider &7This command was blocked. Try &e/help'
  bukkitwtab: none
  minecraftme: '&e&lDevHider &7This command was blocked. Try &e/help'
  minecraftmetab: none
  minecraftw: '&e&lDevHider &7This command was blocked. Try &e/help'
  minecraftwtab: none
  minecraftmsg: '&e&lDevHider &7This command was blocked. Try &e/help'
  minecraftmsgtab: none
  minecrafttell: '&e&lDevHider &7This command was blocked. Try &e/help'
  minecrafttelltab: none
tabConfig:
  blockTab: true
customHelp:
  helpMessage:
  - '&8&m+---------------------------------------------------+'
  - ' '
  - ' &7Hi there, &e{pName}&7!'
  - ' '
  - ' &7For this feature to work, use ''&ecustom&7'' in the help CommandMessages.
    To disable, use ''&edisable&7'''
  - ' '
  - '&8&m+---------------------------------------------------+'
  - '&e&lDevHider &7Configure the custom &e/help &7in the &econfig.yml'
customCommands:
  blockedMessage: '&e&lDevHider &7This custom command was blocked. Try &e/help'
  blockedMessagetab: none
  blockedCommands:
  - example
  - example2


 
[​IMG]

» minecraft.eridiumcraft.co.uk
» play.forgotten-empires.com
Want your IP listed? Reply below with your IP!

[​IMG]

[​IMG]

Commands

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

DevHider is a free Minecraft Java mod. Compatible with Minecraft 1.10, 1.11. Downloaded 7,400 times (via Spigot). Download it and open it directly in the game.

Explore more