|
3 | 3 | </h1> |
4 | 4 |
|
5 | 5 | <p align="center"> |
6 | | -<i>Loved the tool? Please consider <a href="https://paypal.com/paypalme/cskonet">donating</a> 💸 to help it improve!</i> |
| 6 | +<i>If you like this plugin, please consider <a href="https://paypal.com/paypalme/playpointsk">donating</a> 💸 to help it improve!</i> |
7 | 7 | </p> |
8 | 8 |
|
9 | 9 | <p align="center"> |
10 | | -<a href="https://www.paypal.com/paypalme/mleaguecz"><img src="https://img.shields.io/badge/support-PayPal-blue?logo=PayPal&style=flat-square&label=Donate"/> |
| 10 | +<a href="https://www.paypal.com/paypalme/mleaguecz"> |
| 11 | + <img src="https://img.shields.io/badge/support-PayPal-blue?logo=PayPal&style=flat-square&label=Donate"/> |
11 | 12 | </a> |
| 13 | +</p> |
12 | 14 |
|
13 | 15 | #### ABOUT THE PLUGIN |
14 | 16 |
|
15 | | -The plugin for guard/warden. Once a coin is tossed, the result will be heads or tails. The plugin is connected to a database, so you will always know after each toss how many times the warden has used the coin toss function. Ideal for cases where prisoners guess the outcome, and it's up to the warden to decide the punishment for players who didn't guess correctly.<br> |
16 | | -<img src="https://i.ibb.co/nwvGh0Y/image.png"/> |
| 17 | +This plugin allows wardens/guards to toss a coin, with the result being either heads or tails. |
| 18 | +It is fully connected to a MySQL database via **Dapper**, so you can track how many times each player (warden) has thrown the coin. |
17 | 19 |
|
18 | | -## 💡 Contact |
19 | | -**If you are interested in this plugin, contact me via private message.** |
| 20 | +**Use case:** Prisoners can guess the outcome, and the warden decides the punishment for wrong guesses. |
| 21 | +<img src="https://i.ibb.co/nwvGh0Y/image.png" alt="CoinThrow plugin screenshot"/> |
20 | 22 |
|
21 | | -Discord: tichotm |
| 23 | +**Features:** |
| 24 | +- Coin toss result: Heads or Tails. |
| 25 | +- Database integration with MySQL. |
| 26 | +- Counts total throws per player. |
| 27 | +- 10-second cooldown between coin tosses. |
| 28 | + |
| 29 | +## 💡 Contact |
| 30 | +For questions or support, contact me via Discord: **tichotm** |
22 | 31 |
|
23 | 32 | ## 🛠️ Installation Steps |
24 | 33 |
|
25 | | -**Required for functionality plugin** |
26 | | -- [CounterStrikeSharp](https://github.com/roflmuffin/CounterStrikeSharp) |
| 34 | +**Required:** |
| 35 | +- [CounterStrikeSharp](https://github.com/roflmuffin/CounterStrikeSharp) |
27 | 36 |
|
28 | | -**How to install?** |
29 | | -1. Begin by downloading the contents and then proceed to open the downloaded zip file. |
30 | | -2. Within the extracted files, locate the 'Gameserver' folder. |
31 | | -3. Drag all the files found within the 'Gameserver' folder and drop them into the '/game/csgo/addons/counterstrikesharp/plugins' directory on your game server. |
32 | | -4. Once the files are successfully transferred, restart your server to apply the changes or simply change the map in order for the modifications to take effect. |
33 | | -5. After successfully transferring the files, restart the server to create a configuration file for setting up the correct database connection. |
| 37 | +**Installation:** |
| 38 | +1. Download the plugin ZIP file and extract it. |
| 39 | +2. Locate the `Gameserver` folder inside the extracted files. |
| 40 | +3. Copy all files from `Gameserver` to `/game/csgo/addons/counterstrikesharp/plugins` on your server. |
| 41 | +4. Restart the server or change the map to apply changes. |
| 42 | +5. Edit the generated `Config.json` to set the correct database connection (`DBHost`, `DBUser`, `DBPassword`, `DBDatabase`, `DBPort`). |
34 | 43 |
|
35 | 44 | ## 🙇 Sponsors |
36 | 45 | - Be the first to support this project! |
37 | 46 |
|
38 | 47 | ## 🙏 Support |
39 | 48 | <p align="left"> |
40 | | -<a href="https://paypal.com/paypalme/mleaguecz"><img src="https://ionicabizau.github.io/badges/paypal.svg"> |
41 | | -</a> |
| 49 | +<a href="https://paypal.com/paypalme/playpointsk"><img src="https://ionicabizau.github.io/badges/paypal.svg"></a> |
42 | 50 | </p> |
0 commit comments