Description
RA-GeyserPlayerList replaces the plain /list output with something Bedrock players can actually interact with. Java players keep the usual text-based list (EssentialsX if installed, or a configurable Bukkit fallback). Bedrock players instead get a native Cumulus form — a scrollable list of buttons, one per online player, each showing their skin as the button icon.
Clicking a player in that list opens a second form: a fully config-driven action menu. Out of the box this powers buttons like "Request TPA", "Send Message", and "Pay", but none of it is hardcoded — every button, its type, its text, and the commands it runs are defined in config.yml, so you can add, remove, or completely redesign the menu (including nested sub-menus) without touching any code.
Other features:
- Player list sorting by LuckPerms primary group (optional)
- Automatic detection of EssentialsX, PlaceholderAPI, Floodgate, and LuckPerms — all soft-dependencies, the plugin runs fine without any of them
- Built-in license system tied to plugins.rajaaditya.my.id
Changelog (v1.0.3)
v1.0.3 — Vanish Support - Added vanish support for PremiumVanish, SuperVanish, and EssentialsX - Vanished players no longer appear in the Java /list fallback output - Vanished players no longer appear in the Bedrock player list form - Vanish detection works automatically with no extra dependency required - New config option to toggle whether vanished players are hidden - New permission to let staff still see vanished players in the list - Player count shown in the list header/footer now matches the players actually visible - Added PremiumVanish and SuperVanish as soft-dependencies for proper load order