Documentation Index
Fetch the complete documentation index at: https://mintlify.com/Bill3621/CustomItems/llms.txt
Use this file to discover all available pages before exploring further.
Installation
This guide walks you through installing CustomItems LabAPI on your SCP: Secret Laboratory server. You can either download a pre-built release or build the plugin from source.CustomItems LabAPI requires LabAPI to be installed on your server. Make sure you have LabAPI set up before proceeding with this installation.
Prerequisites
- SCP: Secret Laboratory dedicated server
- LabAPI installed and configured
- Access to your server’s plugins folder
Option 1: Download from releases
The easiest way to install CustomItems LabAPI is to download a pre-built release.Download the latest release
Visit the CustomItems releases page and download the latest
CustomItems-LabAPI.dll file from the Assets section.Locate your plugins folder
Navigate to your SCP: Secret Laboratory server directory and find the plugins folder. The path is typically:
Option 2: Build from source
If you want to modify the plugin or build the latest development version, you can build from source.Open the solution
Navigate to the cloned directory and open
CustomItems-LabAPI.sln in Visual Studio (2019 or later recommended).Restore NuGet packages
Visual Studio should automatically restore the required NuGet packages. If not, right-click the solution in Solution Explorer and select “Restore NuGet Packages”.
Build the solution
Build the solution by pressing
Ctrl+Shift+B or selecting Build > Build Solution from the menu. The compiled DLL will be output to the bin folder.Install the plugin
Copy the built
CustomItems-LabAPI.dll from the bin/Debug or bin/Release folder to your server’s plugins folder:Configuration
After installation, CustomItems LabAPI will generate a configuration file at:Configuration options
The default configuration includes the following options:true to register the included example items (EMP Grenade and Healing Syringe). Set to false if you only want to use your own custom items.
Debug: Enable detailed debug logging to help troubleshoot issues during development.
Verify installation
To verify that CustomItems LabAPI is installed correctly:- Start your server and check the console output
- Look for the message:
CustomItems plugin loaded successfully. - If
EnableExampleItemsis enabled, you should see registration messages for the example items
If you see any errors during startup, check that LabAPI is properly installed and that all dependencies are present in your plugins folder.
Next steps
Now that CustomItems LabAPI is installed, you’re ready to create your first custom item.Create your first custom item
Follow our quick start guide to build a custom item in minutes