diff options
author | destruc7i0n <destruc7i0n@users.noreply.github.com> | 2021-12-03 23:53:33 -0500 |
---|---|---|
committer | destruc7i0n <destruc7i0n@users.noreply.github.com> | 2021-12-03 23:53:33 -0500 |
commit | 314506bb942af8784865d513a62f080083bc30b6 (patch) | |
tree | 88c1090aa247a7afba5cd2fd2271750488f839bd /README.md | |
parent | only allow text messages to be handled (diff) | |
download | shulker-314506bb942af8784865d513a62f080083bc30b6.tar.gz shulker-314506bb942af8784865d513a62f080083bc30b6.zip |
ability to specify custom avatar provider
closes #74
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md index 34a99b1..7ac771a 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,8 @@ tail -F /PATH_TO_MINECRAFT_SERVER_INSTALL/logs/latest.log | grep --line-buffered "SERVER_NAME": "Shulker", /* The username used when displaying any server information in chat, e.g., Server - Shulker : Server message here*/ "SERVER_IMAGE": "", /* Image for the server when sending such messages (if enabled below). Only for WebHooks. */ + "HEAD_IMAGE_URL": "https://minotar.net/helm/%uuid%/256.png", /* Url to get the heads for the webhook, %uuid% is replaced with the uuid of the player */ + "DEFAULT_PLAYER_HEAD": "c06f89064c8a49119c29ea1dbd1aab82", /* UUID of player with the default head to use (currently is MHF_Steve) */ "SHOW_SERVER_STATUS: false, /* Shows when the server turns on and off e.g., Server - Shulker : Server is online */ "SHOW_PLAYER_CONN_STAT": false, /* Shows player connection status in chat, e.g., Server - Shulker : TheMachine joined the game */ "SHOW_PLAYER_ADVANCEMENT": false, /* Shows when players earn advancements in chat, e.g., Server - Shulker : TheMachine has made the advacement [MEME - Machine] */ |