1 Command Addon
steve-px edited this page 2026-07-07 11:49:00 +00:00

🢐🢐 Index ‖ 🢐 Previous Page | Next Page 🢒


[-] Appendix A2 - Console Commands

Command Addon

Description

This commands manages the console add-ons or plugins.

Syntax

ADDON <?> (?) - (Base command)

ADDON LIST - This command lists all of the plugins that are currently loaded on the system.

ADDON GETINFO <Int: ID> - This commands displays more information about an add-on.

ADDON LOAD <String: Filename> - This command loads an add-on.

ADDON UNLOAD <Int: ID> - This commands unloads an add-on.

Examples

Listing all the addons

> ADDON LIST
#ID | Name                                               | Version
------------------------------------------------------------------
  0 | GUI Prompt                                         | 1.0
  1 | IT Ticket Launcher                                 | 1.2
  2 | Clipboard Regex Automation                         | 1.1
------------------------------------------------------------------
3 loaded add-ons.

Getting information about an add-on

> ADDON GETINFO 2
Add-on information: 
  Name:        Clipboard Regex Automation
  Author:      mCoDev Systems
  Version:     1.1
  Description: Automates the clipboard using Regex patterns.
  GUID:        e9ee28b0-b3b7-47c4-9041-cbc0c44de25d

Loading an add-on

ADDON LOAD /path/to/addon.jar

Unloading an add-on

ADDON UNLOAD 1


🢐🢐 Index ‖ 🢐 Previous Page | Next Page 🢒