We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
Plugin system in characters.plugins is not working.
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.
validateCharacterConfig
To Reproduce
Add the path to a plugin in the character.plugins array
character.plugins
Expected behavior
Plugin is loaded rightly, actions are added to runtime, services are launched etc...
The text was updated successfully, but these errors were encountered:
Has been fixed in latest code commited
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Plugin system in characters.plugins is not working.
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
arrayExpected behavior
Plugin is loaded rightly, actions are added to runtime, services are launched etc...
The text was updated successfully, but these errors were encountered: