From 348ad9d3d590bac91a2f793077f7d600bdcbccf9 Mon Sep 17 00:00:00 2001 From: BenCodez Date: Thu, 28 Nov 2024 12:37:26 -0600 Subject: [PATCH] Added new config option SkullProfileAPIURL --- VotingPlugin/Resources/Config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/VotingPlugin/Resources/Config.yml b/VotingPlugin/Resources/Config.yml index f285dea43..f7caf1b28 100644 --- a/VotingPlugin/Resources/Config.yml +++ b/VotingPlugin/Resources/Config.yml @@ -606,6 +606,11 @@ PreloadSkulls: true # If rate limit is hit caching will pause for 15 minutes SkullLoadDelay: 3000 +# Set a skull profile URL +# Default: https://sessionserver.mojang.com/session/minecraft/profile/ +# Other examples: https://crafthead.net/profile/ +SkullProfileAPIURL: '' + ########################################### # Extra checks on vote ###########################################