An SCP: SL Plugin that transends player punishments, targeting servers running EXILED.
- Connecting to Database
- Muting Players
- Banning Players
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
Open the solution is VS2019, let it restore all of the NuGet packages, and then build the solution.
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!
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.