Skip to content

Releases: wiruwiru/NeedSystem-CS2

NeedSystem v1.1.9

12 Dec 07:34

Choose a tag to compare

  • ⚙️ Multiple webhook URL support
    • Added support for configuring multiple webhook URLs, allowing the same player request message to be sent to multiple Discord channels/servers.

Place the plugin in csgo/addons/counterstrikesharp/plugins/NeedSystem.
After the first server startup, the configuration file will be created in csgo/addons/counterstrikesharp/configs/plugins/NeedSystem.

NeedSystem v1.1.8

02 Nov 02:58

Choose a tag to compare

Place the plugin in csgo/addons/counterstrikesharp/plugins/NeedSystem.
After the first server startup, the configuration file will be created in csgo/addons/counterstrikesharp/configs/plugins/NeedSystem.

NeedSystem v1.1.7

20 Oct 04:37
fb822fc

Choose a tag to compare

  • 🗄️ Database support (optional)

    • New database configuration section to store notification records
    • Track notification history including: Server information, Player counts, Map names, Timestamps, Requesting players.
    • Fully optional - disable it if you don't need it without any performance impact
  • ⚙️ Improved configuration structure

    • Reorganized configuration into clearer.
    • Better readability and easier to maintain

Place the plugin in csgo/addons/counterstrikesharp/plugins/NeedSystem.
After the first server startup, the configuration file will be created in csgo/addons/counterstrikesharp/configs/plugins/NeedSystem.

NeedSystem v1.1.6

11 Jul 07:58
78df369

Choose a tag to compare

feat: players with admin flag are not shown in the list of names or counted in case they are in the spectator team or none (to be compatible with /hide command of simpleadmin); you can enable or disable this logic by setting DontCountAdmins to false

Place the plugin in csgo/addons/counterstrikesharp/plugins/NeedSystem.
After the first server startup, the configuration file will be created in csgo/addons/counterstrikesharp/configs/plugins/NeedSystem.

NeedSystem v1.1.5b

13 Jan 22:57
0fb5477

Choose a tag to compare

  • feat(lang): polish translation

Place the plugin in csgo/addons/counterstrikesharp/plugins/NeedSystem.

After the first server startup, the configuration file will be created in csgo/addons/counterstrikesharp/configs/plugins/NeedSystem.

NeedSystem v1.1.5

13 Jan 15:48

Choose a tag to compare

  • feat: add NotifyAllPlayers config
    • A new configuration option has been added that allows you to toggle between announcing to all players or only to the player who sent a player request to Discord.

Thanks to NikolaJyun for the suggestion.

Place the plugin in csgo/addons/counterstrikesharp/plugins/NeedSystem.

After the first server startup, the configuration file will be created in csgo/addons/counterstrikesharp/configs/plugins/NeedSystem.

NeedSystem v1.1.4

29 Nov 13:20

Choose a tag to compare

  • Moved the base configuration to Config.cs for better code readability.
  • Updated the default url of “ImagesURL” (the previous one stopped working).

Place the plugin in game/csgo/addons/counterstrikesharp/plugins/NeedSystem
After first server start, config.json be created

NeedSystem v1.1.3b

17 Nov 02:31

Choose a tag to compare

  • New custom domain default

Place the plugin in game/csgo/addons/counterstrikesharp/plugins/NeedSystem
After first server start, config.json be created

NeedSystem v1.1.3

07 Nov 23:24

Choose a tag to compare

  • Added a configuration option called “GetMaxServerPlayers”. When this option is set to true it automatically gets the maximum capacity of players on your server, otherwise it will use the number configured in “MaxServerPlayers”.

Place the plugin in game/csgo/addons/counterstrikesharp/plugins/NeedSystem
After first server start, config.json be created

NeedSystem v1.1.2

07 Nov 06:13

Choose a tag to compare

  • Added a configuration option that allows the plugin to get the hostname automatically from server.cfg and display it in the embed title.
  • Added a configuration option that allows the plugin to obtain IP:PORT automatically.

Place the plugin in game/csgo/addons/counterstrikesharp/plugins/NeedSystem
After first server start, config.json be created