Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit dd1de4e

Browse files
authored
updated readme and module version
1 parent d3acbe3 commit dd1de4e

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

Plugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public sealed partial class SpawnProt : BasePlugin, IPluginConfig<PluginConfig>
1212
public override string ModuleName => "SpawnProtection";
1313
public override string ModuleAuthor => "itsAudio @ Kitsune-Lab.com";
1414
public override string ModuleDescription => "https://github.com/audiomaster99/SpawnProtection";
15-
public override string ModuleVersion => "1.0.0";
15+
public override string ModuleVersion => "1.0.2";
1616

1717
internal readonly Dictionary<uint, PlayerState> _playerStates = new();
1818
public static HashSet<CCSPlayerController> playerCache = [];

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
![GitHub tag (with filter)](https://img.shields.io/github/v/tag/audiomaster99/SpawnProtection?style=for-the-badge&label=Version) ![GitHub Repo stars](https://img.shields.io/github/stars/audiomaster99/SpawnProtection?style=for-the-badge) ![GitHub all releases](https://img.shields.io/github/downloads/audiomaster99/SpawnProtection/total?style=for-the-badge)
1+
![GitHub tag (with filter)](https://img.shields.io/github/v/tag/audiomaster99/SpawnProtection?style=for-the-badge&label=Version)
2+
![GitHub Repo stars](https://img.shields.io/github/stars/audiomaster99/SpawnProtection?style=for-the-badge)
3+
![GitHub all releases](https://img.shields.io/github/downloads/audiomaster99/SpawnProtection/total?style=for-the-badge)
24

35
## Features
46

57
- Configurable spawn protection
6-
- Customisiable display message
8+
- Customisable display message
79
- Render player models transparent
810
- Timer with progress bar
911
- CT Only protection (can be enabled in config)
1012

11-
![Spawn Protection Plugin](https://i.imgur.com/3ZaXW64.gif= "SpawnProtection")
13+
![Spawn Protection Plugin](https://files.cfg-filetransfer.eu/CS2/site/spawn-protection.gif "SpawnProtection")
1214

1315
## Dependencies
1416

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.2
1+
1.0.1

0 commit comments

Comments
 (0)