Skip to content

Commit

Permalink
Synapse 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GrafDimenzio committed Feb 16, 2022
1 parent 721a3f2 commit 619de04
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 25 deletions.
7 changes: 4 additions & 3 deletions SerpentsHand/PluginClass.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ namespace SerpentsHand
LoadPriority = 1,
Name = "SerpentsHand",
SynapseMajor = 2,
SynapseMinor = 7,
SynapsePatch = 1,
Version = "v.1.2.2"
SynapseMinor = 9,
SynapsePatch = 0,
Version = "v.1.2.3"
)]
public class PluginClass : AbstractPlugin
{
Expand All @@ -26,6 +26,7 @@ public override void Load()
{
Server.Get.TeamManager.RegisterTeam<SerpentsHandTeam>();
Server.Get.RoleManager.RegisterCustomRole<SerpentsHandRole>();

Translation.AddTranslation(new PluginTranslation());
Translation.AddTranslation(new PluginTranslation()
{
Expand Down
6 changes: 3 additions & 3 deletions SerpentsHand/PluginConfig.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Collections.Generic;
using Synapse.Config;
using System.Collections.Generic;
using System.ComponentModel;
using Synapse.Config;
using UnityEngine;

namespace SerpentsHand
Expand All @@ -14,7 +14,7 @@ public class PluginConfig : AbstractConfigSection
public RoleType SpawnRole { get; set; } = RoleType.Tutorial;

[Description("The Health of SerpentsHand members")]
public int Health { get; set; } = 120;
public float Health { get; set; } = 120;

[Description("The Role Name that is displayed when you look at the Player")]
public string CustomRoleName { get; set; } = "<color=green>SerpentsHand</color>";
Expand Down
4 changes: 2 additions & 2 deletions SerpentsHand/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
// indem Sie "*" wie unten gezeigt eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.2.3.0")]
[assembly: AssemblyFileVersion("1.2.3.0")]
24 changes: 12 additions & 12 deletions SerpentsHand/SerpentsHand.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,29 +31,29 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="0Harmony, Version=2.1.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Lib.Harmony.2.1.1\lib\net472\0Harmony.dll</HintPath>
<Reference Include="0Harmony, Version=2.2.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Lib.Harmony.2.2.0\lib\net472\0Harmony.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SynapseSL.2.7.1\lib\net472\Assembly-CSharp.dll</HintPath>
<HintPath>..\packages\SynapseSL.2.8.3-pre3\lib\net472\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp-firstpass, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SynapseSL.2.7.1\lib\net472\Assembly-CSharp-firstpass.dll</HintPath>
<HintPath>..\packages\SynapseSL.2.8.3-pre3\lib\net472\Assembly-CSharp-firstpass.dll</HintPath>
</Reference>
<Reference Include="LiteDB, Version=5.0.11.0, Culture=neutral, PublicKeyToken=4ee40123013c9f27, processorArchitecture=MSIL">
<HintPath>..\packages\LiteDB.5.0.11\lib\net45\LiteDB.dll</HintPath>
</Reference>
<Reference Include="Mirror, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SynapseSL.2.7.1\lib\net472\Mirror.dll</HintPath>
<HintPath>..\packages\SynapseSL.2.8.3-pre3\lib\net472\Mirror.dll</HintPath>
</Reference>
<Reference Include="Synapse, Version=2.7.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SynapseSL.2.7.1\lib\net472\Synapse.dll</HintPath>
<Reference Include="Synapse, Version=2.8.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SynapseSL.2.8.3-pre3\lib\net472\Synapse.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Runtime" />
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.2-mauipre.1.22054.8\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
</Reference>
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
Expand All @@ -62,13 +62,13 @@
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SynapseSL.2.7.1\lib\net472\UnityEngine.dll</HintPath>
<HintPath>..\packages\SynapseSL.2.8.3-pre3\lib\net472\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SynapseSL.2.7.1\lib\net472\UnityEngine.CoreModule.dll</HintPath>
<HintPath>..\packages\SynapseSL.2.8.3-pre3\lib\net472\UnityEngine.CoreModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.PhysicsModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SynapseSL.2.7.1\lib\net472\UnityEngine.PhysicsModule.dll</HintPath>
<HintPath>..\packages\SynapseSL.2.8.3-pre3\lib\net472\UnityEngine.PhysicsModule.dll</HintPath>
</Reference>
<Reference Include="YamlDotNet, Version=11.0.0.0, Culture=neutral, PublicKeyToken=ec19458f3c15af5e, processorArchitecture=MSIL">
<HintPath>..\packages\YamlDotNet.11.2.1\lib\net45\YamlDotNet.dll</HintPath>
Expand Down
4 changes: 2 additions & 2 deletions SerpentsHand/SerpentsHandTeam.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Collections.Generic;
using Synapse;
using Synapse;
using Synapse.Api;
using Synapse.Api.Teams;
using System.Collections.Generic;

namespace SerpentsHand
{
Expand Down
6 changes: 3 additions & 3 deletions SerpentsHand/packages.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Lib.Harmony" version="2.1.1" targetFramework="net472" />
<package id="Lib.Harmony" version="2.2.0" targetFramework="net472" />
<package id="LiteDB" version="5.0.11" targetFramework="net472" />
<package id="SynapseSL" version="2.7.1" targetFramework="net472" />
<package id="System.Runtime.CompilerServices.Unsafe" version="4.5.2" targetFramework="net472" />
<package id="SynapseSL" version="2.8.3-pre3" targetFramework="net472" />
<package id="System.Runtime.CompilerServices.Unsafe" version="6.0.2-mauipre.1.22054.8" targetFramework="net472" />
<package id="YamlDotNet" version="11.2.1" targetFramework="net472" />
</packages>

0 comments on commit 619de04

Please sign in to comment.