#(doxaaaa) question: efficienct way of using skin / skin bob?
16 messages · Page 1 of 1 (latest)
(doxaaaa) question: efficiency of using skin bob
Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.
(doxaaaa) question: efficienct way of using skin / skin bob?
I mean, depends on what you're trying to make? if you want it to be a dynamic thing you'll probably want server flags, if it's meant to be a few hard-coded ones you could use a data script, etc.
i mean technically this is "bad practice" but this is what i do it takes like half a second to load sometimes
- execute as_op "npc skin --url skinurl"
you can get the skin url from mineskin
Considering ill be manually adding skins to the flag map > grabbing specific skins on players custom rank conditions
Would this would be viable?
This would be for player skins though
That should be fine yeah, although if this is something you'll be manually doing might be better off using a data script
I mean, that is bad practice yeah - you're making an API call to mineskin every time instead of just setting the skin
Citizens needs to get the skin blob from the URL, if you directly give it the skin blob you skip that step