The LabAPI project is SCP: Secret Laboratory's official server-side plugin loader and framework. It facilitates development of plugins by providing wrappers and events around various game mechanics found throughout the game.
Code should have self-explanatory documentation, but there's only so much you can explain through comments!
- For guides, tips and tricks, our main source of documentation can be found here.
- For a more practical approach, examples can be found here.
All SCP: SL Dedicated Server builds are bundled with a compiled LabAPI.dll
, so you don't need to install it if you are hosting a server.
However, releases may occasionally occur before the dedicated server is updated, while we advice you wait for an official update, you can always apply the updated release manually.
To do so, you should update the LabAPI.dll
file located within: %DEDICATED_SERVER_PATH%/SCPSL_Data/Managed/
.