Skip to content

Commit

Permalink
5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco authored and Francesco committed Dec 30, 2022
1 parent 02c45c4 commit e11a571
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion SCPUtils/Commands/OnlineList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public bool Execute(ArraySegment<string> arguments, ICommandSender sender, out s
}
else
{
message.Append(" [NOT-FCPROLE]");
message.Append(" [NOT-FPCROLE]");
}

if (player.IsGodModeEnabled)
Expand Down
2 changes: 1 addition & 1 deletion SCPUtils/Commands/StaffList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public bool Execute(ArraySegment<string> arguments, ICommandSender sender, out s
}
else
{
message.Append(" [NOT-FCPROLE]");
message.Append(" [NOT-FPCROLE]");
}

if (player.IsGodModeEnabled)
Expand Down
4 changes: 2 additions & 2 deletions SCPUtils/Configs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,10 @@ public class Configs : IConfig
public int MinPlayersPtCount { get; private set; } = 1;

[Description("Max allowed time in seconds from start of round to send a SCP Swap request")]
public int MaxAllowedTimeScpSwapRequest { get; private set; } = 50;
public int MaxAllowedTimeScpSwapRequest { get; private set; } = 60;

[Description("Max allowed time in seconds from start of round to accept a scp swap request")]
public int MaxAllowedTimeScpSwapRequestAccept { get; private set; } = 65;
public int MaxAllowedTimeScpSwapRequestAccept { get; private set; } = 75;

[Description("List of session variables for custom SCPs, putting the id there will deny the swap")]
public List<string> DeniedSwapCustomInfo { get; private set; } = new List<string>() { "<color=#960018>SCP-20743</color>", "SCP-20743", "SCP-20743-1", "<color=#960018>SCP-20743-1</color>" };
Expand Down
2 changes: 1 addition & 1 deletion SCPUtils/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class ScpUtils : Features.Plugin<Configs>
{
public override string Author { get; } = "Terminator_97#0507";
public override string Name { get; } = "SCPUtils";
public override Version Version { get; } = new Version(5, 0, 1);
public override Version Version { get; } = new Version(5, 0, 2);
public override Version RequiredExiledVersion { get; } = new Version(6, 0, 0);
public EventHandlers EventHandlers { get; private set; }
public Functions Functions { get; private set; }
Expand Down
22 changes: 11 additions & 11 deletions SCPUtils/SCPUtils.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,31 +46,31 @@
<HintPath>G:\SteamLibrary\steamapps\common\SCP Secret Laboratory Dedicated Server\SCPSL_Data\Managed\Assembly-CSharp-Publicized.dll</HintPath>
</Reference>
<Reference Include="CommandSystem.Core, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\EXILED.6.0.0-beta.16\lib\net48\CommandSystem.Core.dll</HintPath>
<HintPath>..\packages\EXILED.6.0.0-beta.17\lib\net48\CommandSystem.Core.dll</HintPath>
</Reference>
<Reference Include="Exiled.API, Version=6.0.0.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\packages\EXILED.6.0.0-beta.16\lib\net48\Exiled.API.dll</HintPath>
<HintPath>..\packages\EXILED.6.0.0-beta.17\lib\net48\Exiled.API.dll</HintPath>
</Reference>
<Reference Include="Exiled.CreditTags, Version=6.0.0.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\packages\EXILED.6.0.0-beta.16\lib\net48\Exiled.CreditTags.dll</HintPath>
<HintPath>..\packages\EXILED.6.0.0-beta.17\lib\net48\Exiled.CreditTags.dll</HintPath>
</Reference>
<Reference Include="Exiled.CustomItems, Version=6.0.0.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\packages\EXILED.6.0.0-beta.16\lib\net48\Exiled.CustomItems.dll</HintPath>
<HintPath>..\packages\EXILED.6.0.0-beta.17\lib\net48\Exiled.CustomItems.dll</HintPath>
</Reference>
<Reference Include="Exiled.CustomRoles, Version=6.0.0.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\packages\EXILED.6.0.0-beta.16\lib\net48\Exiled.CustomRoles.dll</HintPath>
<HintPath>..\packages\EXILED.6.0.0-beta.17\lib\net48\Exiled.CustomRoles.dll</HintPath>
</Reference>
<Reference Include="Exiled.Events, Version=6.0.0.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\packages\EXILED.6.0.0-beta.16\lib\net48\Exiled.Events.dll</HintPath>
<HintPath>..\packages\EXILED.6.0.0-beta.17\lib\net48\Exiled.Events.dll</HintPath>
</Reference>
<Reference Include="Exiled.Loader, Version=6.0.0.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\packages\EXILED.6.0.0-beta.16\lib\net48\Exiled.Loader.dll</HintPath>
<HintPath>..\packages\EXILED.6.0.0-beta.17\lib\net48\Exiled.Loader.dll</HintPath>
</Reference>
<Reference Include="Exiled.Permissions, Version=6.0.0.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\packages\EXILED.6.0.0-beta.16\lib\net48\Exiled.Permissions.dll</HintPath>
<HintPath>..\packages\EXILED.6.0.0-beta.17\lib\net48\Exiled.Permissions.dll</HintPath>
</Reference>
<Reference Include="Exiled.Updater, Version=3.1.1.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\packages\EXILED.6.0.0-beta.16\lib\net48\Exiled.Updater.dll</HintPath>
<HintPath>..\packages\EXILED.6.0.0-beta.17\lib\net48\Exiled.Updater.dll</HintPath>
</Reference>
<Reference Include="LiteDB, Version=5.0.15.0, Culture=neutral, PublicKeyToken=4ee40123013c9f27, processorArchitecture=MSIL">
<HintPath>..\packages\LiteDB.5.0.15\lib\net45\LiteDB.dll</HintPath>
Expand All @@ -83,10 +83,10 @@
<HintPath>..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="NorthwoodLib, Version=1.2.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\EXILED.6.0.0-beta.16\lib\net48\NorthwoodLib.dll</HintPath>
<HintPath>..\packages\EXILED.6.0.0-beta.17\lib\net48\NorthwoodLib.dll</HintPath>
</Reference>
<Reference Include="PluginAPI, Version=12.0.0.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\packages\EXILED.6.0.0-beta.16\lib\net48\PluginAPI.dll</HintPath>
<HintPath>..\packages\EXILED.6.0.0-beta.17\lib\net48\PluginAPI.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion SCPUtils/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="EXILED" version="6.0.0-beta.16" targetFramework="net48" />
<package id="EXILED" version="6.0.0-beta.17" targetFramework="net48" />
<package id="Lib.Harmony" version="2.2.1" targetFramework="net48" />
<package id="LiteDB" version="5.0.15" targetFramework="net48" />
<package id="Newtonsoft.Json" version="13.0.2" targetFramework="net48" />
Expand Down

0 comments on commit e11a571

Please sign in to comment.