HyCodeYourTale
classpublicPriority 1

AuthStatusCommand

com.hypixel.hytale.server.core.command.commands.server.auth.AuthStatusCommand

extends CommandBase

0

Methods

0

Public Methods

0

Fields

1

Constructors

Constants

MessageMESSAGE_STATUS_CONNECTION_MODE_AUTHENTICATED= Message.translation("server.commands.auth.status.connectionMode.authenticated") .color(Colo...
MessageMESSAGE_STATUS_CONNECTION_MODE_INSECURE= Message.translation("server.commands.auth.status.connectionMode.insecure") .color(Color.ORA...
MessageMESSAGE_STATUS_CONNECTION_MODE_OFFLINE= Message.translation("server.commands.auth.status.connectionMode.offline") .color(Color.YELLOW)
MessageMESSAGE_STATUS_HEADER= Message.translation("server.commands.auth.status.format")
MessageMESSAGE_STATUS_HELP= Message.translation("server.commands.auth.status.help").color(Color.YELLOW)
MessageMESSAGE_STATUS_MODE_EXTERNAL= Message.translation("server.commands.auth.status.mode.external").color(Color.GREEN)
MessageMESSAGE_STATUS_MODE_NONE= Message.translation("server.commands.auth.status.mode.none").color(Color.RED)
MessageMESSAGE_STATUS_MODE_OAUTH_BROWSER= Message.translation("server.commands.auth.status.mode.oauthBrowser").color(Color.GREEN)
MessageMESSAGE_STATUS_MODE_OAUTH_DEVICE= Message.translation("server.commands.auth.status.mode.oauthDevice").color(Color.GREEN)
MessageMESSAGE_STATUS_MODE_OAUTH_STORE= Message.translation("server.commands.auth.status.mode.oauthStore").color(Color.GREEN)
MessageMESSAGE_STATUS_MODE_SINGLEPLAYER= Message.translation("server.commands.auth.status.mode.singleplayer").color(Color.GREEN)
MessageMESSAGE_STATUS_PENDING= Message.translation("server.commands.auth.status.pending").color(Color.YELLOW)
MessageMESSAGE_STATUS_TOKEN_MISSING= Message.translation("server.commands.auth.status.tokenMissing").color(Color.RED)
MessageMESSAGE_STATUS_TOKEN_PRESENT= Message.translation("server.commands.auth.status.tokenPresent").color(Color.GREEN)

Constructors

public
AuthStatusCommand()

Related Classes