Skip to content

Releases: robske110/SignServerStats

1.1.0 - The missing features

31 Oct 15:46
Compare
Choose a tag to compare

The version 1.1.0 of SSS includes some new features with bugfixes.
The following examples have also been updated, and a phar is attached:

Changelog:

-Everything is confirmed to be ALPHA9 compatible (last test with pmmp@ caf9eaa2da2846df32cd42f6b68d6ff56c8d6c13)

SSS changes since 1.0.0:

  • Tap a sign to get transferred! (For all users with the permission SSS.servertransfer
  • You can now use longer hostnames, simply utilise line 2+3, and place a - at the end of line2
  • A Sign style config is now available for you to fully customise the looks of the sign.
  • AsyncTask: More robust against invalid query responses
  • API: Plugins can now get the full response data (basically everything one can fetch via a query)
  • API: Added AsyncUpdateEvent, which defeats the need to use tasks to fetch information (see the example plugin changes for details)

The extensions have the following changes since 1.0.0:
StatusList:

  • Now also displays player count and max player count in the list for online servers

WarnOffline:

  • Uses and requires new API (1.1.0)
  • Performance improvements
  • Fixed API check

1.0.0 - The restart

22 Sep 18:19
Compare
Choose a tag to compare

Finally, it is here: The version 1.0 of SSS. But it isn't just that, because this version version also includes some extension plugins that depend on SSS, which are also provided as phars:

As for the changes I won't have a changelog for 1.0.x vs 0.9.x because that would be ridiculous, so the changelog below will just include the fixes since the last beta (beta4). Also feature-wise this update hasn't changed much. But now it has an API for endless possibilities for features, demonstrated by the examples above. There's basically been a complete rewrite of SSS, it was necessary because this plugin started as a plugin which was done in a few days for a server and therefore it was not very well written and messy.

Changelog:

-Travis fixes, as usual. (pmmp breaks stuff allthetime)
-Everything is confirmed to be ALPHA8 compatible (last test with pmmp@c8fd0eaf8bbfae06c0d3b01a54cf84ca3ef1d070)

SSS changes since 1.0.0-InDev-beta4:
-AsyncTask: Faster shutdown time
-Internal changes for the doQuery function
-finished PHP 7.2 changes
-PHPdoc for allthethings

The extensions have the following changes since beta2:
StatusList:

  • Added some more aliases
  • PHPdoc for allthethings
  • Break lines with excessive length

WarnOffline:

  • PHPdoc for allthethings
  • Break lines with excessive length

1.0.0-InDev-beta4 - The final beta.

28 Aug 11:28
Compare
Choose a tag to compare
Pre-release

This release has all the features 1.0.0 will have and you can help getting to a production-ready 1.0.0 faster by testing the plugin and the extensions and create an issue for any bugs or suggestions.

This version also includes some extension plugins that depend on SSS:

Changelog:

-Travis is now enabled for SSS and the extensions.

SSS changes since 1.0.0-InDev-beta3:

  • API:
    • Removed doCheck/active for addServer
    • addServer now returns false if server already exists
  • General:
    • Fixed that data of servers wouldn’t be cleared if AsyncTask had checkServers
    • Greatly improves BlockBreakEvent performance
    • Added color to messages and adjusted them
    • Fixed some bugs&crashes

The extensions have the following changes since beta1:

DumpInfo:

  • Added color to messages
  • Fixed removing servers that were added by other plugins
  • Fixed API version check
  • Internal: use noutils version of SCP

StatusList:

  • Changed some command aliases
  • Internal: Uses no task anymore. Now caching data and getting data on demand
    if new data is available.
  • Fixed API version check
  • Added Refresh ago in secs to the list

WarnOffline:

  • Added API check with StatusList
  • Notifies if the server went back online from an offline state

1.0.0-InDev-beta3 - Almost there!

24 Aug 01:51
Compare
Choose a tag to compare
Pre-release

Most probably this has all the features that 1.0.0 will have, and is currently considered stable, although it needs further testing. You can help by testing the plugin and the extensions and create an issue for any bugs or suggestions.

WARNING: Your config will be reset!

Changes since 1.0.0-InDev-beta2:

  • API:
    • Changed serverArray Indexing: Instead of having $ip.$port the indexes are now $ip."@".$port.
  • General:
    • Server query timeout is now configureable with server-query-timeout-sec
    • Changed the config name of SSSAsyncTaskCall to async-task-call-ticks
    • Fixed some bugs&crashes

This version also includes some extension plugins that depend on SSS:

1.0.0-InDev-beta2

16 Jul 19:00
Compare
Choose a tag to compare
1.0.0-InDev-beta2 Pre-release
Pre-release

What has changed:
too much

This version fully supports 1.1.x and API 3.0.0-ALPHA7.

SignServerStats Version 0.9.1 (Working)

21 Jan 08:06
Compare
Choose a tag to compare
Pre-release
fix level related errors

and add more rXXX_blah_blah