1. 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!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Addon TeamSkript 1.0.0

Control Teamspeak with Skript!

  1. Nashoba
    Supported Minecraft Versions:
    • 1.7, 1.8, 1.9, 1.10, 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 (Text):
    1. (teamspeak|ts[3]) [server] [debug] connect to %text% with user %text% and (login|credentials) %text%, %text% [on query port %integer%]
    Code (Text):
    1. (teamspeak|ts[3]) [server] disconnect
    Code (Text):
    1. (teamspeak|ts[3]) [server] [send] broadcast [message] %text%
    Code (Text):
    1. (teamspeak|ts[3]) [server] kick %client% (due to|because) %text% [from server]
    Code (Text):
    1. (teamspeak|ts[3]) [server] tempban %client% (due to|because) %text% for %integer% second[s]
    Code (Text):
    1. (teamspeak|ts[3]) [server] ban %client% (due to|because) %text%
    Code (Text):
    1. (teamspeak|ts[3]) [server] poke %client% with (message|msg) %text%
    Code (Text):
    1. (teamspeak|ts[3]) [server] [send] (private|pv) (message|msg) %text% [to] %client%
    Code (Text):
    1. (teamspeak|ts[3]) %client% is online
    Code (Text):
    1. [the] addon is connect[ed] to (teamspeak|ts[3])
    Code (Text):
    1. (teamspeak|ts[3]) id of %client%
    Code (Text):
    1. (teamspeak|ts[3]) description of %client%
    Code (Text):
    1. (teamspeak|ts[3]) ip of %client%
    Code (Text):
    1. (teamspeak|ts[3]) [client[s]] correspond[ing][s] to ip %text%
    Code (Text):
    1. (teamspeak|ts[3]) ip[s] correspond[ing][s] to %text%
    Code (Text):
    1. (teamspeak|ts[3]) (nickname|nick|name) of %client%
    Code (Text):
    1. (teamspeak|ts[3]) clients
    Code (Text):
    1. client %text%
    Code (Text):
    1. (teamspeak|ts[3])[ server] move %client% to channel[ with id] %integer%
    player2709 and Getreidemonster like this.