Auto-Updating Permissions
-------------------------
Whenever the Permission System gets updated, the server will automatically try to assign the new permissions to your existing groups.
To enable auto-updating, simply add a value for PERMISSION_i_group_auto_update_type of the target group. The following values are
available:
Value 0: The group will be handled like 'Query Guest'
Value 1: The group will be handled like 'Query Admin'
Value 2: The group will be handled like 'Server Admin'
Value 3: The group will be handled like 'Server Normal'
Value 4: The group will be handled like 'Server Guest'
Value 5: The group will be handled like 'Channel Admin'
Value 6: The group will be handled like 'Channel Operator'
Value 7: The group will be handled like 'Channel Voice'
Value 8: The group will be handled like 'Channel Guest'
As you can see, each of these values represents a group from the default permission set of the TeamSpeak 3 Server. For example, if
the Permission System is updated with a new permission for Server Admins, all groups having their PERMISSION_i_group_auto_update_type set to 2 will be updated automatically.