feat: remove message regarding config option

This commit is contained in:
Gabriel Dumitru 2023-04-05 23:38:07 +03:00
parent 87cb3eab01
commit 8084841784
No known key found for this signature in database
GPG Key ID: 4F14082F3710B7CE
1 changed files with 0 additions and 1 deletions

View File

@ -57,7 +57,6 @@ 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, "&aTo allow the download of unverified expansions set &fcloud_allow_unverified_expansions: true &ain config.yml");
return;
}