loadPlugins: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
mNo edit summary  | 
				m Conversion script moved page LoadPlugins to loadPlugins: Converting page titles to lowercase  | 
				||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
; loadPlugins [<0|1|2|3>]  | ; loadPlugins [<0|1|2|3>]  | ||
: This option controls loading of plugins at startup or when the "plugin load all" command is used.  | : This option controls loading of plugins at startup or when the "[[plugin|plugin load all]]" command is used.  | ||
{|border="1" cellpadding="2" cellspacing="1"    | {|border="1" cellpadding="2" cellspacing="1"    | ||
| Line 14: | Line 14: | ||
|-  | |-  | ||
|align=center|2  | |align=center|2  | ||
|Only load plugins that are listed in loadPlugins_list  | |Only load plugins that are listed in [[loadPlugins_list]]  | ||
|-  | |-  | ||
|align=center|3  | |align=center|3  | ||
|Load all plugins except those listed in skipPlugins_list  | |Load all plugins except those listed in [[skipPlugins_list]]  | ||
|}  | |}  | ||
[[Category:sys.txt]]  | [[Category:sys.txt]]  | ||
Latest revision as of 22:34, 26 April 2021
- loadPlugins [<0|1|2|3>]
 - This option controls loading of plugins at startup or when the "plugin load all" command is used.
 
| Value | Description | 
|---|---|
| 0 | Do not load plugins | 
| 1 | Load all plugins | 
| 2 | Only load plugins that are listed in loadPlugins_list | 
| 3 | Load all plugins except those listed in skipPlugins_list |