mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-07 09:45:09 +01:00
/plot leave has a terrible description
This commit is contained in:
parent
f679d3f873
commit
28c219c694
@ -12,9 +12,10 @@ import com.github.intellectualsites.plotsquared.plot.util.MainUtil;
|
|||||||
|
|
||||||
import java.util.UUID;
|
import java.util.UUID;
|
||||||
|
|
||||||
@CommandDeclaration(command = "leave", description = "Leave a plot", permission = "plots.leave",
|
@CommandDeclaration(command = "leave",
|
||||||
category = CommandCategory.CLAIMING, requiredType = RequiredType.NONE) public class Leave
|
description = "Removes self from being trusted or a member of the plot",
|
||||||
extends Command {
|
permission = "plots.leave", category = CommandCategory.CLAIMING,
|
||||||
|
requiredType = RequiredType.NONE) public class Leave extends Command {
|
||||||
public Leave() {
|
public Leave() {
|
||||||
super(MainCommand.getInstance(), true);
|
super(MainCommand.getInstance(), true);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user