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;
|
||||
|
||||
@CommandDeclaration(command = "leave", description = "Leave a plot", permission = "plots.leave",
|
||||
category = CommandCategory.CLAIMING, requiredType = RequiredType.NONE) public class Leave
|
||||
extends Command {
|
||||
@CommandDeclaration(command = "leave",
|
||||
description = "Removes self from being trusted or a member of the plot",
|
||||
permission = "plots.leave", category = CommandCategory.CLAIMING,
|
||||
requiredType = RequiredType.NONE) public class Leave extends Command {
|
||||
public Leave() {
|
||||
super(MainCommand.getInstance(), true);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user