- Nakama
- Getting Started+-
- Concepts+-
- Server Framework+-
- Client Libraries+-
- API+-
- Tutorials+-
- Guides+-
- Videos
- Hiro
- Concepts+-
- Unity+-
- Unreal+-
- C+++-
- 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 for a team. |