Hi there!
I found a tiny issue with the plugin parameters format.
Some of them that have the @type struct are not working.
I believe the problem is because they have a space character.
Currently, they are like this:
@type struct <CharacterInfo>
But they should be like this:
@type struct<CharacterInfo>
I tested the above and it worked when I remove the space character between struct and >CharacterInfo>
I believe that is a typo from the translator.
Hi there!
I found a tiny issue with the plugin parameters format.
Some of them that have the @type struct are not working.
I believe the problem is because they have a space character.
Currently, they are like this:
@type struct <CharacterInfo>But they should be like this:
@type struct<CharacterInfo>I tested the above and it worked when I remove the space character between struct and >CharacterInfo>
I believe that is a typo from the translator.