Type alias teamOptions

teamOptions: { collisions?: extraTeamChoice; color: mcDefaultColors; display?: JsonRaw; friendlyFire?: boolean; hideDeathMessage?: extraTeamChoice; hideNametag?: extraTeamChoice; prefix?: JsonRaw; seeInvisibleFriends?: boolean; suffix?: JsonRaw }

Type declaration

  • Optional collisions?: extraTeamChoice
  • color: mcDefaultColors
  • Optional display?: JsonRaw

    The team's display name

  • Optional friendlyFire?: boolean

    If the PvP is activated inside the team

  • Optional hideDeathMessage?: extraTeamChoice
  • Optional hideNametag?: extraTeamChoice
  • Optional prefix?: JsonRaw

    Prefix of the member's pseudo

  • Optional seeInvisibleFriends?: boolean
  • Optional suffix?: JsonRaw

    Prefix of the member's pseudo

Generated using TypeDoc