Author Topic: Add server group to all users  (Read 6725 times)

SamH

  • JTS3ServerMod Internal
  • *****
  • Posts: 4
    • View Profile
Add server group to all users
« on: October 10, 2016, 04:19:03 PM »
Is there a way to give all users a group? Most people will just say use the guest permissions but we have lots of tags on our teamspeak and if they are given a tag they loose the guest permissions.

If there is no way to do this, could this be a possible feature? And have the bot remove the server group is a user is added to another server group (for example I add a user to the admin group and it will remove the "default" group from the user).

Stefan1200

  • Administrator
  • *****
  • Posts: 2244
    • View Profile
Re: Add server group to all users
« Reply #1 on: October 10, 2016, 05:27:39 PM »
Of course, you can write a plugin which put every client into a specified server group after connecting, if they don't have this server group already. Would be quite easy (maybe 20 lines of code without the normal class and method structure). If you can't create this JTS3ServerMod plugin on your own, maybe someone can help you?

But this will not be implemented as core bot function.

beastinside

  • JTS3ServerMod Internal
  • *****
  • Posts: 39
    • View Profile
Re: Add server group to all users
« Reply #2 on: October 14, 2016, 03:19:50 PM »
I really dont understood the features task. Could you repeat your explanation?

So the bot should add a servergroup to all users if they connect to server ? (if yes i already create this feature)