Skip to content

Commit 86b1b9c

Browse files
authored
Merge pull request #6 from UncomplicatedCustomServer/dev-labapi
UCEZ v1.0.1 - SL 14.1.4 Version Recompile
2 parents 0a598f3 + 84ff5d2 commit 86b1b9c

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ Laboratory. With this plugin, you can define unique escape roles.
1717
4. Restart your server to generate the configuration files.
1818
5. Configure your custom escape zones in the generated configuration files.
1919

20+
## Discord Server
21+
<a href='https://discord.gg/5StRGu8EJV'><img src='https://www.allkpop.com/upload/2021/01/content/262046/1611711962-discord-button.png' height="100"></a>
22+
2023
## Credits
2124

2225
### FoxWorn3365

UncomplicatedCustomEscapeZones/Plugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ internal class Plugin : Plugin<Config>
2323
public override string Name => "UncomplicatedCustomEscapeZones";
2424
public override string Description => "Customize your SCP:SL server with Custom Escape Zones!";
2525
public override string Author => "MedveMarci & FoxWorn3365";
26-
public override Version Version => new(1, 0, 0, 0);
26+
public override Version Version => new(1, 0, 1, 0);
2727
public override Version RequiredApiVersion { get; } = new(LabApiProperties.CompiledVersion);
2828
public override LoadPriority Priority => LoadPriority.Highest;
2929

UncomplicatedCustomEscapeZones/UncomplicatedCustomEscapeZones.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<Version>4.3.2</Version>
7373
</PackageReference>
7474
<PackageReference Include="Northwood.LabAPI">
75-
<Version>1.1.1</Version>
75+
<Version>1.1.3</Version>
7676
</PackageReference>
7777
</ItemGroup>
7878
<ItemGroup>

0 commit comments

Comments
 (0)