/PlayerManager

An SCP: SL Plugin that transends player punishments, targeting servers running EXILED.

Primary LanguageC#

ModerationToolbox

An SCP: SL Plugin that transends player punishments, targeting servers running EXILED.


Features

  • Connecting to Database
  • Muting Players
  • Banning Players

Building from Source

Run git clone --recursive https://github.com/jacany/ModerationToolbox.git to clone the repository.

There are two ways to build.
Visual Studio 2019
Dotnet CLI

Visual Studio 2019

Open the solution is VS2019, let it restore all of the NuGet packages, and then build the solution.

Dotnet CLI

Navigate into the repository in your terminal, then run:
dotnet restore to restore all NuGet packages
dotnet build to build the solution
That's It!

Setup

Simply install the plugin and it's dependencies, run your server once, stop it, configure the plugin with your database credentials, and the rest should be automatic.