Skip to content

Commit

Permalink
bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
Robocnop committed Jan 10, 2025
1 parent b566b77 commit 7e28812
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 32 deletions.
2 changes: 1 addition & 1 deletion Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class Plugin : Plugin<Config>
public override string Name { get; } = "SpawnProtectNotifier";
public override string Prefix { get; } = "spawn_protect_notifier";
public override string Author { get; } = "Robocnop";
public override Version Version { get; } = new Version(1, 1, 3);
public override Version Version { get; } = new Version(1, 2, 0);
public override Version RequiredExiledVersion => new Version(8, 13, 1);


Expand Down
56 changes: 26 additions & 30 deletions SpawnProtectHint.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,61 +41,57 @@
</ItemGroup>
<ItemGroup>
<Reference Include="Assembly-CSharp">
<HintPath>packages\ExMod.Exiled.8.13.1\lib\net48\Assembly-CSharp-Publicized.dll</HintPath>
<HintPath>packages\ExMod.Exiled.9.2.2\lib\net48\Assembly-CSharp-Publicized.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Assembly-CSharp-firstpass">
<HintPath>$(EXILED_REFERENCES)\Assembly-CSharp-firstpass.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp-Publicized, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\ExMod.Exiled.8.13.1\lib\net48\Assembly-CSharp-Publicized.dll</HintPath>
<Private>True</Private>
<HintPath>..\Reference\SCPSL\Assembly-CSharp-firstpass.dll</HintPath>
</Reference>
<Reference Include="CommandSystem.Core, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\ExMod.Exiled.8.13.1\lib\net48\CommandSystem.Core.dll</HintPath>
<HintPath>packages\ExMod.Exiled.9.2.2\lib\net48\CommandSystem.Core.dll</HintPath>
</Reference>
<Reference Include="Exiled.API, Version=8.13.1.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>packages\ExMod.Exiled.8.13.1\lib\net48\Exiled.API.dll</HintPath>
<Reference Include="Exiled.API, Version=9.2.2.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>packages\ExMod.Exiled.9.2.2\lib\net48\Exiled.API.dll</HintPath>
</Reference>
<Reference Include="Exiled.CreditTags, Version=8.13.1.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>packages\ExMod.Exiled.8.13.1\lib\net48\Exiled.CreditTags.dll</HintPath>
<Reference Include="Exiled.CreditTags, Version=9.2.2.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>packages\ExMod.Exiled.9.2.2\lib\net48\Exiled.CreditTags.dll</HintPath>
</Reference>
<Reference Include="Exiled.CustomItems, Version=8.13.1.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>packages\ExMod.Exiled.8.13.1\lib\net48\Exiled.CustomItems.dll</HintPath>
<Reference Include="Exiled.CustomItems, Version=9.2.2.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>packages\ExMod.Exiled.9.2.2\lib\net48\Exiled.CustomItems.dll</HintPath>
</Reference>
<Reference Include="Exiled.CustomRoles, Version=8.13.1.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>packages\ExMod.Exiled.8.13.1\lib\net48\Exiled.CustomRoles.dll</HintPath>
<Reference Include="Exiled.CustomRoles, Version=9.2.2.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>packages\ExMod.Exiled.9.2.2\lib\net48\Exiled.CustomRoles.dll</HintPath>
</Reference>
<Reference Include="Exiled.Events, Version=8.13.1.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>packages\ExMod.Exiled.8.13.1\lib\net48\Exiled.Events.dll</HintPath>
<Reference Include="Exiled.Events, Version=9.2.2.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>packages\ExMod.Exiled.9.2.2\lib\net48\Exiled.Events.dll</HintPath>
</Reference>
<Reference Include="Exiled.Loader, Version=8.13.1.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>packages\ExMod.Exiled.8.13.1\lib\net48\Exiled.Loader.dll</HintPath>
<Reference Include="Exiled.Loader, Version=9.2.2.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>packages\ExMod.Exiled.9.2.2\lib\net48\Exiled.Loader.dll</HintPath>
</Reference>
<Reference Include="Exiled.Permissions, Version=8.13.1.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>packages\ExMod.Exiled.8.13.1\lib\net48\Exiled.Permissions.dll</HintPath>
<Reference Include="Exiled.Permissions, Version=9.2.2.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>packages\ExMod.Exiled.9.2.2\lib\net48\Exiled.Permissions.dll</HintPath>
</Reference>
<Reference Include="Mirror">
<HintPath>$(EXILED_REFERENCES)\Mirror.dll</HintPath>
<HintPath>..\Reference\SCPSL\Mirror.dll</HintPath>
</Reference>
<Reference Include="NorthwoodLib, Version=1.3.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\ExMod.Exiled.8.13.1\lib\net48\NorthwoodLib.dll</HintPath>
<Reference Include="NorthwoodLib, Version=1.3.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\ExMod.Exiled.9.2.2\lib\net48\NorthwoodLib.dll</HintPath>
</Reference>
<Reference Include="PluginAPI, Version=13.1.3.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>packages\ExMod.Exiled.8.13.1\lib\net48\PluginAPI.dll</HintPath>
<Reference Include="PluginAPI, Version=13.1.5.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>packages\ExMod.Exiled.9.2.2\lib\net48\PluginAPI.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="UnityEngine">
<HintPath>$(EXILED_REFERENCES)\UnityEngine.dll</HintPath>
<HintPath>..\Reference\SCPSL\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.CoreModule">
<HintPath>$(EXILED_REFERENCES)\UnityEngine.CoreModule.dll</HintPath>
<HintPath>..\Reference\SCPSL\UnityEngine.CoreModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.PhysicsModule">
<HintPath>$(EXILED_REFERENCES)\UnityEngine.PhysicsModule.dll</HintPath>
<HintPath>..\Reference\SCPSL\UnityEngine.PhysicsModule.dll</HintPath>
</Reference>
<Reference Include="YamlDotNet, Version=11.0.0.0, Culture=neutral, PublicKeyToken=ec19458f3c15af5e, processorArchitecture=MSIL">
<HintPath>packages\ExMod.Exiled.8.13.1\lib\net48\YamlDotNet.dll</HintPath>
<HintPath>packages\ExMod.Exiled.9.2.2\lib\net48\YamlDotNet.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="ExMod.Exiled" version="8.13.1" targetFramework="net48" />
<package id="ExMod.Exiled" version="9.2.2" targetFramework="net48" />
</packages>

0 comments on commit 7e28812

Please sign in to comment.