Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Releases: M-archand/SharpTimer-WallLists

SharpTimer-WallLists v1.0.5

25 Nov 13:54

Choose a tag to compare

New Features:

  • Change the number of lines per list type.
  • !reloadlistcfg command. Configurable variable that will reload any changes you make to your config while your server is still live. In testing, it took about 15 seconds for changes to go into effect.
  • !updatelistcfg command. Configurable variable that will update your config file to add any new config variables that have been added in a new release. Default values will be applied. Variables that no longer exist will be removed. Example: You're currently on version 1.0.5, you download 1.0.6 onto your server, you then run !updatelistcfg in-game and your config will be auto-updated.
  • AutoUpdateConfig config setting. If true, your config will automatically be updated on plugin start, with no need to use the !updatelistcfg command in-game. Defaults to false.
  • Now supports plugin update automation when a new release is published on GitHub! Check out cs2-update-manager by Kandru to find out more!

Fixes:

  • Fixed command customization related issue

Config Removals:

  • TopCount

Config Additions:

  • TimesCount
  • PointsCount
  • CompletionsCount
  • AutoUpdateConfig
  • ReloadConfigCommand
  • UpdateConfigCommand

SharpTimer-WallLists v1.0.4

13 Nov 02:52
0dde632

Choose a tag to compare

  • Query now uses the TimerTicks column instead of FormattedTime, and then formats it it in the plugin. Should fix an issue where map times over an hour were appearing at the top of the list.

Thank you @qq410525209 for pointing out this bug.

SharpTimer-WallLists v1.0.3

07 Nov 19:58
a895040

Choose a tag to compare

Important

Please note that this release only supports SharpTimer version 0.2.9 and above.

  • Added the ability to filter for specific "Styles" in the Map Times List. Thank you to @qq410525209 for pointing out this oversight to me.
  • Updated config version from 3 -> 4. Let the plugin generate the new config or add "RecordStyle": "0", above "ConfigVersion".

Please report any bugs you may find. Thank you!

SharpTimer-WallLists v1.0.2

15 Sep 03:15
dc3708d

Choose a tag to compare

  • Update config version from 2 -> 3. Let the plugin generate the new config

    • Removed MapsTitleText from config, replaced with TimesTitleText
    • Added CompletionsTitleText to config
    • Removed TextAlignment from config, added PointsTextAlignment, TimesTextAlignment, CompletionsTextAlignment
    • Added CompletionsListCommand to config
  • Add Completions List functionality. This shows a list of the players with the most map completions on the server. The default command is !completionslist. This only counts the number of main map completions, it does not include map bonuses.

  • Add list alignment config for each type of list.

  • Organized database string and query code

  • Cleaned up some code

Please report any bugs you may find. Thank you!

SharpTimer-WallLists v1.0.1

09 Aug 15:39
d623cde

Choose a tag to compare

• Added the ability to use left text alignment. Add "TextAlignment": "left", to your config to use left alignment. Defaults to center.
• Minor code cleanup

08_09_24_11-26_cs2_hg2pjcB0hQ

SharpTimer-WallLists v1.0.0

29 Jul 03:52
5e87f9a

Choose a tag to compare

Important

Initial release:

  • Please post any issues in the Issues tracker.
  • Please review the README.md for instructions.
  • If you used the individual plugins before this combined release, you will have to move/rename some files. Your existing map location/rotation coordinates will still be compatible, you just have to move them to the maps folder, and rename _maplist.json to _timeslist.json

Thanks for using 👍