diff --git a/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Leave.java b/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Leave.java index 6da8c1601..5504ce777 100644 --- a/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Leave.java +++ b/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/Leave.java @@ -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); }