mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-02-18 05:12:12 +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
|
* @author ben
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public class IslandCreate extends CommandArgument {
|
public class IslandCreateCommand extends CommandArgument {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param label
|
* @param label
|
||||||
* @param aliases
|
* @param aliases
|
||||||
*/
|
*/
|
||||||
public IslandCreate() {
|
public IslandCreateCommand() {
|
||||||
super("create", "auto");
|
super("create", "auto");
|
||||||
}
|
}
|
||||||
|
|
@ -19,13 +19,13 @@ import us.tastybento.bskyblock.util.VaultHelper;
|
|||||||
* @author ben
|
* @author ben
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public class IslandGo extends CommandArgument {
|
public class IslandGoCommand extends CommandArgument {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param label
|
* @param label
|
||||||
* @param aliases
|
* @param aliases
|
||||||
*/
|
*/
|
||||||
public IslandGo() {
|
public IslandGoCommand() {
|
||||||
super("go", "home", "h");
|
super("go", "home", "h");
|
||||||
}
|
}
|
||||||
|
|
@ -18,13 +18,13 @@ import us.tastybento.bskyblock.util.VaultHelper;
|
|||||||
* @author ben
|
* @author ben
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public class IslandResetName extends CommandArgument {
|
public class IslandResetnameCommand extends CommandArgument {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param label
|
* @param label
|
||||||
* @param aliases
|
* @param aliases
|
||||||
*/
|
*/
|
||||||
public IslandResetName() {
|
public IslandResetnameCommand() {
|
||||||
super("setname");
|
super("setname");
|
||||||
}
|
}
|
||||||
|
|
@ -18,13 +18,13 @@ import us.tastybento.bskyblock.util.VaultHelper;
|
|||||||
* @author ben
|
* @author ben
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public class IslandSetName extends CommandArgument {
|
public class IslandSetnameCommand extends CommandArgument {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param label
|
* @param label
|
||||||
* @param aliases
|
* @param aliases
|
||||||
*/
|
*/
|
||||||
public IslandSetName() {
|
public IslandSetnameCommand() {
|
||||||
super("resetname");
|
super("resetname");
|
||||||
}
|
}
|
||||||
|
|
@ -1,4 +0,0 @@
|
|||||||
package us.tastybento.bskyblock.commands.island;
|
|
||||||
|
|
||||||
public class IslandTeleportCommand {
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user