Skip to content
This repository has been archived by the owner on May 6, 2023. It is now read-only.

Releases: ServerMod/SCPDiscord

Hotfix 2.0.6-B

25 Jul 17:28
8da8a0e
Compare
Choose a tag to compare

Changelog

  • Fixed typo in rolesync comands which would break userids
  • Fixed rare exception when throwing grenades

Full Changelog: KarlOfDuty/SCPDiscord@2.0.6...2.0.6-B

Release 2.0.6

25 Jul 12:34
083a24c
Compare
Choose a tag to compare

Changelog

  • Better support for offline servers:
    • RoleSync support added for offline servers.
    • New command added: syncip.
  • Command syncrole is now called syncsteamid, please update your bot configs accordingly.
  • The grantvanillarole command should work a bit better now.
  • Fixed NRE when RA commands are used from console

Full Changelog: KarlOfDuty/SCPDiscord@2.0.5...2.0.6

Release 2.0.5

18 Jul 17:12
b906596
Compare
Choose a tag to compare

Changelog

  • Fixed console commands running on a different thread which for some commands risks crashing the server

Full Changelog: KarlOfDuty/SCPDiscord@2.0.4...2.0.5

Release 2.0.4

07 May 17:19
efc2578
Compare
Choose a tag to compare

Changelog

  • Updated Discord API in the bot, removes an error message on startup which had no effect.
  • The plugin has no changes so you don't have to update that.

Release 2.0.3

12 Apr 22:47
c54771b
Compare
Choose a tag to compare

Updated to Smod 3.10.1 Beta

Release 2.0.2

20 Mar 16:34
d290e7f
Compare
Choose a tag to compare

Changelog

  • Implemented some new events
  • Updated config and language files

Full Changelog: KarlOfDuty/SCPDiscord@2.0.1...2.0.2

Release 2.0.1-B

18 Mar 22:37
bdb0840
Compare
Choose a tag to compare

Changelog

  • Updated events to new API version
  • Updated english language files
  • Removed channel topic updater as the discord API rate limit is making it a bit useless nowadays

Full Changelog: KarlOfDuty/SCPDiscord@2.0.0...2.0.1-B

Release 2.0.0

08 Aug 22:34
Compare
Choose a tag to compare

Changelog

  • Updated Discord API
  • Fixed ip address parsing
  • Made networking prefer IPv4 if available
  • Made permission checks use regex instead of normal string replacements
  • Added translation for some more new objects

Release candidate 2.0.0-rc2

23 May 17:15
Compare
Choose a tag to compare
Pre-release

Changelog

  • Fixed internal Discord client getting duplicated
  • Fixed commands listening in all channels instead of just the configured ones
  • The new Discord API doesn't include the everyone role in players' role lists, so you can now use role ID 0 in the config for that instead
  • Updated bot config, so make sure to check out the new one
  • Updated ban duration parsing

Release candidate 2.0.0-rc1

23 May 00:21
b1805e7
Compare
Choose a tag to compare
Pre-release

Changelog

  • Bot completely remade in .NET 5.0
  • Network traffic remade with protobuf. This allows for the plugin to be split into an Exiled and Smod version at some point but the bot staying the same for both. Also increases performance and ease of development.
  • Console commands are now used through +server <command> instead of just +<command>
  • Bot should have better performance both in RAM usage and CPU usage.
  • Fixed a few small bugs

Read the new bot setup guide!