Dalamud
Dalamud copied to clipboard
Installed plugin shows it's internal name in plugin installer instead of public name
Like this
I'm pretty sure it uses the IDalamudPlugin.Name
implementation from the plugin when the plugin is actually loaded. I had this issue with some of mine, and it ended up being that I didn't set that interface member to what I should have. Whether that's ideal behavior for the plugin installer or not, idk.
Isn't IDalamudPlugin.Name
- internal plugin's name? Changing it would break updates and so I'd imagine
I don't think it is, since InternalName
in the manifest has to match the assembly name.
Edit: Ok, ya, I just double checked with one of mine that name changed mid-dev, and the Name
implementation doesn't have to match InternalName
. Wotsit is the same as well.
IDalamudPlugin.Name
is basically never used these days. I'm guessing that issue is solved, if not, feel free to reopen it.