-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Adam Szerszenowicz edited this page Nov 5, 2024
·
20 revisions
Here you can find all official learning resources for SLCS.
Warning
This wiki is still under construction!
This part of documentation covers plugin installation, configuration, scripts creation and language syntax. If you want to start utilizing SLCS on your server this is the perfect place to start.
Note
Before starting you should be already familiar with:
- SCP:SL server plugins system (folder location, plugins configuration etc.)
- console commands usage (RemoteAdmin, server console, client console)
Here you can find documentation and guidelines for extending SLCS capabilities with you own extensions or customizing it for your server's needs.
Note
Before starting you should be already familiar with:
- .NET project configuration
- NuGet packages
- C# programming language