[Developement] NimdaTS3 - A real modular teamspeak 3 Bot

Is this bot amzaing

  • Hell yeah

    Votes: 46 46.9%
  • Fuck no

    Votes: 12 12.2%
  • I cant get it to work because I'm an idiot

    Votes: 13 13.3%
  • I'm 12 what is this?

    Votes: 36 36.7%
  • Are you the real DrWhat from UC?

    Votes: 18 18.4%

  • Total voters
    98

tagKnife

Well-Known Member
Joined
Oct 2, 2015
Messages
343
Reaction score
270
Points
146
Quotes example to show off database:

PlWPwf7.png


Ya im showing off ;)
 

tagKnife

Well-Known Member
Joined
Oct 2, 2015
Messages
343
Reaction score
270
Points
146

kalle

high minded
Contributor
Joined
Oct 28, 2015
Messages
411
Reaction score
253
Points
178
Nice .
Keep it up :D
 

tagKnife

Well-Known Member
Joined
Oct 2, 2015
Messages
343
Reaction score
270
Points
146
Made a small tutorial for a the hell of it showing to make a simple plugin

 

tagKnife

Well-Known Member
Joined
Oct 2, 2015
Messages
343
Reaction score
270
Points
146
i fixed the bug, you wouldn't believe why it was happening...

The bot is asynchronous...
 

MAJIID

Member
Joined
Oct 14, 2015
Messages
19
Reaction score
5
Points
50
i love your bot ! :D
i have tried to work on 0.8.9 and I managed to create a small plugin. Nofitify on server chat on client connect .
 

tagKnife

Well-Known Member
Joined
Oct 2, 2015
Messages
343
Reaction score
270
Points
146
Nice work. Its really easy to write plugins for the bot. and that's what i aimed it to be.
 

MAJIID

Member
Joined
Oct 14, 2015
Messages
19
Reaction score
5
Points
50
I've done a small plugin if you are interested.
"Welcome message" to your users, you can select params like JTS3SERVERMOD or others bots.

JSON config file (/config/plugins/WelcomeMsg.json)

Php Plugin file (/plugins/WelcomeMsg.php)

Result
a7192a201be642c68ac940b409f6ad2b.png

if you have any suggestion say
 

tagKnife

Well-Known Member
Joined
Oct 2, 2015
Messages
343
Reaction score
270
Points
146
I want to start working on timers tomorrow so that you can make events that trigger after x amount of time or at a specific time.
 

MAJIID

Member
Joined
Oct 14, 2015
Messages
19
Reaction score
5
Points
50
New plugin OS detect and assigne ICON/GROUP.

JSON config file (/config/plugins/OsDetect.json)

Php Plugin file (/plugins/OsDetect.php)



Upload icons and assign it with id's on JSON file:
  1. "windows": 1708431356,
  2. "android": 4195065183,
  3. "linux": 16004118455,
  4. "apple": 265738880,
ScreenShot

1680910418d3475e80d46c27ccc32a07.png
 

scann

Member
Joined
Mar 1, 2016
Messages
19
Reaction score
2
Points
35
how can i start the not? (im noob with Php files :()
 

MAJIID

Member
Joined
Oct 14, 2015
Messages
19
Reaction score
5
Points
50
how can i start the not? (im noob with Php files :()
run Cmd / Powershell or VPS linux and check if php is installed (php -v)
if php existe start file with: php start.php
 

scann

Member
Joined
Mar 1, 2016
Messages
19
Reaction score
2
Points
35
I Have php and i get this error

root@vps:~/NimdaTS3-0.9.0# php ./start.php
PHP Fatal error: Uncaught Error: Class 'Config\TeamSpeak' not found in /root/NimdaTS3-0.9.0/start.php:8
Stack trace:
#0 {main}
thrown in /root/NimdaTS3-0.9.0/start.php on line 8
 

Najsr

Moderator
TeamSpeak Developer
Joined
Apr 23, 2016
Messages
483
Reaction score
249
Points
167
@DrWhat could you make a example plugin for writting in database or an exaple for a timer?
Thanks.
 
Top