Skip to content

Commit 14dfbf3

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 0e35a74 + 784e21f commit 14dfbf3

File tree

1 file changed

+25
-17
lines changed

1 file changed

+25
-17
lines changed

README.md

Lines changed: 25 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,40 +3,48 @@
33
</h1>
44

55
<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>
77
</p>
88

99
<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"/>
1112
</a>
13+
</p>
1214

1315
#### ABOUT THE PLUGIN
1416

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.
1719

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"/>
2022

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**
2231

2332
## 🛠️ Installation Steps
2433

25-
**Required for functionality plugin**
26-
- [CounterStrikeSharp](https://github.com/roflmuffin/CounterStrikeSharp)
34+
**Required:**
35+
- [CounterStrikeSharp](https://github.com/roflmuffin/CounterStrikeSharp)
2736

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`).
3443

3544
## 🙇 Sponsors
3645
- Be the first to support this project!
3746

3847
## 🙏 Support
3948
<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>
4250
</p>

0 commit comments

Comments
 (0)