Installation

How to install SER on your server

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

You can find the latest releases here:

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

#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

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

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:

LabAPI -> configs -> Scripted Events Reloaded

Inside this folder there should be some example scripts already present.

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

Last updated