mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-03 09:30:17 +01:00
Added "rl" alias for the AdminReloadCommand
This commit is contained in:
parent
35f8a80167
commit
880185ad4b
@ -9,12 +9,11 @@ import world.bentobox.bentobox.api.user.User;
|
|||||||
* Generic reload command for addons to use that will just call the onReload() method
|
* Generic reload command for addons to use that will just call the onReload() method
|
||||||
* after checking permissions
|
* after checking permissions
|
||||||
* @author tastybento
|
* @author tastybento
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
public class AdminReloadCommand extends CompositeCommand {
|
public class AdminReloadCommand extends CompositeCommand {
|
||||||
|
|
||||||
public AdminReloadCommand(CompositeCommand adminCommand) {
|
public AdminReloadCommand(CompositeCommand adminCommand) {
|
||||||
super(adminCommand, "reload");
|
super(adminCommand, "reload", "rl");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user