Releases: acscripts/ac_scoreboard
v2.2.3
New native dependency
Maximum player count is updated only when the sv_maxclients convar changes.
Servers using AC Scoreboard are now required to support the AddConvarChangeListener native which was added in October 2024 (plenty of time for server owners to update their server artifacts).
v2.2.2
Group count
You can now optionally hide group count using the config option visibleSections.groupCount or conditionally using the groupCount ACE permission.
v2.2.1
Fixed order of items in player list
Players are now sorted by their server ID.
v2.2.0
v2.1.0
This release brings two features that were requested right after v2 was released.
Because of new configuration options, make sure to properly update your config.lua file.
Added integrated group trigger for status indicators
You can now configure status indicators to be automatically enabled when certain group count conditions are met.
Documentation has been updated so you can now check here how simple it is!
Each group can now have it's own includeOffDuty setting
The global includeOffDuty is still used in case there is no override for the specific group row.
Thanks to this new option, you can for example include off-duty police officers, but not include off-duty doctors and medics.
v2.0.0
Rewritten version - V2
New dependency - ox_lib
Starting from this version, your server will be required to use ox_lib.
Changes in the config file
The structure and option names were changed in config.lua.
You have to configure everything again in the new config format.

