mirror of
https://github.com/System-End/Discord-MC-Chat.git
synced 2026-04-19 22:05:11 +00:00
Fix avatarApi config
This commit is contained in:
parent
93c85379f7
commit
1de134253a
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ public class Config {
|
|||
|
||||
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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue