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

Releases: KarlOfDuty/SCPermissions

Release 1.0.4

20 Mar 16:41
25d6ec8
Compare
Choose a tag to compare

Changelog

  • Updated API version
  • Fixed a bug which would break reading from and writing to the playerdata file under some circumstances

Full Changelog: 1.0.3...1.0.4

Release 1.0.3

19 Sep 15:25
fd3104d
Compare
Choose a tag to compare

Changelog

  • Added UserID validation fixing some issues with saving invalid IDs
  • Added more debugging info for troubleshooting

Release 1.0.2

10 Jun 23:13
Compare
Choose a tag to compare

Changelog

  • Updated to latest smod beta

Release 1.0.1

25 May 22:45
Compare
Choose a tag to compare

Changelog:

  • Rebuilt for Smod 3.7.0

  • Now uses userIDs instead of steamIDs throughout the plugin so if you already have a players.yml file make sure to add @steam to the end of all ids.

Release 1.0.0

09 Aug 00:44
Compare
Choose a tag to compare

Changelog:

  • Plugin is now no longer in beta.

  • Fixed major bug causing vanilla ranks assigned through the plugin not to work in the majority of cases.

Beta 0.4.3

12 Jun 00:37
Compare
Choose a tag to compare
Beta 0.4.3 Pre-release
Pre-release

Changelog:

  • Updated API to 3.4.1

  • Fixed a bug where temporary ranks would not be considered by the plugin under some circumstances. (Fixes some SCPDiscord syncing)

Beta 0.4.2

18 May 16:11
Compare
Choose a tag to compare
Beta 0.4.2 Pre-release
Pre-release

Changelog:

  • Fixed list command not working without providing two arguments.

Beta 0.4.1

15 May 23:45
957581f
Compare
Choose a tag to compare
Beta 0.4.1 Pre-release
Pre-release

Changelog:

  • Added scperms_listranks command which lists all registered ranks.

Beta 0.4.0

15 May 23:24
c85f733
Compare
Choose a tag to compare
Beta 0.4.0 Pre-release
Pre-release

Changelog:

  • Made plugin run immediately instead of after a few seconds as the vanilla config system isn't as insane anymore and actually gives the correct values on startup now.

  • Removed the multiline style of permission nodes as they just confused people.

  • Added scperms_givetemprank and scperms_removetemprank commands to update players ranks only for a single server session.

  • Fixed an exception in the give rank command if the player file was empty.

Beta 0.3.0

06 Apr 21:59
Compare
Choose a tag to compare
Beta 0.3.0 Pre-release
Pre-release

Initial release.