Skip to content
This repository has been archived by the owner on Jul 26, 2021. It is now read-only.

Releases: Teamspeak-Query-Plugin-Framework/tsq-plugin-framework

2.1.0

26 Mar 00:32
0eb3407
Compare
Choose a tag to compare

[2.1.0] - 2020-03-26

Added

  • Added JavaDoc to classes that did not have any before
  • Added config key regeneration for framework configs
  • Added config check system, which informs the user about incorrect config setup
  • Added floodRate config key, which, if set to unlimited, may improve performance

Changed

  • Improved help user feedback which now is more organized and gives more information

Get this release

Maven

<dependency>
  <groupId>net.vortexdata.tsqpf</groupId>
  <artifactId>tsqpf</artifactId>
  <version>2.1.0</version>
</dependency>

2.1.0-alpha.1

21 Mar 18:51
f95195d
Compare
Choose a tag to compare
2.1.0-alpha.1 Pre-release
Pre-release

First alpha release of Teamspeak Query Plugin Framework 2.1.0.

The API can be used via Maven by adding the dependency below to your pom.xml:

<dependency>
  <groupId>net.vortexdata.tsqpf</groupId>
  <artifactId>tsqpf</artifactId>
  <version>2.1.0-alpha.1</version>
</dependency>

Changelog and more information will be published with the full release.

2.0.0

08 Feb 16:39
Compare
Choose a tag to compare

[2.0.0] - 2020-02-08

Added

  • Added new config values
    • acceptEula
    • enableExceptionReporting
    • enableHeartbeat
    • heartbeatPort
    • remoteShellPort
    • enableRemoteShell
  • Added messages.properties
  • Added eula.txt
  • Added eula check
  • Added update check
  • Added new CLI commands
    • framework
    • clear
    • adduser
    • deluser
    • help
    • logout
    • plugins
  • Added new launch parameters
    • reset-root
    • debug
  • Added CLI user system
  • Added more detailed log output related to plugin status updates
  • Added ExceptionReporter
  • Added StatusReporter
  • Added chat command handling
  • Added console command handling
  • Added plugin.yml requirement to plugin loader
  • Added UUID system
  • Added multi-user support
  • Added reload compatibility
  • Added JavaDoc

Changed

  • Changed log system to create a new log file every day
  • Changed startup header
  • Changed and reworked CLI

Fixed

  • Fixed NullPointerException on reference of a missing config key
  • Fixed various bugs from prototype

Removed

  • Removed unused packages
  • Removed install wizard
  • Removed some development debug messages
  • Removed stop command

2.0.0-alpha.2

27 Jan 19:41
f031162
Compare
Choose a tag to compare
2.0.0-alpha.2 Pre-release
Pre-release

Second alpha release of Teamspeak Query Plugin Framework 2.0.0 [Working Title: Mint].

The API can be used via Maven by adding the dependency below to your pom.xml:

<dependency>
  <groupId>net.vortexdata.tsqpf</groupId>
  <artifactId>tsqpf</artifactId>
  <version>2.0.0-alpha.1</version>
</dependency>

Changelog and more information will be released with the full release.

2.0.0-alpha.1

12 Jan 18:27
f031162
Compare
Choose a tag to compare
2.0.0-alpha.1 Pre-release
Pre-release

First alpha release of Teamspeak Query Plugin Framework 2.0.0 [Working Title: Mint].

The .zip archive contains two launch scripts, one for Windows and the other for Linux operating systems, and two .jar files. The tsqpf-2.0.0-alpha.1.jar is the framework executable, and the tsqpf-2.0.0-alpha.1-api.jar being the API, which can be used for developing plugins.

You can implement the API for plugin development via Maven using the dependency below:

<dependency>
  <groupId>net.vortexdata.tsqpf</groupId>
  <artifactId>tsqpf</artifactId>
  <version>2.0.0-alpha.1</version>
</dependency>

Changelog and more information will be released with the full release.