mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-08-04 13:35:27 +02:00
Fix plot kick args
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user