PlayerInfo

interface PlayerInfo

Represents player-related information of the connected server.

Functions

Link copied to clipboard
abstract fun get(@NotNull key: @NotNull String): Optional<Boolean>
Gets the player's permission.
Link copied to clipboard
@NotNull
abstract fun getPermissions(): @NotNull Map<String, Boolean>
Gets the player's permissions.