loadPlugins: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
m Created page with '; loadPlugins [<0|1|2|3>] : This option controls loading of plugins at startup or when the "plugin load all" command is used.  Category:sys.txt'  | 
				m Conversion script moved page LoadPlugins to loadPlugins: Converting page titles to lowercase  | 
				||
| (2 intermediate revisions 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"   | |||
|- style=background-color:#F9F9F9;  | |||
!Value  | |||
!Description  | |||
|-  | |||
|align=center|0  | |||
|Do not load plugins  | |||
|-  | |||
|align=center|1  | |||
|Load all plugins  | |||
|-  | |||
|align=center|2  | |||
|Only load plugins that are listed in [[loadPlugins_list]]  | |||
|-  | |||
|align=center|3  | |||
|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 |