Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Teamspeak3 plugin that watches selected channels (e.g. Support-Channels) and notifies you when a user joins these channels.

NotificationsYou must be signed in to change notification settings

nimradium/ts3_channel_watcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub All ReleasesGitHub release (latest by date)Project status

Project is paused (I will continue fixing reported bugs) until Teamspeak releases the Plugin API for Teamspeak 5

Channel Watcherby@nimradium

Description

ChannelWatcher is a Teamspeak 3 plugin that enables you to select certain channels (e.g. Support-Channels) and notifies you when a user joins this channels. It also saves these channels so they get automatically loaded each time you start Teamspeak and connect to the server.

Installation

There are two ways to install the plugin. The first way is to use the Teamspeak Package Installer, that should be included in the Teamspeak installation and that should be associated with the .ts3_plugin file extenstion. The second way is to manually copy the plugin files to your plugins folder.

Teamspeak Package Installer (Recommended):

  1. DownloadChannelWatcher.ts3plugin from thelatest release.
  2. Install the plugin by double-clicking on the file.
  3. Activate the plugin in the Teamspeak Settings.

Manually copying Files:

  1. Download and unpackChannelWatcher.zip from thelatest release.
  2. Copy the contents ofwin64 folder, on a 64 bit system, orwin32 folder, on a 32 bit system, into the plugins folder (should be located at%APPDATA%\TS3Client\plugins).
  3. Activate the plugin in the Teamspeak Settings.

Usage

Selecting channels

To add a channel to your Watchlist just select and right-click on a channel and click onSelect Watchchannel in the Channel Watcher Menu.

Deselecting channels

To remove a channel from your Watchlist just select and right-click on a channel and click onRemove Watchchannel in the Channel Watcher Menu.

Planned Features

  • GUI
  • Configuration

watchchannels.json

Your watchchannels are saved inwatchchannels.json. You can edit this file manually but i would not recommend it.

Object structure:

{serverUID:{  "serverName": serverName,  "serverUID": serverUID,  "watchChannels":{    channelID: {      "channelID": channelID,      "channelName": channelName    },    ...  },...}

"serverName" and"channelName" are automatically updated so there is no effect in editing those.

About

Teamspeak3 plugin that watches selected channels (e.g. Support-Channels) and notifies you when a user joins these channels.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp