public class Plugins extends Object
| Modifier and Type | Field and Description |
|---|---|
private List<String> |
autostart
Defines an array of the identifiers (as entered in "config.json") for the plugins,
which will automatically start when the editor opens, and the order the plugins will run one-by-one.
|
private List<String> |
pluginsData
Defines an array of absolute URLs to the plugin configuration files ("config.json").
|
| Constructor and Description |
|---|
Plugins() |
private List<String> autostart
private List<String> pluginsData
Copyright © 2023–2024. All rights reserved.