Open
Description
If a plugin is restarted with plugin stop
then plugin start
it gets empty "options"
in the init
method call, doesn't matter if the options exist or if they are required.
I tried to circumvent this by calling listconfigs
and trying to pick up the options that should be on init
from there, but they had vanished from that list too after plugin stop
.