mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-18 00:46:55 +01:00
fixed ecloud casing
This commit is contained in:
parent
e0e02f38b6
commit
fccf0d5bb8
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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!");
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -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"));
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -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");
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user