• If you need help or want to discuss things, you now can also join us on our Discord Server!
  • A first preview of the unlimited version of SinusBot can be found in the Upcoming Changes thread. A version for Windows will follow, but we don't have a release date, yet.
TS3 Ranking

TS3 TS3 Ranking 2.01

No permission to download
Fixed bug where nicks weren't updated.
This version is not compatible with previous versions < 2, you have to manually migrate database!

- Specyfing individual level's message type CHAT/POKE, message content, SGID.
- Ignoring UID's.
- Exporting/Importing database.
- API support.
- Enable nick hyperlinks in top records channel.
- Enable welcome client info.

-- Code changes:
- All native (for i) loops changed to one of Array.prototype methods such as forEach, filter, map etc.
- Many functions converted to ES6 standards.
- Changed database structure to {uid = {nick, time}}.
- Channel TOP function split into 3 lesser functions, time adder, rank guardian, channel records displayer.
- setInterval replaced by setTimout due to potential RAM spiking bug.

https://github.com/r3flexmlg/Sinusbot_Scripts/commit/a3dcb10fab212bac740e56f68074e413d2758153
- Ranking channel option is now channel type - from number.
- Ranking channel function will no longer throw exception if record limit is higher than
actual number of records.
- Colors, AFK time, record limit, have now default value.
- Updated channel description function.

- Migrations
Possible to export database for TS3 Ranking 2.0+
a) Added export database command: !export_db_old

Full github commit:
https://github.com/r3flexmlg/Sinusbot_Scripts/commit/b661a05389dd2637f9fd844dcec06e77bafa61e8
Top