Show instructions
- Download the latest release file named
DeltaPatch.dll. - Copy the file to:
.config/SCP Secret Laboratory/LabAPI/plugins/{port}or.config/SCP Secret Laboratory/LabAPI/plugins/global. - Restart your server. After the reboot, a configuration file will be created at:
.config/SCP Secret Laboratory/LabAPI/config/{port}/DeltaPatch/config.yml - You can customize how often DeltaPatch checks for updates and when the server should reboot to apply changes.
- That’s it!
All plugins that include this badge:
will be automatically updated to their latest release version.
- Go to GitHub Personal Access Tokens.
- Generate a new token.
- Give the token a name and select the repositories you want to access.
- Under permissions, enable Contents and Metadata.
- Generate the token and copy it.
- Paste it into the
github_api_keyfield located at:.config/SCP Secret Laboratory/LabAPI/plugins/{port}/DeltaPatch/config.yml - Restart your server — your plugins will now automatically update to the latest release.
Change the resource owner from your personal account to the organization before generating the token.
Show compatible plugins
Show plugin commands
deltapatch version— Displays the current version of DeltaPatch.deltapatch infos— Shows information about all loaded plugins.
Show developer guide
- Adding DeltaPatch compatibility is easy.
- Create a new public string value in your main file where the
Plugininterface is used:public string githubRepo = "CHANGE THIS TO YOUR GITHUB REPOSITORY"; // example: KenleyundLeon/DeltaPatch
- Example image:
- You can now add an AssemblyMetadata attribute in your AssemblyInfo.cs and recompile your plugin.
- Your metadata should follow this format:
[assembly: AssemblyMetadata("RepositoryUrl", "https://github.com/YOUR-GITHUB-HERE")] - Example image:
- This also works for
[assembly: AssemblyCompany("https://github.com/YOUR-GITHUB-HERE")]
- It's easy: just put a
dependencies.zipfile in your release containing all required dependencies. - Make sure all .dll files are in the main zip folder, not inside any subfolders.
<a href="https://github.com/KenleyundLeon/DeltaPatch"><img src="https://image2url.com/images/1759565889245-ff2e02c2-1f19-4f72-bc06-43a3b77fb4bd.png"></a>Or
[](https://github.com/KenleyundLeon/DeltaPatch/releases)Frequently Asked Questions
- You should raise the update timer in the config by 1–2 minutes.
- You can also add a GitHub Personal Access Token, which helps avoid GitHub timeout issues.
- Try installing the latest release.
AssemblyMetadatachecks (which some plugins use) were only added in version 2.0.
- You can reach me (Kenley M.) via Discord:
m_kenley
or via email: kenley@froback.de
- Of course — just contact me!
However, I only code for LabAPI, not for Exiled.
This project is licensed under the Apache License 2.0.
You are allowed to fork this repository and make your own integrations, but you must give proper credit to the original author.




