mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-02-05 15:55:28 +01:00
Fixed missed casings
This commit is contained in:
parent
fccf0d5bb8
commit
79b8dd73a5
@ -61,7 +61,7 @@ public final class CommandECloud extends PlaceholderCommand
|
|||||||
"&b&lPlaceholderAPI &8- &7eCloud Help Menu &8- ",
|
"&b&lPlaceholderAPI &8- &7eCloud Help Menu &8- ",
|
||||||
" ",
|
" ",
|
||||||
"&b/papi &fecloud status",
|
"&b/papi &fecloud status",
|
||||||
" &7&oView status of the ecloud",
|
" &7&oView status of the eCloud",
|
||||||
"&b/papi &fecloud list <all/{author}/installed> {page}",
|
"&b/papi &fecloud list <all/{author}/installed> {page}",
|
||||||
" &7&oList all/author specific available expansions",
|
" &7&oList all/author specific available expansions",
|
||||||
"&b/papi &fecloud info <expansion name> {version}",
|
"&b/papi &fecloud info <expansion name> {version}",
|
||||||
|
@ -24,7 +24,7 @@ public final class CommandECloudRefresh extends PlaceholderCommand
|
|||||||
plugin.getExpansionCloud().fetch(plugin.getPlaceholderAPIConfig().cloudAllowUnverifiedExpansions());
|
plugin.getExpansionCloud().fetch(plugin.getPlaceholderAPIConfig().cloudAllowUnverifiedExpansions());
|
||||||
|
|
||||||
Msg.msg(sender,
|
Msg.msg(sender,
|
||||||
"&aThe ECloud Manager has been refreshed!");
|
"&aThe eCloud Manager has been refreshed!");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user