samolego / FabricTailor

A server-side or singleplayer skin changing mod for fabric.
https://modrinth.com/mod/FabricTailor
GNU Lesser General Public License v3.0
109 stars 17 forks source link

Target a player that would change skin #54

Closed SerkvalRaven closed 2 years ago

SerkvalRaven commented 2 years ago

The admin would be able to change another player's skin by adding an extra argument at the end of each command.

The string formats for URL and Path has changed. You would have to qoute them. ex) skin set URL "https://stuff.png" jeb_

Added Korean translation.

samolego commented 2 years ago

Thanks for the PR, but this is already possible in vanilla? (with /execute as <player> run skin set ...) I'm not against it, though I'm not keen on changing the skin command format. You could split the message on (space) and get playername that way, as URLs cannot contain spaces ;).

Also, could you perhaps open Korean translation in a separate PR?

SerkvalRaven commented 2 years ago

Never thought it that way! Thanks for the tip. I'll move the translation to a seperate PR