mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-12-29 12:37:37 +01:00
Renamed AboutCommand to BentoBoxAboutCommand
This commit is contained in:
parent
699b439096
commit
3d441928d0
@ -10,19 +10,19 @@ import world.bentobox.bentobox.api.user.User;
|
|||||||
* Displays generic information about BentoBox such as version and license.
|
* Displays generic information about BentoBox such as version and license.
|
||||||
* @author tastybento
|
* @author tastybento
|
||||||
*/
|
*/
|
||||||
public class AboutCommand extends CompositeCommand {
|
public class BentoBoxAboutCommand extends CompositeCommand {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* About
|
* About
|
||||||
* @param parent parent CompositeCommand
|
* @param parent parent CompositeCommand
|
||||||
*/
|
*/
|
||||||
public AboutCommand(CompositeCommand parent) {
|
public BentoBoxAboutCommand(CompositeCommand parent) {
|
||||||
super(parent, "about");
|
super(parent, "about");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void setup() {
|
public void setup() {
|
||||||
setDescription("commands.bentobox.about.description");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
Loading…
Reference in New Issue
Block a user