PluginHiderX - Documentation
Installation
Requirements:
- Paper 1.21.1 or higher
- Java 21 or higher
Steps:
- Download the latest version of PluginHiderX
- Place the JAR file in your server's plugins folder
- Restart your server
- Enjoy enhanced protection!
Commands
CommandDescription
/pluginhiderx or /phxShow basic plugin info
/pluginhiderx reloadReload the plugin configuration
/pluginhiderx infoDisplay detailed plugin information
/pluginhiderx testTest your permission setup
/pluginhiderx debugShow debug information (admin only)
Permissions
Permission NodeDescriptionDefault
pluginhiderx.viewpluginsAllows viewing server pluginsfalse
pluginhiderx.adminAccess to admin commandsop
pluginhiderx.bypassBypass plugin hiding restrictionsfalse
⚙️ Configuration
Default config.yml:
Code (YAML):
settings:
debug
: false
block-version-commands
: true
additional-blocked-commands
:
- about
- icanhasbukkit
messages:
no-permission
:
"&cYou don't have permission to view server plugins!"
unknown-command
:
"&cUnknown command. Type \"/help\
" for help."
prefix
:
"&7[&6PluginHiderX&7]&r "
advanced:
send-fake-unknown-command
: false
log-blocked-attempts
: true
log-message
:
"Player {player} tried to use blocked command: {command}"
Configuration Explanation
Settings
- debug: Enable or disable debug logs
- block-version-commands: Block /version and similar commands
- additional-blocked-commands: Add more commands to block
Messages
- no-permission: Shown when a player lacks permission
- unknown-command: Shown when fake unknown command is enabled
- prefix: Prefix for plugin messages
⚙️ Advanced
- send-fake-unknown-command: Show fake "unknown command" instead of permission error
- log-blocked-attempts: Log when blocked commands are used
- log-message: Format for blocked command log messages
Need help or have feedback? Visit the
discussion thread