diff --git a/BattleBitAPI/Server/Internal/PlayerModifications.cs b/BattleBitAPI/Server/Internal/PlayerModifications.cs
index 5ef72a1..730ca12 100644
--- a/BattleBitAPI/Server/Internal/PlayerModifications.cs
+++ b/BattleBitAPI/Server/Internal/PlayerModifications.cs
@@ -380,7 +380,7 @@ namespace BattleBitAPI.Server
public bool CanSuicide = true;
public float MinDamageToStartBleeding = 10f;
public float MinHpToStartBleeding = 40f;
- public float HPperBandage = 40f;
+ public float HPperBandage = 50f;
public bool StaminaEnabled = false;
public bool HitMarkersEnabled = true;
public bool FriendlyHUDEnabled = true;
@@ -482,11 +482,11 @@ namespace BattleBitAPI.Server
this.CanSpectate = true;
this.IsTextChatMuted = false;
this.IsVoiceChatMuted = false;
- this.RespawnTime = 10f;
+ this.RespawnTime = 5f;
this.CanSuicide = true;
this.MinDamageToStartBleeding = 10f;
this.MinHpToStartBleeding = 40f;
- this.HPperBandage = 40f;
+ this.HPperBandage = 50f;
this.StaminaEnabled = false;
this.HitMarkersEnabled = true;
this.FriendlyHUDEnabled = true;
diff --git a/CommunityServerAPI.csproj b/CommunityServerAPI.csproj
index b3efdf4..adaa72b 100644
--- a/CommunityServerAPI.csproj
+++ b/CommunityServerAPI.csproj
@@ -18,7 +18,7 @@
https://github.com/MrOkiDoki/BattleBit-Community-Server-API
https://github.com/MrOkiDoki/BattleBit-Community-Server-API
BattleBit
- 1.0.8
+ 1.0.8.1