diff --git a/CHANGELOG b/CHANGELOG index 5fa613f..3a0d466 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +-- 2024.07.24 - V2.3.3 + +- upgrade: update to NET8.0 from NET7.0 +- fix: remove duplicated event hook +- chore: upgrade README.md to use the team standards + -- 2024.03.30 - V2.3.2 fix: Schema target points to null diff --git a/README.md b/README.md index eee2ae2..769a3e8 100644 --- a/README.md +++ b/README.md @@ -1,140 +1,84 @@ +
+ + + +## License + +Distributed under the GPL-3.0 License. See `LICENSE.md` for more information. + + + + + +## Contact + +- **Discord:** [Discord Server](https://discord.gg/peBZpwgMHb) +- **Email:** k4ryuu@icloud.com + + + ![GitHub tag (with filter)](https://img.shields.io/github/v/tag/KitsuneLab-Development/CS2_DamageInfo?style=for-the-badge&label=Version) ![GitHub Repo stars](https://img.shields.io/github/stars/KitsuneLab-Development/CS2_DamageInfo?style=for-the-badge) ![GitHub issues](https://img.shields.io/github/issues/KitsuneLab-Development/CS2_DamageInfo?style=for-the-badge) ![GitHub](https://img.shields.io/github/license/KitsuneLab-Development/CS2_DamageInfo?style=for-the-badge) -![GitHub contributors](https://img.shields.io/github/contributors/KitsuneLab-Development/CS2_DamageInfo?style=for-the-badge) ![GitHub all releases](https://img.shields.io/github/downloads/KitsuneLab-Development/CS2_DamageInfo/total?style=for-the-badge) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/KitsuneLab-Development/CS2_DamageInfo/dev?style=for-the-badge)
- An awesome CS2 server addon created with CounterStrikeSharp
-
+ A CounterStrike2 server extension to display damage informations to center of the screen, console and/or to the chat. You can customise the plugin fully with the config file.
Download
·
- Report Bug
+ Report Bug
·
- Request Feature
+ Request Feature
+ ·
+ Website
+ ·
+ Hire Us
- - - -
- - - - - -## Getting Started - -Follow these steps to install and use the addon: - -### Prerequisites - -Before you begin, ensure you have the following prerequisites: - -- A working CS2 (Counter-Strike 2) server. -- CounterStrikeSharp is up to date and is running on your server. +- [**CounterStrikeSharp**](https://github.com/roflmuffin/CounterStrikeSharp/releases): CounterStrikeSharp allows you to write server plugins in C# for Counter-Strike 2/Source2/CS2. -### Installation + -1. **Download the Addon:** Start by downloading the addon from the [GitHub Releases Page](https://github.com/KitsuneLab-Development/CS2_DamageInfo/releases). Choose the latest release version. +## Modules -2. **Extract the Addon:** After downloading, extract the contents of the addon to the counterstrikesharp/plugins directory on your server. Inside the plugins folder, you should have a folder named exactly as the project dll. From the releases, you find it pre zipped with the correct name. +All listed modules can be found within the modules folder: -3. **Configuration:** The configuration file (if there is any), will be generated automatically to counterstrikesharp/configs/plugins/\* - - - -### Translators - -I really appreciate the help of the following people who translated the plugin into their language: - -- **[deadmau5v](https://github.com/deadmau5v)**: Chinese - - - - - -## Usage - -The addon provides several commands and console variables (convars) to customize and interact with its features. Here is the list of the key commands and convars you can use: - -### Commands - -None +- **Health**: Extra health skill +- **Armor**: Extra armor skill +- **Health Regeneration**: Health regeneration skill +- **Armor Regeneration**: Armor regeneration skill +- **Shot Damage Multiplier (Linux Only)**: Damage multiplier skill for shots +- **Knife Damage Multiplier (Linux Only)**: Damage multiplier skill for knife damages +- **Thorns (Reflect damage)**: Damage reflect skill +- **Vampire (Steal health)**: Health steal skill +- **Nade King**: Spawn grenade kits per level +- **Backstab Freeze (Linux Only)**: Chance based freeze on backstab of an enemy +- **Speed**: Additional speed on every round @@ -146,20 +90,13 @@ None - + -## Contributing +## Authors -Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**. +- [**K4ryuu**](https://github.com/K4ryuu) - _Initial work_ -If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". -Don't forget to give the project a star! Thanks again! - -1. Fork the Project -2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`) -3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`) -4. Push to the Branch (`git push origin feature/AmazingFeature`) -5. Open a Pull Request +See also the list of [contributors](https://github.com/KitsuneLab-Development/CS2_DamageInfo/graphs/contributors) who participated in this project as an outside contributor. @@ -175,7 +112,6 @@ Distributed under the GPL-3.0 License. See `LICENSE.md` for more information. ## Contact -- **Discord:** [Discord Server](https://discord.gg/peBZpwgMHb) -- **Email:** k4ryuu@icloud.com +- **KitsuneLab Team** - [contact@kitsune-lab.com](mailto:contact@kitsune-lab.com) diff --git a/src/K4ryuuDamageInfo.cs b/src/K4ryuuDamageInfo.cs index 228dc00..ccfaecf 100644 --- a/src/K4ryuuDamageInfo.cs +++ b/src/K4ryuuDamageInfo.cs @@ -57,7 +57,7 @@ public sealed class PluginConfig : BasePluginConfig public class DamageInfoPlugin : BasePlugin, IPluginConfig