bars-progressInstallation

How to install SER on your server

triangle-exclamation

#1 - Install the SER.dll and NCalc.dll files

You can find the latest releases here:

https://github.com/ScriptedEvents/ScriptedEventsReloaded/releasesarrow-up-right

#2 - Move them to the correct folders

SER.dll

This is the main plugin. This should be moved to either one of these locations:

  • LabAPI -> plugins -> [PORT NUMBER] -> SER.dll

  • LabAPI -> plugins -> global -> SER.dll

circle-info

[PORT NUMBER] is a number like 7777, which corresponds to a port of your server. It's recommended to put use the global directory if you're unsure.

NCalc.dll

This is a dependency for handling logical operations like conditions. This should be moved to either:

  • LabAPI -> dependencies -> [PORT NUMBER] -> NCalc.dll

  • LabAPI -> dependencies -> global -> NCalc.dll

#3 - Restart the server

When the server finishes loading, you should see a message like this:

This means that SER has loaded successfully.

circle-exclamation

#4 - Verify

After a successful installation, you should see a folder like this:

Every script must live in this folder in order to be found by SER.

#5 - Generate example scripts (optional)

If you want to check out some example scripts, you can use the serexamples command in the server console.

These will be located in:

Be sure to know the generated scripts! These may add features that you do not want to have on your server, and are there purely to show off what SER is capable of.

If you find a script that you do not want to have, just remove the file. You can always bring it back using the serexamples command again.

Last updated