Changed some command descriptions

This commit is contained in:
Tim Visée
2015-11-01 18:13:36 +01:00
parent ff909d0c31
commit 17c103a7b2
@@ -226,7 +226,7 @@ public class CommandManager {
add("purge"); add("purge");
add("delete"); add("delete");
}}, }},
"Purge AuthMeReloaded data", "Purge old data",
"Purge old AuthMeReloaded data longer than the specified amount of days ago.", "Purge old AuthMeReloaded data longer than the specified amount of days ago.",
authMeCommand); authMeCommand);
purgeCommand.setCommandPermissions("authme.admin.purge", CommandPermissions.DefaultPermission.OP_ONLY); purgeCommand.setCommandPermissions("authme.admin.purge", CommandPermissions.DefaultPermission.OP_ONLY);
@@ -240,7 +240,7 @@ public class CommandManager {
add("rld"); add("rld");
add("r"); add("r");
}}, }},
"Reload AuthMeReloaded", "Reload plugin",
"Reload the AuthMeReloaded plugin.", "Reload the AuthMeReloaded plugin.",
authMeCommand); authMeCommand);
reloadCommand.setCommandPermissions("authme.admin.reload", CommandPermissions.DefaultPermission.OP_ONLY); reloadCommand.setCommandPermissions("authme.admin.reload", CommandPermissions.DefaultPermission.OP_ONLY);