feat: update ecloud url

This commit is contained in:
iGabyTM 2023-06-20 18:41:35 +03:00
parent 8084841784
commit 185782be35
No known key found for this signature in database
GPG Key ID: 4F14082F3710B7CE
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ public final class CommandECloudDownload extends PlaceholderCommand {
}
if (!expansion.isVerified() && !plugin.getPlaceholderAPIConfig().cloudAllowUnverifiedExpansions()) {
Msg.msg(sender, "&cThe expansion '&f" + params.get(0) + "&c' is not verified and can only be downloaded manually from &fhttps://api.extendedclip.com");
Msg.msg(sender, "&cThe expansion '&f" + params.get(0) + "&c' is not verified and can only be downloaded manually from &fhttps://placeholderapi.com/ecloud");
return;
}