Skip to content

Plugins

Plugins are the core feature of the Rocket/LDM framework. Plugins are pre-compiled binaries that add to the vanilla codebase to give your server extra commands, utilities, and even entirely new features and gamemodes.


Sourcing Plugins

Plugins can be found in a multitude of places, but we have put together a comprehensive list of plugins from trusted sources in our plugin repository.

If our list doesn't have what you are looking for, try some of the sites listed on our trusted plugin sites list.


Installing Plugins

When you download a plugin, you will most likely recieve a .zip file containing something like the following:

ZaupShop-v1-master.zip
├─ ZaupShop.dll
└─ Libraries/
    ├─ MySQL.Data.dll
    ├─ I18N.dll
    └─ I18N.West.dll

You may also just recieve the core plugin binary (e.g. ZaupShop.dll).

Note

Some paid plugin sites use their own licencing and plugin loading system - although we won't cover any in this guide, if you need assitance with this, or have any questions, feel free to Join our Discord Server!

To install the plugin, while your server is not running, simply copy the plugin .dll file (this will most likely be the file not in a "lib" or "Libraries" folder if you downloaded a .zip) into the Rocket/Plugins directory on your server.

If your plugin came with required Libraries, copy those files into the Rocket/Libraries directory on your server.

You are now free to start your server back up again, and enjoy your new plugins!