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