mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-12-24 17:47:38 +01:00
Changed some command descriptions
This commit is contained in:
parent
ff909d0c31
commit
17c103a7b2
@ -226,7 +226,7 @@ public class CommandManager {
|
||||
add("purge");
|
||||
add("delete");
|
||||
}},
|
||||
"Purge AuthMeReloaded data",
|
||||
"Purge old data",
|
||||
"Purge old AuthMeReloaded data longer than the specified amount of days ago.",
|
||||
authMeCommand);
|
||||
purgeCommand.setCommandPermissions("authme.admin.purge", CommandPermissions.DefaultPermission.OP_ONLY);
|
||||
@ -240,7 +240,7 @@ public class CommandManager {
|
||||
add("rld");
|
||||
add("r");
|
||||
}},
|
||||
"Reload AuthMeReloaded",
|
||||
"Reload plugin",
|
||||
"Reload the AuthMeReloaded plugin.",
|
||||
authMeCommand);
|
||||
reloadCommand.setCommandPermissions("authme.admin.reload", CommandPermissions.DefaultPermission.OP_ONLY);
|
||||
|
Loading…
Reference in New Issue
Block a user