Fixed more casings

This commit is contained in:
PiggyPiglet
2020-07-24 17:32:39 +08:00
parent 79b8dd73a5
commit 3429d69f9d
4 changed files with 26 additions and 26 deletions

View File

@@ -65,7 +65,7 @@ public final class CommandECloud extends PlaceholderCommand
"&b/papi &fecloud list <all/{author}/installed> {page}",
" &7&oList all/author specific available expansions",
"&b/papi &fecloud info <expansion name> {version}",
" &7&oView information about a specific expansion available on the cloud",
" &7&oView information about a specific expansion available on the eCloud",
"&b/papi &fecloud placeholders <expansion name>",
" &7&oView placeholders for an expansion",
"&b/papi &fecloud download <expansion name> {version}",

View File

@@ -26,7 +26,7 @@ public final class CommandECloudDownload extends PlaceholderCommand
if (params.isEmpty())
{
Msg.msg(sender,
"&cYou must supply the name of a cloud expansion.");
"&cYou must supply the name of an eCloud expansion.");
return;
}

View File

@@ -29,8 +29,8 @@ public final class CommandECloudStatus extends PlaceholderCommand
final StringBuilder builder = new StringBuilder();
builder.append("&bThere are &a").append(expansionCount).append("&b expansions available on the cloud.").append('\n');
builder.append("&7A total of &f").append(authorCount).append("&7 authors have contributed to the expansion cloud.").append('\n');
builder.append("&bThere are &a").append(expansionCount).append("&b expansions available on the eCloud.").append('\n');
builder.append("&7A total of &f").append(authorCount).append("&7 authors have contributed to the eCloud.").append('\n');
if (updateCount > 0)
{