- Nakama
- Getting Started+-
- Concepts+-
- Server Framework+-
- Client Libraries+-
- API+-
- Tutorials+-
- Guides+-
- Overview
- Concepts+-
- Overview
- Edgegap Integration
- GameLift Fleet Management
- Bucketed Leaderboards
- Custom Authentication with Third-Party Services
- Custom Leaderboards
- Creating an Economy
- Daily Rewards
- Initialize a New User
- Matchmaking Around Blocked Users
- Passive Multiplayer
- Tiered Leagues
- Creating a Lobby System
- Unread Chat Messages
- Server Framework+-
- Deployment+-
- Videos
- Hiro
- Concepts+-
- Unity+-
- Unreal+-
- C+++-
- Dart+-
- TypeScript+-
- Godot+-
- Server Framework+-
- Guides+-
- Satori
- Heroic Cloud
Teams #
Teams are a Hiro meta system which allows the player to create, join, and search for teams of other players. Teams can be used to create guilds, clans, or any other organized unit of players useful for your gameplay.
The Teams system is build on top of the Nakama groups feature, and the chat feature, to enable players to communicate with each other, fetch historical chat messages, and even request donations.
Customization parameters #
The following JSON represents the customization parameters you can use to configure the default user experience for the teams system.
|
|
Teams #
Property | Type | Description |
---|---|---|
max_team_size | int | The maximum number of members that a team can have. |