Installation

How to install SER on your server

#1 - Install the SER.dll

You can find the latest releases here:

https://github.com/ScriptedEvents/ScriptedEventsReloaded/releases

#2 - Move it to your server

SER.dll should be moved to either one of these locations:

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

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

[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.

#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.

#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