juliarn / npc-lib

Asynchronous, high-performance Minecraft NPC library for 1.8-1.21 servers.
MIT License
303 stars 51 forks source link

Allow skins from URL #63

Closed kyngs closed 2 years ago

kyngs commented 2 years ago

This was already requested in #46 however, this might currently be possible or at least, citizens seem to be able to achieve it.

Their Wiki

There, it works by using "/npc skin --url [image]" command, therefore I assume this should also be doable here. I would appreciate it. Can you please take a look at it?

derklaro commented 2 years ago

Take a look at https://mineskin.org, I'm currently unsure if we should implement this directly into the lib

derklaro commented 2 years ago

Closing as it seems resolved to me, please reopen if you think it is not.

kyngs commented 2 years ago

@derklaro I'm sorry, but how is this resolved? I do not see this feature implemented in the latest commits. BTW. I cannot reopen the issue. If you want I can attempt to implement this myself, and then open a PR.

derklaro commented 2 years ago

As I said: You have to implement it yourself using the api I gave you (which is the only way I know to do this kind of stuff) and we will not implement it into the lib.

I closed this as it didn't seem to me that there were any further questions about that topic.