mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-28 19:54:43 +02:00
Add command queue option + fix nearest target
This commit is contained in:
@ -41,12 +41,6 @@ import com.plotsquared.general.commands.CommandDeclaration;
|
||||
)
|
||||
public class Target extends SubCommand {
|
||||
|
||||
public Target() {
|
||||
requiredArguments = new Argument[] {
|
||||
Argument.PlotID
|
||||
};
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean onCommand(final PlotPlayer plr, final String[] args) {
|
||||
final Location ploc = plr.getLocation();
|
||||
|
Reference in New Issue
Block a user