Plugin commands¶
Cmd: uni plugin pull "<user>/<repo>"¶
Install or update a plugin from GitHub. Example:
uni plugin pull "uni-ai-dev/uni_soundboard"
Re-running pull on an already-installed plugin updates it to the latest version.
Specific versions¶
Pull a specific git tag:
uni plugin pull "uni-ai-dev/uni_soundboard@v1.0.0"
Pull a specific commit:
uni plugin pull "uni-ai-dev/uni_soundboard#abc1234"
Activating after installing
After a plugin is installed, restart UNI and go to Settings > Plugins > Add plugin. Find your plugin and click Enable plugin to activate it.
Cmd: uni plugin remove "<id>"¶
Remove a plugin (and optionally, all plugin data) from your installation.
uni plugin remove "uni_soundboard"
You can also use the user/repo format for disambiguation:
uni plugin remove "uni-ai-dev/uni_soundboard"