TeamSkript

Addon TeamSkript 1.0.0

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Supported Minecraft Versions
  1. 1.7
  2. 1.8
  3. 1.9
  4. 1.10
  5. 1.11
Source code: https://github.com/Nashoba24/TeamSkript
Examples: https://github.com/Nashoba24/WolvSK/blob/master/examples/teamspeak.sk

Connect to Teamspeak (The first %text% is the ts ip, the second is the bot name, the third is the query account name and the last is the password)
Code:
(teamspeak|ts[3]) [server] [debug] connect to %text% with user %text% and (login|credentials) %text%, %text% [on query port %integer%]
Code:
(teamspeak|ts[3]) [server] disconnect
Code:
(teamspeak|ts[3]) [server] [send] broadcast [message] %text%
Code:
(teamspeak|ts[3]) [server] kick %client% (due to|because) %text% [from server]
Code:
(teamspeak|ts[3]) [server] tempban %client% (due to|because) %text% for %integer% second[s]
Code:
(teamspeak|ts[3]) [server] ban %client% (due to|because) %text%
Code:
(teamspeak|ts[3]) [server] poke %client% with (message|msg) %text%
Code:
(teamspeak|ts[3]) [server] [send] (private|pv) (message|msg) %text% [to] %client%
Code:
(teamspeak|ts[3]) %client% is online
Code:
[the] addon is connect[ed] to (teamspeak|ts[3])
Code:
(teamspeak|ts[3]) id of %client%
Code:
(teamspeak|ts[3]) description of %client%
Code:
(teamspeak|ts[3]) ip of %client%
Code:
(teamspeak|ts[3]) [client[s]] correspond[ing][s] to ip %text%
Code:
(teamspeak|ts[3]) ip[s] correspond[ing][s] to %text%
Code:
(teamspeak|ts[3]) (nickname|nick|name) of %client%
Code:
(teamspeak|ts[3]) clients
Code:
client %text%
Code:
(teamspeak|ts[3])[ server] move %client% to channel[ with id] %integer%
Author
Nashoba
Downloads
5,511
Views
5,511
First release
Last update
Rating
2.00 star(s) 1 ratings

More resources from Nashoba

Latest reviews

D
Hey,
I tried to connect to my teamspeak server with a port but it doesn't works. It works on localhost without port but I need it with port. Please help.

Thanks