Skip to content

Commit accbe74

Browse files
committed
use NuGet LabAPI + update README.md
1 parent 7d2d592 commit accbe74

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

Axwabo.CommandSystem.Example/Axwabo.CommandSystem.Example.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,14 @@
2020
<Reference Include="Axwabo.Helpers"/>
2121
<Reference Include="CommandSystem.Core"/>
2222
<Reference Include="Mirror"/>
23-
<Reference Include="LabApi"/>
2423
<Reference Include="Pooling"/>
2524
<Reference Include="UnityEngine.CoreModule"/>
2625
</ItemGroup>
2726

27+
<ItemGroup>
28+
<PackageReference Include="Northwood.LabAPI" Version="1.0.2"/>
29+
</ItemGroup>
30+
2831
<ItemGroup>
2932
<ProjectReference Include="..\Axwabo.CommandSystem\Axwabo.CommandSystem.csproj"/>
3033
</ItemGroup>

Axwabo.CommandSystem/Axwabo.CommandSystem.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
<Reference Include="Axwabo.Helpers"/>
2323
<Reference Include="CommandSystem.Core"/>
2424
<Reference Include="Mirror"/>
25-
<Reference Include="LabApi"/>
2625
<Reference Include="Pooling"/>
2726
<Reference Include="UnityEngine.CoreModule"/>
2827
</ItemGroup>
2928

3029
<ItemGroup>
3130
<PackageReference Include="Lib.Harmony" Version="2.2.2"/>
31+
<PackageReference Include="Northwood.LabAPI" Version="1.0.2"/>
3232
</ItemGroup>
3333

3434
</Project>

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ An SCP: Secret Laboratory plugin to improve player selection, command developmen
1313
2. Install [Harmony 2.2.2](https://github.com/pardeike/Harmony/releases/tag/v2.2.2.0) as a dependency, you need the **net4.8** version
1414
1. Download the `Harmony.2.2.2.0.zip` asset
1515
2. Extract the `net48/0Harmony.dll` file from the archive to the `dependencies` folder:
16-
- Windows: `%appdata%\SCP Secret Laboratory\LabAPI-Beta\dependencies\<port>`
17-
- Linux: `.config/SCP Secret Laboratory/LabAPI-Beta/dependencies/<port>`
16+
- Windows: `%appdata%\SCP Secret Laboratory\LabAPI\dependencies\<port>`
17+
- Linux: `.config/SCP Secret Laboratory/LabAPI/dependencies/<port>`
1818
3. Download the `Axwabo.CommandSystem.dll` file from the [releases page](https://github.com/Axwabo/CommandSystem/releases)
1919
4. Place the file in the `plugins` folder:
20-
- Windows: `%appdata%\SCP Secret Laboratory\LabAPI-Beta\plugins\<port>`
21-
- Linux: `.config/SCP Secret Laboratory/LabAPI-Beta/plugins/<port>`
20+
- Windows: `%appdata%\SCP Secret Laboratory\LabAPI\plugins\<port>`
21+
- Linux: `.config/SCP Secret Laboratory/LabAPI/plugins/<port>`
2222
5. Restart the server
2323

2424
## Development

0 commit comments

Comments
 (0)