Releases: wiruwiru/NeedSystem-CS2
NeedSystem v1.1.9
- ⚙️ 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
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
-
🗄️ 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
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
- feat(lang): polish translation
-
- Thanks to @y0ungsm
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
- 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
- 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
- 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
- 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
- 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