First successful plugin setup
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
Name = "Example Plugin"
|
||||
Version = "1.0"
|
||||
Authors = ["Prodigical"]
|
||||
Description = "Minimal plugin used to validate plugin loading in this container."
|
||||
@@ -0,0 +1,10 @@
|
||||
from pynicotine.pluginsystem import BasePlugin
|
||||
|
||||
|
||||
class Plugin(BasePlugin):
|
||||
name = "Example Plugin"
|
||||
description = "A minimal Nicotine+ plugin example. Logs when connected."
|
||||
version = "1.0"
|
||||
|
||||
def loaded_notification(self):
|
||||
self.log("Example Plugin loaded.")
|
||||
Binary file not shown.
Reference in New Issue
Block a user