GeyserMC / Floodgate

Hybrid mode plugin to allow for connections from Geyser to join online mode servers.
https://geysermc.org
MIT License
563 stars 168 forks source link

Admin level account information #64

Closed NyaomiDEV closed 4 weeks ago

NyaomiDEV commented 4 years ago

It would be great to have some admin commands to check if players are Floodgate players.

Ideally it should behave like so:

TOWUK commented 4 years ago

maybe just add placeholder: %game_edition% | example echo: "Bedrock" or "Java" version have PlaceholdersAPI witch viaversion placeholders expansions %geyser_auth_type% | example echo: "floodgate" and more?

and add custom hooks with support permissions player: if player bedrock first connect - set group "bedrock" (example name group) automatically

rtm516 commented 4 years ago

@TOWUK some of those placeholders are available as part of https://github.com/rtm516/FloodgatePlaceholders/ and these will not be implemented into floodgate

NyaomiDEV commented 4 years ago

@TOWUK PlaceholderAPI is not a substitute for admin commands.

Tim203 commented 4 years ago

That's why I gave it the enhancement label

TOWUK commented 4 years ago

@TOWUK some of those placeholders are available as part of https://github.com/rtm516/FloodgatePlaceholders/ and these will not be implemented into floodgate

😍😍😍

TOWUK commented 4 years ago

@TOWUK some of those placeholders are available as part of https://github.com/rtm516/FloodgatePlaceholders/ and these will not be implemented into floodgate

how install it? its plugin bukkit?