[plugins.pluginname] section, where pluginname is the
name of the plugin, from the pse.conf file before the plugin is
initialized. The values can be either a string, integer, float or
list, and any value from the conf file will be required to be and
converted into the type of the default value. Do not make a default
value of None; instead, use '', 0, 0.0 or
[].
Changed in version 3.0.
There is a special "reserved" parameter for plugins called
Enabled, which is by default set to true. You can disable
a user plugin from showing up in the pse.plugins package
by specifiying Enabled = no in the plugin's configuration
section in the pse.conf file.