fixed ecloud casing

This commit is contained in:
Sxtanna 2020-07-24 05:21:43 -04:00
parent e0e02f38b6
commit fccf0d5bb8
5 changed files with 8 additions and 8 deletions

View File

@ -58,7 +58,7 @@ public final class CommandECloud extends PlaceholderCommand
if (params.isEmpty())
{
Msg.msg(sender,
"&b&lPlaceholderAPI &8- &7ECloud Help Menu &8- ",
"&b&lPlaceholderAPI &8- &7eCloud Help Menu &8- ",
" ",
"&b/papi &fecloud status",
" &7&oView status of the ecloud",
@ -69,7 +69,7 @@ public final class CommandECloud extends PlaceholderCommand
"&b/papi &fecloud placeholders <expansion name>",
" &7&oView placeholders for an expansion",
"&b/papi &fecloud download <expansion name> {version}",
" &7&oDownload an expansion from the ecloud",
" &7&oDownload an expansion from the eCloud",
"&b/papi &fecloud refresh",
" &7&oFetch the most up to date list of expansions available.",
"&b/papi &fecloud clear",
@ -97,7 +97,7 @@ public final class CommandECloud extends PlaceholderCommand
if (!(target instanceof CommandECloudToggle) && !plugin.getPlaceholderAPIConfig().isCloudEnabled())
{
Msg.msg(sender,
"&cThe ECloud Manager is not enabled!");
"&cThe eCloud Manager is not enabled!");
return;
}

View File

@ -22,7 +22,7 @@ public final class CommandECloudClear extends PlaceholderCommand
{
plugin.getExpansionCloud().clean();
Msg.msg(sender,
"&aThe ECloud cache has been cleared!");
"&aThe eCloud cache has been cleared!");
}
}

View File

@ -40,7 +40,7 @@ public final class CommandECloudToggle extends PlaceholderCommand
if (desiredState == currentState)
{
Msg.msg(sender,
"&7The ECloud Manager is already " + (desiredState ? "enabled" : "disabled"));
"&7The eCloud Manager is already " + (desiredState ? "enabled" : "disabled"));
return;
}
@ -56,7 +56,7 @@ public final class CommandECloudToggle extends PlaceholderCommand
}
Msg.msg(sender,
"&aThe ECloud Manager has been " + (desiredState ? "enabled" : "disabled"));
"&aThe eCloud Manager has been " + (desiredState ? "enabled" : "disabled"));
}
}

View File

@ -28,7 +28,7 @@ public final class CommandVersion extends PlaceholderCommand
"&b&lPlaceholderAPI &e(&f" + description.getVersion() + "&e)",
"&fAuthors&8: &6" + description.getAuthors(),
"&fPAPI Commands&8: &b/papi &7help",
"&fECloud Commands&8: &b/papi &7ecloud");
"&feCloud Commands&8: &b/papi &7ecloud");
}
}

View File

@ -53,7 +53,7 @@ permissions:
description: "allows you to list active expansions"
placeholderapi.ecloud:
default: "op"
description: "allows you to access papi ecloud"
description: "allows you to access papi eCloud"
placeholderapi.parse:
default: "op"
description: "allows you to parse placeholders"