Skip to content

Release v3.9.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@hackthedev hackthedev released this 24 Jan 03:45
· 2 commits to main since this release

This release comes with a ton of news!

  • Created Subreddit https://www.reddit.com/r/dcts/
  • Created a ko-fi
  • Reworked Ban System (Better Temp Bans)
  • Reworked IP Bans
  • Reworked UI Prompts and Confirmations
  • Added Member Onboarding Screen
  • Added Login System
  • Heavily Improved Member Ban Dashboard for admins
  • Added Tooltip & Help System to explain new UI etc
  • and so much more!

A detailed list can be found when navigating to the server settings » "Whats New?".
Overall a lot of bugs were fixed and a lot of edges arent rough anymore. There is still a lot of work to do. Not all dialogs etc use the new UI yet. A lot of features and improvements are still to come.

Note

Since the last release i lost my job and the current job situation isnt good as well. Consider helping me with my financial situation if you like what i do here: https://ko-fi.com/shydevil

Tip

To stay up-to-date about the current development and to help grow a community checkout our subreddit!
https://www.reddit.com/r/dcts/

Caution

The new Login System may cause an older version to crash! To fix this you can add "loginName: "", and "password: "", to each server member on your server. I recommend to delete all server members and make them register using an account.

The new member structure should look like this:

{
    "id": 123456789,
    "token": "vhggfg",
    **"loginName": "userLoginNameHere",**
    "name": "Display Name Now",
    "nickname": null,
    "status": "",
    "aboutme": "",
    "icon": "",
    "banner": "",
    "joined": 132456789,
    "isOnline": 1,
    "lastOnline": 123456789,
    "isBanned": 0,
    "isMuted": 0,
    **"password": "hashedPassword"**
}

Caution

As it turns out the update is has some major bugs. Almost all of them are fixed already and i found some UI flaws when it comes to UX and general functionality which means the update will be released at a later time