question

shammihembrom7 avatar image
shammihembrom7 asked

Clans inside different servers (worlds)

I want to group players by different Servers/Worlds and further group them into different clans. How to approach this?

Shared Group Datamultiplayer
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Xiao Zha avatar image
Xiao Zha answered

PlayFab provides Groups feature for you to create guild and clan interactions within your game. If you want to group players by server/world, you can add them to the appropriate group when they enter the server/world. Then If you want to further group players into clans based on server/world group, the playfab Group feature does not support creating subdivided groups within group. As a workaround, you can create a new group separately to add the players in and associate the group with the server/world group using the group name.

2 comments
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

shammihembrom7 avatar image shammihembrom7 commented ·

Thank you! Xiao

Is there any limitation on the total number of long-term groups that I create?

0 Likes 0 ·
Xiao Zha avatar image Xiao Zha shammihembrom7 commented ·

Sorry for the late reply. The number of group count does not have a limit. If you want to know other limits of the Group, you can navigate to this page: https://developer.playfab.com/en-us/TitleId/limits, remember to replace the “TitleID” with your actual TitleID.

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.