diff --git a/README.md b/README.md index ffcd2137..b9737b21 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ Cluster Grenade | Grenade | 36 | 15% Chance to appear in Light Armory, Heavy Arm Additional Health 207 | Anti SCP-207 | 37 | 25% Chance to appear in MicroHID | 1 | When consumed, it adds more health to the player until they die. Low Gravity Armor [WIP] | Heavy Armor | 38 | Does not spawn on the map | 0 | When equipped, it applies low gravity to the player. Viper PDW | Crossvec | 39 | Spawns on MTF Vanguard, 25% Chance to appear in Heavy Armory, 049 Armory, Inside 096 Containment Chamber | 1 | A firearm that does different damage at different ranges. -Pathfinder | COM-18 | 40 | Spawns on MTf Vanguard | 1 | A firearm that when hitting a foe, causes them to take increased damage for a short amount of time. +Pathfinder | COM-18 | 40 | Spawns on MTF Vanguard | 1 | A firearm that when hitting a foe, causes them to take increased damage for a short amount of time. # Snivy's Server Events diff --git a/SnivysUltimatePackage/Plugin.cs b/SnivysUltimatePackage/Plugin.cs index c00ca64e..2d84b7f8 100644 --- a/SnivysUltimatePackage/Plugin.cs +++ b/SnivysUltimatePackage/Plugin.cs @@ -26,7 +26,7 @@ public class Plugin : Plugin public override string Name { get; } = "Snivy's Ultimate Plugin Package"; public override string Author { get; } = "Vicious Vikki"; public override string Prefix { get; } = "VVUltimatePluginPackage"; - public override Version Version { get; } = new Version(2, 3, 0); + public override Version Version { get; } = new Version(3, 0, 0); public override Version RequiredExiledVersion { get; } = new Version(9, 6, 0); public static int ActiveEvent = 0; diff --git a/SnivysUltimatePackageOneConfig/Plugin.cs b/SnivysUltimatePackageOneConfig/Plugin.cs index 30b4e631..7e018cd5 100644 --- a/SnivysUltimatePackageOneConfig/Plugin.cs +++ b/SnivysUltimatePackageOneConfig/Plugin.cs @@ -26,7 +26,7 @@ public class Plugin : Plugin public override string Name { get; } = "Snivy's Ultimate Plugin Package One Config"; public override string Author { get; } = "Vicious Vikki"; public override string Prefix { get; } = "VVUltimatePluginPackageOneConfig"; - public override Version Version { get; } = new Version(2, 3, 0); + public override Version Version { get; } = new Version(3, 0, 0); public override Version RequiredExiledVersion { get; } = new Version(9, 6, 0); public static int ActiveEvent = 0;