Skip to content
New issue

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

Plugin system in character.plugins is not working #795

Closed
dievardump opened this issue Dec 2, 2024 · 1 comment
Closed

Plugin system in character.plugins is not working #795

dievardump opened this issue Dec 2, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@dievardump
Copy link
Contributor

Describe the bug

Plugin system in characters.plugins is not working.

  1. 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.

Capture d’écran du 2024-12-02 18-57-33

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...

@dievardump dievardump added the bug Something isn't working label Dec 2, 2024
@dievardump
Copy link
Contributor Author

Has been fixed in latest code commited

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant