Introducing fine-grained control over which players can see all plugins:
- Operator Control:
- operator_can_see_everything: When true, server operators can see all plugins regardless of hide/show settings
- Whitelist/Blacklist System:
- whitelisted_uuids: Players who can see all plugins, even when not operators or when operator_can_see_everything is false
- blacklisted_uuids: Players who are treated as normal users and can't see hidden plugins, even when they're operators and operator_can_see_everything is true
This system gives you precise control over who can see what, regardless of their operator status.