Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ namespace VampireWebhook;

[BepInPlugin(MyPluginInfo.PLUGIN_GUID, MyPluginInfo.PLUGIN_NAME, MyPluginInfo.PLUGIN_VERSION)]
[BepInDependency("gg.deca.VampireCommandFramework")]
// [BepInDependency("gg.deca.Bloodstone")]
// [Bloodstone.API.Reloadable]
public class Plugin : BasePlugin
{
Harmony _harmony;
Expand Down
9 changes: 4 additions & 5 deletions VampireWebhook.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@
<FileVersion>0.1.10.0</FileVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BepInEx.Unity.IL2CPP" Version="6.0.0-be.691" IncludeAssets="compile" />
<PackageReference Include="BepInEx.Core" Version="6.0.0-be.691" IncludeAssets="compile" />
<PackageReference Include="BepInEx.Unity.IL2CPP" Version="6.0.0-be.733" IncludeAssets="compile" />
<PackageReference Include="BepInEx.Core" Version="6.0.0-be.733" IncludeAssets="compile" />
<PackageReference Include="BepInEx.PluginInfoProps" Version="2.*" />
<PackageReference Include="VRising.Unhollowed.Client" Version="1.0.*" />
<PackageReference Include="VRising.VampireCommandFramework" Version="0.9.*" />
<!-- <PackageReference Include="VRising.Bloodstone" Version="0.2.*" /> -->
<PackageReference Include="VRising.UnhollowedX.Client" Version="1.0.6" />
<PackageReference Include="VRising.VampireCommandFramework" Version="0.10.0" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions thunderstore.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ containsNsfwContent = false

[package.dependencies]
BepInEx-BepInExPack_V_Rising = "1.691.3"
deca-VampireCommandFramework = "0.9.999"
deca-VampireCommandFramework = "0.9.0"

[build]
icon = "./logo.png"
Expand All @@ -27,4 +27,4 @@ repository = "https://thunderstore.io"
communities = ["v-rising"]

[publish.categories]
v-rising = ["Oakveil Update", "mods", "server"]
v-rising = ["oakveil-update", "mods", "server"]