PaperMC / PaperLib

Plugin Library for interfacing with Paper Specific API's with graceful fallback that maintains Spigot Compatibility, such as Async Chunk Loading.
MIT License
269 stars 31 forks source link

Add PlayerProfile support #18

Closed NickAcPT closed 4 years ago

NickAcPT commented 4 years ago

My request is to add support for PlayerProfile for players and skulls.

wizjany commented 4 years ago

What would the fallback be...?

NickAcPT commented 4 years ago

Maybe somehow implementing it with packets and reflection.

wizjany commented 4 years ago

"Plugin Library for interfacing with Paper Specific API's with graceful fallback that maintains Spigot Compatibility, such as Async Chunk Loading. " From the project description.

NickAcPT commented 4 years ago

Yes, I know that. The PlayerProfile API is Paper specific.

wizjany commented 4 years ago

right, the point is there's no graceful fallback. if you want to do hacky reflection/packets/whatever that's best done in your own plugin.

NickAcPT commented 4 years ago

Oh, I see. Closing this.