get Guild
Get the guild of a player.
Return
the guild that the player is in, or null
if the player is not in a guild
Parameters
player
: the player whose guild you want to retrieve
Get a guild by its UUID.
Return
the guild with the given UUID, or null
if no such guild exists
Parameters
uuid
: the UUID of the guild
Get a guild by its name.
Return
the guild with the given name, or null
if no such guild exists
Parameters
name
: the name of the guild