README: remove NamePlate annotion and add deprecated notice
This commit is contained in:
10
README.md
10
README.md
@@ -30,15 +30,7 @@ public Plugin(DalamudPluginInterface 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:
|
||||
|
||||
```cs
|
||||
var namePlateGui = Pilz.Dalamud.NamePlate.INamePlateGui.Instance;
|
||||
```
|
||||
__**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.__
|
||||
|
||||
## Contribute
|
||||
|
||||
|
||||
Reference in New Issue
Block a user