Releases: karashiiro/DalamudPluginProjectTemplate
Releases · karashiiro/DalamudPluginProjectTemplate
Probably want to reference the new Lumina binary
Merge pull request #1 from goaaats/patch-1 Reference Lumina.Excel instead of Lumina.Generated
Probably don't want so much comment and naming bloat
Removed some comments and renamed PluginConfiguration to just Configuration.
Probably want an actual metadata file for the plugin repository
1.9 metadata file
Probably don't want showing a command in the help menu to be explicit
Replaced ShowInHelpAttribute with DoNotShowInHelpAttribute, because who wants to hide by default tbh
Also added a reference to Lumina.Generated
Probably want to be able to write public and instance commands again
Probably want to be able to write private and static commands
- Updated the binding flags in the command manager
Probably want more QoL changes
- Add Cara's post-build copy+reload event to the debug configuration
- Clean up the command manager a bit
Probably want to be able to save the config easily
- Add Meli's save thing to the config class
Probably want the command manager to be disposed
- Dispose command manager
Probably want the command manager to be initialized
- Initialized the command manager