Result

public enum Result

Basic kick reasons for communicating to plugins

Entries

Link copied to clipboard

The player is allowed to log in

Link copied to clipboard

The player is not allowed to log in, due to the server being full

Link copied to clipboard

The player is not allowed to log in, due to them being banned

Link copied to clipboard

The player is not allowed to log in, due to them not being on the white list

Link copied to clipboard

The player is not allowed to log in, for reasons undefined

Functions

Link copied to clipboard
public static PlayerLoginEvent.Result valueOf(String name)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.