-
Notifications
You must be signed in to change notification settings - Fork 35
Updating Plugins
Updating plugins is a straight forward process, you simply must replace the old .dll with the newly updated one.
Same process should apply to dependencies that plugins may depend on. To find if a plugin has any dependencies, we suggest consulting said plugin's documentation.
Caution
Please note, should the name of a plugin change between updates. You will have to make sure to delete the old .dll file.
Otherwise, you might end up loading two different instances of the plugin on your server, which will very likely cause problems.
Read the Installation Guide for more information on how to properly download and find the plugins folder.
After updating a plugin, its configuration file will update with any newly added settings. This happens automatically after the first restart.
Additionally, settings that may have been removed from the plugin will disapear automatically.
When a new version of the game is released, plugins are not guaranteed to work and may require to be updated by its author (Or anyone with the ability to make a new build).
The reason why this happens is due to certain functionalities a plugin may use being changed or removed.
Because of this, the only way to know if a plugin will need a rebuild after a game update is by knowing exactly which features it uses, and whether the update has modified them in any way.
- Making Plugins
- Features
- Guides