getGuildByPlayerId

@Nullable
open fun getGuildByPlayerId(@NotNull uuid: @NotNull UUID): @Nullable Guild(source)

Get the guild that a player belongs to by their UUID.

Return

the guild the player is a member of, or null if the player is not in a guild

Parameters

uuid

the UUID of the player