Skip to content

Plugin for the Java based Teamspeak Query Plugin Framework, enabling you to create private channel on your server.

Notifications You must be signed in to change notification settings

Teamspeak-Query-Plugin-Framework/tsqpf-plugin-privatechannel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PrivateChannel

Let your clients create their own private channel.

💡 How does it work?

If a user wants to create their own private channel, they only need to open the TSQPF chat window and type in the command "!channel ". This will then create a new private channel and move them to it.

🚀 Gettings started

Just download the latest release that's compatible with your TSQPF version and copy it into its plugin directory. After you've done that, either reload or restart your framework instance in order to get it loaded and initiated.

⚙️ Configuration

Here's a list of all config keys, value datatypes and a description:

KEY | DATATYPE | DESCRIPTION

  • messageChannelCreationFailedGroup : [String] Tells the user, that he does not have permission to create a private channel.
  • messageChannelCreationSuccess : [String] Tells the user, that their channel has been created.
  • messageChannelCreationFailedUnknown : [String] Tells the user, that the channel creation failed for an unknwon reason.
  • messageChannelCreationFailedExisting : [String] Tells the user, that they already own a private channel.
  • messageChannelCreationDisabled : [String] Tells the user, that channel creation is currently disabled.
  • channelPrivateDeleteDelay : [Integer] Delete delay in seconds until the channel gets removed (if empty).
  • channelPrivateCodecQuality : [Integer] Sets the codec quality 1 to 10, 1 being worst, and 10 being best quality.
  • channelPrivateDescription : [String] Default description of private channel.
  • messageChannelSyntax : [String] Tells the user, how to create a private channel.
  • channelDefaultId : [Integer] Id of your servers lobby channel.
  • channelPrivateParentId : [Integer] ID of parent channel, which all private channel will be sub-channel of.
  • channelPrivateName : [String] Default name of a private channel (Pattern: Username + "channelPrivateName").

📁 Directory Tree

PrivateChannel/
└── plugin.conf

📜 Vortexdata Certification

This plugin is developed by VortexdataNET for the Teamspeak Query Plugin Framework. Every release is being tested for any bugs, its performance or security issues. You are free to use, modify or redistribute the plugin.

About

Plugin for the Java based Teamspeak Query Plugin Framework, enabling you to create private channel on your server.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages