I would like to know if it would be possible for someone in the REGISTERED group to be able to add and remove groups for themselves, but not be able to add or remove groups for other users. Currently, I’ve managed to make it so that they can add and remove groups for themselves, but also for other users.
Would it be possible to remove only this permission to add and remove groups for third parties, leaving this option only for the user in the REGISTERED group?
You can only achieve this by having a channel in which those users are assigned a channel group that has a 0 subscribe power, and therefore other users in all other channels are hidden.
Meaning they theoretically still can mess with other users groups, but it is a bit more tricky to do, as they don’t have direct line of sight to the user.
If you want to proceed with this setup and have questions, I can write a more detailed setup guide.
3 Likes
I think I understand, but yes, if you could create a more detailed guide I would be grateful. I will try to use this method, thank you.
You’ll need the Registered Channel group with
i_group_needed_member_add_power set to X
i_group_needed_member_remove_power set to X
i_channel_subscribe_power set to 0
i_client_max_channel_subscriptions set to 0
The registered channel with
Max users in channel to 1 → so that only one person can be inside at the same time.
i_channel_subscribe_power set to 0
i_client_max_channel_subscriptions set to 0
All regular channels probably need a i_channel_needed_subscribe_power of 1
Your rank groups need these permissions
i_group_needed_member_add_power set to X
i_group_needed_member_remove_power set to X
Make sure that the server groups don’t have b_client_skip_channelgroup_permissions assigned to them
4 Likes