Pilz.Dalamud
0.6.0
See the version list below for details.
dotnet add package Pilz.Dalamud --version 0.6.0
NuGet\Install-Package Pilz.Dalamud -Version 0.6.0
<PackageReference Include="Pilz.Dalamud" Version="0.6.0" />
paket add Pilz.Dalamud --version 0.6.0
#r "nuget: Pilz.Dalamud, 0.6.0"
// Install Pilz.Dalamud as a Cake Addin #addin nuget:?package=Pilz.Dalamud&version=0.6.0 // Install Pilz.Dalamud as a Cake Tool #tool nuget:?package=Pilz.Dalamud&version=0.6.0
Pilz.Dalamud
This library is a set of usefull functions you can use within your Dalamud plugin.
At the moment it's far away from being complete or even good. Right now it as some basic functions and tools to work with Nameplates and TextPayloads.
How to install
Install the latest version of Pilz.Dalamud
via NuGet Package Manager or NuGet Console:
https://www.nuget.org/packages/Pilz.Dalamud
Get started
Initialize Plugin Services
To be able to use most features of that lib you must initialize the Plugin Services. The best time to do this is when you initialize your own Plugin Services at your IDalamudPlugin class constructor.
public Plugin(DalamudPluginInterface pluginInterface)
{
// Initialize our own Plugin Services if we use them
PluginServices.Initialize(pluginInterface);
// Initialize Plugin Services for `Pilz.Dalamud` because the lib uses them
Pilz.Dalamud.PluginServices.Initialize(pluginInterface);
}
Hook into Nameplates
Nameplates has been reworked by @nebel and will be part of core Dalamud soon.
Read more at: https://github.com/goatcorp/Dalamud/pull/1915
Use the new service already now via Pilz.Dalamud:
var namePlateGui = Pilz.Dalamud.NamePlate.INamePlateGui.Instance;
Contribute
- Freel free to PR changes or new features/libraries.
- If you want to address bigger changes or want a discussion about something, feel free to open an issue.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0-windows7.0 is compatible. |
-
net8.0-windows7.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.1 | 83 | 11/23/2024 |
1.0.0 | 83 | 11/22/2024 |
0.7.0 | 78 | 7/25/2024 |
0.6.1.1 | 100 | 7/20/2024 |
0.6.1 | 95 | 7/20/2024 |
0.6.0 | 88 | 7/17/2024 |
0.5.2.1 | 833 | 10/7/2023 |
0.5.2 | 142 | 10/7/2023 |
0.5.1 | 140 | 10/6/2023 |
0.5.0 | 173 | 10/3/2023 |
0.4.0 | 514 | 5/24/2023 |
0.3.1 | 205 | 4/5/2023 |
0.3.0 | 205 | 4/3/2023 |
0.2.0 | 656 | 1/9/2023 |
0.1.1 | 338 | 11/21/2022 |
0.1.0 | 337 | 11/8/2022 |