ServerQuery client_is_channel_commander not changable

Using clientedit query command I cant change the user is_client_channel_commander state.
Anyone here who can tell me what im doing wrong?

Teamspeak Server Version: version=3.13.7 build=1655727713 platform=Linux
Logged in as serveradmin
Client that I try to set channel commander, has default Server Admin Group.

As far as i remember is the channel commander variable read only and only locally changeable on yourself via ui(Probably also via plugin api).
We should remove the parameter example out of the help file.

4 Likes

Alright thank you!

I was so confused because in the html file for serverquerydocs it also says that it is changeable but thanks for your answer.

I created a ticket for that so if i’m wrong and it SHOULD work we could fix that.

4 Likes

If you really need to assign channel_commander use “clientupdate” instead
serveradmin@9987(1):online> clientupdate is_channel_commander=1
error id=0 msg=ok

5 Likes