README: remove NamePlate annotion and add deprecated notice

This commit is contained in:
2024-07-25 05:52:28 +02:00
parent e92662969b
commit 3df83a8fa7

View File

@@ -30,15 +30,7 @@ public Plugin(DalamudPluginInterface pluginInterface)
### Hook into NamePlates ### Hook into NamePlates
Nameplates has been reworked by @nebel and will be part of core Dalamud soon. __**DEPRICATED!** Use the ``INameplate`` service wich is now implemented [within Dalamud](https://github.com/goatcorp/Dalamud/pull/1915). The old Nameplate Addon and the new temporary Nameplate service has been removed since v0.7.0 of this library.__
Read more at: https://github.com/goatcorp/Dalamud/pull/1915
Use the new service already now via Pilz.Dalamud:
```cs
var namePlateGui = Pilz.Dalamud.NamePlate.INamePlateGui.Instance;
```
## Contribute ## Contribute