This repository has been archived by the owner on May 6, 2023. It is now read-only.
Releases: ServerMod/SCPDiscord
Releases · ServerMod/SCPDiscord
Hotfix 2.0.6-B
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
Changelog
- Better support for offline servers:
- RoleSync support added for offline servers.
- New command added:
syncip
.
- Command
syncrole
is now calledsyncsteamid
, 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
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
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
Updated to Smod 3.10.1 Beta
Release 2.0.2
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
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
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
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 ID0
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
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