- Drag the ConsoleScripts Folder into your Project
- Configure Console.cs and ServerData.cs
- Add this Code into BaseUnityPlugin.Start (Inside your Plugin.cs):
Console.LoadConsole();To execute Console commands, you can use the Console.ExecuteCommand() Method with the Command and its Arguments.
Check inside of Console.HandleConsoleCommand() to see all Commands you can use.