Console for every command (we will test what works)

This commit is contained in:
boy0001
2015-07-28 03:50:32 +10:00
parent 3a15254d8d
commit 8344903c50
40 changed files with 40 additions and 40 deletions

View File

@ -33,7 +33,7 @@ import com.plotsquared.general.commands.CommandDeclaration;
aliases = {"c"},
description = "Claim the current plot you're standing on",
category = CommandCategory.CLAIMING,
requiredType = RequiredType.PLAYER,
requiredType = RequiredType.NONE,
permission = "plots.claim",
usage = "/plot claim"
)