mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-12-28 03:57:39 +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.
|
||||
* @author tastybento
|
||||
*/
|
||||
public class AboutCommand extends CompositeCommand {
|
||||
public class BentoBoxAboutCommand extends CompositeCommand {
|
||||
|
||||
/**
|
||||
* About
|
||||
* @param parent parent CompositeCommand
|
||||
*/
|
||||
public AboutCommand(CompositeCommand parent) {
|
||||
public BentoBoxAboutCommand(CompositeCommand parent) {
|
||||
super(parent, "about");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setup() {
|
||||
setDescription("commands.bentobox.about.description");
|
||||
|
||||
}
|
||||
|
||||
@Override
|
Loading…
Reference in New Issue
Block a user