Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

Installable Plugins

Marvin edited this page Mar 26, 2020 · 2 revisions

Installable plugins

CloudNet offers administrators to automatically install plugins to servers and proxies without having to place them into each template themselves.
The following table explains the propeties of the installablePlugins object in the template configuration:

Name Description
name The name of the plugin. This property is also used as the filename without the .jar suffix.
pluginResourceType The backend to load the plugin from. Note the addendum about installable plugins at the bottom of the table.
url The URL used for the URL backend. This property absolutely points to the .jar-file of the plugin.

For pluginResourceType MASTER or LOCAL the directory local/plugins is used to retrieve plugins from. Plugins are cached with the MASTER backend and change might need a cache clear.