SamplePlugin icon indicating copy to clipboard operation
SamplePlugin copied to clipboard

Simple example plugin for XIVLauncher/Dalamud

Results 12 SamplePlugin issues
Sort by recently updated
recently updated
newest added

Started by removing the property `Name` from `plugin.cs` that is now [read from the manifest.](https://ptb.discord.com/channels/581875019861328007/653504487352303619/1159600661344817283) (Discord message about this and that it should get a PR.) Addresses #25. - Updated...

When I tried setting this up as an intro into using dalamud, I got the following error trying to build UIDev: ``` 'UIDev.exe' (CoreCLR: DefaultDomain): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\5.0.12\System.Private.CoreLib.dll'. Skipped loading...

e.g. `*.csproj` has `indent_size = 4`, but SamplePlugin.csproj uses 2-space indents

In reference to https://github.com/goatcorp/SamplePlugin/issues/19

DIP17 says that there should be an action by default on this repo so that people who use it as a template will get CI for free.

enhancement

The existing plugin doesn't really explain the DI magic, or the ways of doing it (https://github.com/goatcorp/faq/issues/26). Consider explaining the example that's there, picking a "house style", or just linking to...

Couple of people have reported issues with the copy: - https://discord.com/channels/581875019861328007/653504487352303619/964945704353136672 - https://discord.com/channels/581875019861328007/653504487352303619/964953396928991314 goat thinks it should be done differently anyway: https://discord.com/channels/581875019861328007/653504487352303619/964945326266023977

Are there any best practices for plugin localization? I want to make my plugin support other languages, but don't know how to do it.