Team

class Team(team: ScorePlayerTeam)

Functions

Link copied to clipboard
fun canSeeInvisibleTeammates(): Boolean

Gets whether the team can see invisible players on the same team

Link copied to clipboard
fun getDeathMessageVisibility(): String

Gets the team's death message visibility

Link copied to clipboard
fun getFriendlyFire(): Boolean

Gets the team's friendly fire setting

Link copied to clipboard
fun getMembers(): List<String>

Gets the list of names on the team

Link copied to clipboard
fun getName(): String

Gets the display name of the team

Link copied to clipboard
fun getNameTagVisibility(): String

Gets the team's name tag visibility

Link copied to clipboard
fun getPrefix(): String

Gets the team prefix

Link copied to clipboard
fun getRegisteredName(): String

Gets the registered name of the team

Link copied to clipboard
fun getSuffix(): String

Gets the team suffix

Link copied to clipboard
fun setName(name: String): Team

Sets the display name of the team

Link copied to clipboard
fun setPrefix(prefix: String): Team

Sets the team prefix

Link copied to clipboard
fun setSuffix(suffix: String): Team

Sets the team suffix

Properties

Link copied to clipboard
val team: ScorePlayerTeam

Sources

Link copied to clipboard