Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.x
1.7.x
Platforms
Links
Tags
Creators
Details
Licensed ARR
Published 23 hours ago
PGC Visibility
PGC Visibility is a Paper/Bukkit plugin for Minecraft 1.21.1 that makes Members see only Members while YouTubers, VIPs, MVPs, Staff, Team, and Admins can see everyone.
Commands
/pgc help
/pgc info
/pgc add <rank> <player>
/pgc remove <rank> <player>
/pgc remove <player>
/pgc list [rank]
/pgc reload
/pgc gui
/pgc debug <viewer> <target>
Default ranks are member, youtuber, vip, mvp, staff, team, and admin.
Core Behavior
- New players default to Member visibility.
- Members can only see Members.
- YouTubers, VIPs, MVPs, Staff, Team, and Admins can see everyone.
- Rank changes refresh visibility instantly without relogging.
- Hidden players are hidden from entity view and the tab list through Bukkit
hidePlayer. - Join and quit messages are selectively broadcast only to players who can see the joining/leaving player.
Integrations
LuckPerms and other permission plugins are supported through permission sync:
pgc.rank.youtuber
pgc.rank.vip
pgc.rank.mvp
pgc.rank.staff
pgc.rank.team
pgc.rank.admin
The plugin also declares soft-dependencies for PlaceholderAPI, TAB, and DeluxeChat and exposes configuration switches for compatibility behavior.
Storage
SQLite is the default storage. MySQL can be enabled in config.yml:
storage:
type: mysql
Rank assignments are cached in memory and saved automatically on command changes.


