implemented more right click options

This commit is contained in:
2025-10-31 14:44:53 +11:00
parent 3ad310622a
commit bcd3c228de
4 changed files with 267 additions and 204 deletions

View File

@@ -0,0 +1,7 @@
local plugin = {}
function plugin.run()
berry.config.defineSetting("my plugin", "test setting", "description", "boolean", "1")
end
return plugin

View File

@@ -0,0 +1,6 @@
{
"name": "my plugin",
"author": "SpookyDervish",
"version": "1.0.0",
"dependencies": []
}