Fix plot kick args

This commit is contained in:
Jesse Boyd
2016-03-29 18:57:35 +11:00
parent 19ef76de33
commit 512ae38392
2 changed files with 6 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ import com.plotsquared.general.commands.CommandDeclaration;
aliases = {"k"},
description = "Kick a player from your plot",
permission = "plots.kick",
usage = "<player>",
category = CommandCategory.TELEPORT,
requiredType = RequiredType.PLAYER)
public class Kick extends SubCommand {