Skip to content

Commit

Permalink
Fix avatarApi config
Browse files Browse the repository at this point in the history
  • Loading branch information
Xujiayao committed Nov 16, 2024
1 parent 93c8537 commit 1de1342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/xujiayao/discord_mc_chat/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public static class Generic {

public boolean useUuidInsteadOfName = true;

public String avatarApi = "https://mc-heads.net/avatar/%player%.png";
public String avatarApi = "https://mc-heads.net/avatar/{player_uuid}.png";

public boolean broadcastPlayerCommandExecution = true;
public boolean broadcastSlashCommandExecution = true;
Expand Down

0 comments on commit 1de1342

Please sign in to comment.