Plugin system in character.plugins is not working #795
Closed
Description
Describe the bug
Plugin system in characters.plugins is not working.
- Loading the plugin
When a character is loaded from a JSON, the code expects to find a list of path to plugins it can import.
However, the validateCharacterConfig
expects the content of plugin to be an object. This can not work.
To Reproduce
Add the path to a plugin in the character.plugins
array
Expected behavior
Plugin is loaded rightly, actions are added to runtime, services are launched etc...