Installation
How to install SER on your server
This guide is NOT about how to set up your SCP:SL server. This guide is for people who know how servers work and have worked with other plugins before.
Things that are not strictly about this plugin - like granting admin roles and setting up your server - are not covered here. The official SCP:SL discord server provides technical support for things like this.
#1 - Install the SER.dll and NCalc.dll files
SER.dll and NCalc.dll filesYou can find the latest releases here:
https://github.com/ScriptedEvents/ScriptedEventsReloaded/releases
#2 - Move them to the correct folders
SER.dll
SER.dllThis is the main plugin. This should be moved to either one of these locations:
LabAPI -> plugins -> [PORT NUMBER] -> SER.dllLabAPI -> plugins -> global -> SER.dll
NCalc.dll
NCalc.dll This is a dependency for handling logical operations like conditions. This should be moved to either:
LabAPI -> dependencies -> [PORT NUMBER] -> NCalc.dllLabAPI -> dependencies -> global -> NCalc.dll
#3 - Restart the server
When the server finishes loading, you should see a message like this:
Thank you for using ### Scripted Events Reloaded ### by Elektryk_Andrzej!This means that SER has loaded successfully.
If you don't see this, check if an error hasn't been thrown. The most common issues are:
Either SER or your server are outdated
Incorrect installation
#4 - Verify
After a successful installation, you should see a folder like this:
LabAPI -> configs -> Scripted Events ReloadedInside this folder there should be some example scripts already present.
Last updated