Push to 2.10.5 for release pt2

This commit is contained in:
darbyjack
2020-03-25 23:27:56 -05:00
parent ca0791f3af
commit bb639328a3
2 changed files with 5 additions and 8 deletions

View File

@@ -79,15 +79,13 @@ public class PlaceholderAPICommands implements CommandExecutor {
"&fReload the config settings");
if (s.hasPermission("placeholderapi.ecloud")) {
if (plugin.getExpansionCloud() == null) {
Msg.msg(s, "&b/papi enablecloud",
"&fEnable the expansion cloud");
} else {
Msg.msg(s, "&b/papi disablecloud",
"&fDisable the expansion cloud",
"&b/papi ecloud",
"&fView ecloud command usage");
}
Msg.msg(s, "&b/papi enablecloud",
"&fEnable the expansion cloud");
}
return true;