Package us.ajg0702.queue.api
Interface AliasManager
public interface AliasManager
-
Method Summary
-
Method Details
-
getAlias
Gets an alias from the server/group's name- Parameters:
server- The original name of the server- Returns:
- The set alias (set in the config)
-
getServer
Gets the name of the server/group from an alias- Parameters:
alias- The alias- Returns:
- The name of the server/group
-