Server side group type control
EcoBuilder13 opened this issue ยท 2 comments
Is your feature request related to a problem? Please describe.
In 2.4.0
group types were added, with this the option open_groups
in the server configuration file was removed. While it still gives players the ability to create this type of group it prevents server operators from specifying what type of groups are allowed.
Describe the solution you'd like
A way for server admins to force a specific type of group or set an allowed list of group types.
Ex: force_group_type=OPEN
or allowed_group_types=NORMAL,OPEN
(Only listing one option would force that group type)
You can do that with the API.
I think this would be a good fit for the enhanced groups addon.