If i add exclusions to an "Entity Groups" definition, after laoding the plugin, the "members" are overwritten with te content of "exclusions".
In my original Config:
And after loading the Plugin:
In my original Config:
{
"name": "players",
"members": "BasePlayer",
"exclusions": "NPCPlayer, HTNPlayer"
},And after loading the Plugin:
{
"name": "players",
"members": "NPCPlayer, HTNPlayer",
"exclusions": ""
},