
The leader in hiding, faking, or disabling the /plugins command
Example Output



Configuration
On first run, your config.yml will look like the below.
hide_everything: false
hidden: []
faked: []
fakedDisabled: []
Your next step, would be to fill it in as such.
hidden:
- HiddenPlugin1
- HiddenPlugin2
faked:
- FakePlugin1
- FakePlugin2
fakedDisabled:
- FakeDisabledPlugin1
- FakeDisabledPlugin2
After that, customize your colors if desired.
hide_everything works as expected. It will by default, force you to readd plugins as faked.
# OPTIONS ARE CASE SENSITIVE
# RED DARK_RED
# AQUA DARK_AQUA
# BLUE DARK_BLUE
# GRAY DARK_GRAY
# GREEN DARK_GREEN
# WHITE BLACK
# YELLOW GOLD
# LIGHT_PURPLE DARK_PURPLE
ColorFaked: "YELLOW"
ColorHidden: "GOLD"
ColorEnabled: "GREEN"
ColorDisabled: "RED"
ColorDefault: "WHITE"
Permissions
pluginlist.user #Default: true #Grants usage of /plugins /pl
pluginlist.version #Default: op #Grants usage of /version /ver /icanhasbukkit
pluginlist.real #Default: op #Allows viewing hidden and faked plugins
pluginlist.reload #Default: op #Grants usage of /plreload
pluginlist.* #Default: op #All of the above