CC007 / HeadsPluginAPI

The documentation and wiki for the HeadsPluginAPI plugin
MIT License
5 stars 0 forks source link

Remove dependency on NBT API #26

Closed CC007 closed 1 year ago

CC007 commented 2 years ago

Since mc 1.18 there is a new PlayerProfile api in Bukkit, that isn't version dependent. This would eliminate the need for the highly version dependent NBT API library.

Goal is to change the code so that it uses PlayerProfile instead of NBT API.