Skip to content

Commit

Permalink
Minor config change
Browse files Browse the repository at this point in the history
  • Loading branch information
samolego committed Oct 16, 2024
1 parent a091cf5 commit f934ac2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class TailorConfig implements IBrigadierConfigurator {
public final String _comment_customSkinServer0 = "";
@SerializedName("// Leave empty to use default minecraft usernames (and ely.by fallback).")
public final String _comment_customSkinServer1 = "";
@SerializedName("// Available parameters: {player}. Example: https://skins.samolego.org/{player}.png")
@SerializedName("// Available parameters: {player}. Example: https://skins.samolego.org/{player}")
public final String _comment_customSkinServer2 = "";
@BrigadierDescription(defaultOption = "")
@SerializedName("custom_skin_server")
Expand Down

0 comments on commit f934ac2

Please sign in to comment.