Skip to content
David Roden edited this page Sep 9, 2023 · 2 revisions

LoadPlugin asks the Freenet node to load the plugin from the given location.

The node will respond with a PluginInfo message.

Example

LoadPlugin
Identifier=moohmeep
PluginURL=HelloWorld
URLType=official
Store=true
EndMessage

Details

Field Possible values Mandatory Default Description
Identifier Arbitrary text string Yes This is for client to be able to identify responses
PluginURL Plugin location Yes An URI that point to the plugin location.official:
  • the name of the official plugin
  • file: a local file path
  • freenet: a Freenet URL
  • url: any url that your java vm can deal with
URLType [official,file,freenet,url] No Attempts autodetect Type of plugin source. (currently autodection does not work if the local file does not exist or type is 'url')
Store [true,false] No false If true, the plugin url is written to config.
Clone this wiki locally