Skip to content

Releases: 1Mack/CS2-CallAdmin

V1.1.2

12 May 20:11
Compare
Choose a tag to compare
V1.1.2 Pre-release
Pre-release

Changes

  • Dotnet 8
  • Better Config
  • Code improvements
  • CenterHtmlMenu (UseCenterHtmlMenu = true)
  • Option to ignore Admin (using flags) on !report
  • Option to ignore words on !report custom message

If you are already using CallAdmin, delete the config file before uploading the latest version.

V1.1.1

16 Feb 14:53
Compare
Choose a tag to compare

Changes

  • Fix mistake
  • Option to ban or kick if a player has been reported more than X times in a Map OR defined time
  • More configs
  • New Langs
    -"MaximumReportsPlayerCanReceiveBeforeAction": 0 = Disabled
    -"ActionToDoWhenMaximumLimitReached": 0 = Nothing; 1 = Kick; 2 = Ban
    -"IfActionIsBanThenBanForHowManyMinutes": 0 = Permanent;
    -"HowShouldBeChecked": 0 = Default; > 0 = Check for minutes, so if a player has MaximumReportsPlayerCanReceiveBeforeAction in HowShouldBeChecked minutes, an ActionToDoWhenMaximumLimitReached will be called

V1.1.0

15 Feb 12:19
Compare
Choose a tag to compare

Changes

  • Code improvements
  • Option to cancel the report (by owner or staff)
  • More configs
  • CanReportPlayerAlreadyReported -> 0 = Don't check; 1 = check victim steamid AND suspect steamid; 2 = check only suspect steamid; 3 = check suspect steamid AND reason; 4 = check victim steamid AND suspect steamid AND reason
  • New Langs

Attention

To use this version, drop your old table of CallAdmin

V1.9

27 Dec 13:31
Compare
Choose a tag to compare

Changes

  • Fix for the newer version of CSS

V1.8

19 Dec 17:58
Compare
Choose a tag to compare

Changes

  • Fix lag when sending a report to discord.
  • Support for reasons langs

How to translate reasons?

  1. Set your reasons on configs/plugins/CallAdmin/CallAdmin.json
  2. You have to separete them with ";". The reason with {CUSTOMREASON} will be custom, so the player can type their own reason on chat.
  3. After that, go to plugins/CallAdmin/lang
  4. If you put 3 reasons on config, you will have to add 3 properties on lang, like: "Reason_1": "teste", "Reason_2": "teste2", "Reason_3": "teste3".

You can check a example on the main folder. Look at the config file and on the pt-BR lang

V1.7

14 Dec 12:46
Compare
Choose a tag to compare

Changes

  • Fix "Native XXX was invoked on a non-main thread".
  • Custom embed content after handle a report.
  • Added translations: LV, PL
  • Multiple commands support (Just separete them with ";")

Lang has been changed, download the new version

Place the folder CallAdmin into csgo/addons/counterstrikesharp/plugins

V1.6.1

13 Dec 13:02
Compare
Choose a tag to compare

Changes

  • Fix for version 1.6
  • Embed colors are now localized in config instead of languages

Place the folder CallAdmin into csgo/addons/counterstrikesharp/plugins

V1.6

13 Dec 02:54
Compare
Choose a tag to compare

Changes

  • Add Translations
  • Add debug (if true, you can report yourself)

Place the folder CallAdmin into csgo/addons/counterstrikesharp/plugins

V1.5

09 Dec 16:04
Compare
Choose a tag to compare

Changes

  • Fix to get work with new css update

Place the folder CallAdmin into csgo/addons/counterstrikesharp/plugins

V1.4

04 Dec 00:58
Compare
Choose a tag to compare

Changes

  • You can choose to stop using database (ReportHandledEnabled = false)
  • Add Custom reason
  • ChatMenuMessages (title)

You must have ConfigVersion 4 to get it working. If you don't, delete CallAdmin.json and restart the server

Place the folder CallAdmin into csgo/addons/counterstrikesharp/plugins