mirror of
https://github.com/GeyserMC/Floodgate.git
synced 2025-12-19 14:59:20 +00:00
Added a way to get the Floodgate prefix using the API
This commit is contained in:
@@ -40,6 +40,12 @@ public interface FloodgateApi {
|
||||
return InstanceHolder.getApi();
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the character(s) that will be added in front of a Bedrock player's name to prevent
|
||||
* username duplicates.
|
||||
*/
|
||||
String getPlayerPrefix();
|
||||
|
||||
/**
|
||||
* Returns all the online Floodgate players.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user