-add ScriptBan event

-add new automated penalty to ban players for certain filtered words or phrases
This commit is contained in:
INSANEMODE
2023-04-09 22:32:48 -05:00
parent 231f77bc77
commit 48b52e8c58
4 changed files with 92 additions and 2 deletions

View File

@ -19,6 +19,10 @@
<PackageReference Include="RaidMax.IW4MAdmin.SharedLibraryCore" Version="2023.4.5.1" PrivateAssets="All" />
</ItemGroup>
<ItemGroup>
<Folder Include="Models\" />
</ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="dotnet publish $(ProjectPath) -c $(ConfigurationName) -o $(ProjectDir)..\..\Build\Plugins --no-build --no-restore --no-dependencies" />
</Target>