mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-09 09:59:48 +01:00
Add missing argument to unlink
This commit is contained in:
parent
f8ce00c2df
commit
38a382f8e5
@ -8,7 +8,7 @@ import com.github.intellectualsites.plotsquared.plot.object.PlotPlayer;
|
|||||||
import com.github.intellectualsites.plotsquared.plot.util.*;
|
import com.github.intellectualsites.plotsquared.plot.util.*;
|
||||||
|
|
||||||
@CommandDeclaration(command = "unlink", aliases = {"u", "unmerge"},
|
@CommandDeclaration(command = "unlink", aliases = {"u", "unmerge"},
|
||||||
description = "Unlink a mega-plot", usage = "/plot unlink", requiredType = RequiredType.NONE,
|
description = "Unlink a mega-plot", usage = "/plot unlink [createroads]", requiredType = RequiredType.NONE,
|
||||||
category = CommandCategory.SETTINGS, confirmation = true) public class Unlink
|
category = CommandCategory.SETTINGS, confirmation = true) public class Unlink
|
||||||
extends SubCommand {
|
extends SubCommand {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user