Releases: KarlOfDuty/SCPermissions
Release 1.0.4
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
Changelog
- Added UserID validation fixing some issues with saving invalid IDs
- Added more debugging info for troubleshooting
Release 1.0.2
Changelog
- Updated to latest smod beta
Release 1.0.1
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
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
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
Changelog:
- Fixed list command not working without providing two arguments.
Beta 0.4.1
Changelog:
- Added
scperms_listranks
command which lists all registered ranks.
Beta 0.4.0
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
andscperms_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
Initial release.