Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Releases: ServerMod/SCPDiscord

Hotfix 2.0.6-B

Choose a tag to compare

@KarlOfDuty KarlOfDuty released this 25 Jul 17:28
8da8a0e

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

Choose a tag to compare

@KarlOfDuty KarlOfDuty released this 25 Jul 12:34
083a24c

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

Choose a tag to compare

@KarlOfDuty KarlOfDuty released this 18 Jul 17:12
b906596

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

Choose a tag to compare

@KarlOfDuty KarlOfDuty released this 07 May 17:19
efc2578

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

Choose a tag to compare

@KarlOfDuty KarlOfDuty released this 12 Apr 22:47
c54771b

Updated to Smod 3.10.1 Beta

Release 2.0.2

Choose a tag to compare

@KarlOfDuty KarlOfDuty released this 20 Mar 16:34
d290e7f

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

Choose a tag to compare

@KarlOfDuty KarlOfDuty released this 18 Mar 22:37
bdb0840

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

Choose a tag to compare

@KarlOfDuty KarlOfDuty released this 08 Aug 22:34

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

Pre-release

Choose a tag to compare

@KarlOfDuty KarlOfDuty released this 23 May 17:15

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

Pre-release

Choose a tag to compare

@KarlOfDuty KarlOfDuty released this 23 May 00:21
b1805e7

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!