I am currently in progress of developing a website, and I need to have a skin uploader where a skin that is on my website can be directly uploaded to Minecraft.
You will have to dig into the minecraft website code and figure out the networking and uploading (in javascript part). But just a quick question: why do you need that? Why it the official site not cutting it?
Rollback Post to RevisionRollBack
Not doing mc modding that much anymore because I am making a full blown game that does not have limitations that mc has. (rip Magiology for now)
I may come back if MC fixes it's rendering pipeline.
I am currently in progress of developing a website, and I need to have a skin uploader where a skin that is on my website can be directly uploaded to Minecraft.
Why doesn't the one on minecraft.net work? AFAIK Mojang doesn't provide an API for doing this, you'll have to reverse engineer it yourself.
Matter Overdrive co-developer. Maker of a number of other mods. Temporal Reality lead developer. Open source connoisseur.
you can do this: put a button with the url http://www.minecraft.net/profile/skin/remote?url= <url of the image>
when the people opens the url they are redirected to login page and then it's directly uploaded as skin
hope I helped you
sorry for my bad english I'm Italian
You will have to dig into the minecraft website code and figure out the networking and uploading (in javascript part). But just a quick question: why do you need that? Why it the official site not cutting it?
Not doing mc modding that much anymore because I am making a full blown game that does not have limitations that mc has. (rip Magiology for now)
I may come back if MC fixes it's rendering pipeline.
Thank you guys!