Requesting : Custom TS3 bot

Thalorim

Active Member
Sep 23, 2015
72
19
84
Hello everyone, so today i'm making a thread about the ts3 bot i need and if someone can make it, i can pay for it max 15$

So the bot functions:
  • IdleMover - it needs like an channel ID (that moves into) and group ids that is allowed to move
  • Support Notifier - the person with a specific group, gets the message from the bot that someone is in the specific channel and it needs help
  • Channel Creator - when a person joins the channel bot kicks him and makes a channel with users name and messages him the generated password and gives the channel admin
  • Group Toggle - when the person joins the specific channel the user gets the specific channel group and gets kicked / moved into the home channel
If possible a webpanel or a simple config file that is easy to use ! :D
 

Thalorim

Active Member
Sep 23, 2015
72
19
84
"address": "localhost",
"queryport": 10011,
"serverport": 9987,
"username": "serveradmin",
"botname": "BOT NAME",
"password": "",
"channelId": 1, // Channel to watch for
"groupIds": [], // Group IDs that will receive messages
"allowedGroupIds": [], // Group IDs allowed to use this, empty for al
"noPermMessage": "You do not have permission to use this channel",
"supportMessage": "{{username}} requires help", // message sent to moderators
"acknowledgeMessage": "Support notified" // poke sent to client that joined


config something like this, if possible it shows how many people are online with a specific group
so in the message that person gets it like

"acknowledgeMessage": "There are {{%5}} online members that can help you, please be patient" // poke sent to client that joined
 
Top