PwoPluginHider
If you found this plugin useful, please leave a positive review or consider donating. It means a lot!
PwoPluginHider allows you to hide your plugins if you do not have the required permissions! It also prevents tab complete and many other commands.
IMPORTANT: The plugin depends on ProtocolLib (
https://www.spigotmc.org/resources/protocollib.1997/) to work!
Commands
As this is a lightweight plugin, there is only 1 command available!
- /pph: Reloads the configuration file
Permissions
Below are a list of permissions for the plugin
- pwopluginhider.bypass: Allows the player to bypass tab complete and command restrictions
- pwopluginhider.reload: Gives the player permission to execute /pph aka reload the plugin
Configuration
And the best part is... the configuration is short and sweet, and easy to understand as well!
Code (YAML):
##############################
# #
# PwoPluginHider Config #
# #
##############################
# Blocked Commands Configuration
BlockedCommands
:
- ver
- version
- about
- bukkit
- icanhasbukkit
- help
-
"?"
- me
- minecraft:me
- minecraft:help
- bukkit:?
- bukkit:help
- plugins
- pl
- bukkit:pl
- bukkit:plugins
- bukkit:ver
- bukkit:version
- bukkit:about
# Messages Configuration
# %player% - Replaces with the player's name
ConfigReloaded
:
"&e[&6PwoPluginHider&e] &aSuccessfully reloaded configuration!"
NoPermission
:
"&c&l(!) &cYou do not have permission to do that!"
BlockedCommandsMessage
:
"Unknown command. Type \"/help\
" for help."
Please don't leave bug reports in the reviews section.