mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-09-06 17:27:05 +02:00
Fixed more casings
This commit is contained in:
@@ -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}",
|
||||
|
@@ -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;
|
||||
}
|
||||
|
||||
|
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user