PluginHider
Hide your minecraft plugins from prying eyes. The commands can still be executed, but it doesn't show up in the tab completion list. Nor when you issue the /version <plugin name> command. Not when you issue the /plugins command.
Required:
!
PacketEvents v2.4.0+ !
Configuration
Configuration is relatively simple:
Code (YAML):
hide_plugins
:
- pluginName
show_plugins
:
- '*'
should_allow_colon_tabcompletion
: false
hide_plugins
Anything written in here will be hidden if it matches the name (case-insensitive)
* can be used to denote
all plugins.
show_plugins
By default, it is * (ie: show all).
However, if you want to show just 1 plugin, you can set * in the hide_plugins entry, and the specific name in here.
should_allow_colon_tabcompletion
By default, minecraft adds ":" in front of all the commands and allows it to be used that way. However, this is not so nice. So if you set this to false (the default), these won't be shown.
The commands can still be executable, they're just not visible anymore.
Showcase
Usage
Links