mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-25 04:05:36 +01:00
Renamed some commands class & removed IslandTeleportCommand
This commit is contained in:
parent
a429513869
commit
1d13e964aa
@ -20,13 +20,13 @@ import us.tastybento.bskyblock.util.VaultHelper;
|
||||
* @author ben
|
||||
*
|
||||
*/
|
||||
public class IslandCreate extends CommandArgument {
|
||||
public class IslandCreateCommand extends CommandArgument {
|
||||
|
||||
/**
|
||||
* @param label
|
||||
* @param aliases
|
||||
*/
|
||||
public IslandCreate() {
|
||||
public IslandCreateCommand() {
|
||||
super("create", "auto");
|
||||
}
|
||||
|
@ -19,13 +19,13 @@ import us.tastybento.bskyblock.util.VaultHelper;
|
||||
* @author ben
|
||||
*
|
||||
*/
|
||||
public class IslandGo extends CommandArgument {
|
||||
public class IslandGoCommand extends CommandArgument {
|
||||
|
||||
/**
|
||||
* @param label
|
||||
* @param aliases
|
||||
*/
|
||||
public IslandGo() {
|
||||
public IslandGoCommand() {
|
||||
super("go", "home", "h");
|
||||
}
|
||||
|
@ -18,13 +18,13 @@ import us.tastybento.bskyblock.util.VaultHelper;
|
||||
* @author ben
|
||||
*
|
||||
*/
|
||||
public class IslandResetName extends CommandArgument {
|
||||
public class IslandResetnameCommand extends CommandArgument {
|
||||
|
||||
/**
|
||||
* @param label
|
||||
* @param aliases
|
||||
*/
|
||||
public IslandResetName() {
|
||||
public IslandResetnameCommand() {
|
||||
super("setname");
|
||||
}
|
||||
|
@ -18,13 +18,13 @@ import us.tastybento.bskyblock.util.VaultHelper;
|
||||
* @author ben
|
||||
*
|
||||
*/
|
||||
public class IslandSetName extends CommandArgument {
|
||||
public class IslandSetnameCommand extends CommandArgument {
|
||||
|
||||
/**
|
||||
* @param label
|
||||
* @param aliases
|
||||
*/
|
||||
public IslandSetName() {
|
||||
public IslandSetnameCommand() {
|
||||
super("resetname");
|
||||
}
|
||||
|
@ -1,4 +0,0 @@
|
||||
package us.tastybento.bskyblock.commands.island;
|
||||
|
||||
public class IslandTeleportCommand {
|
||||
}
|
Loading…
Reference in New Issue
Block a user