style: Add missing bracket for deny example (#3351)

This commit is contained in:
Alex 2021-11-29 20:56:48 +01:00 committed by GitHub
parent bec51401a3
commit 3ed369de19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ import java.util.concurrent.TimeoutException;
@CommandDeclaration(command = "deny",
aliases = {"d", "ban"},
usage = "/plot deny <player",
usage = "/plot deny <player>",
category = CommandCategory.SETTINGS,
requiredType = RequiredType.PLAYER)
public class Deny extends SubCommand {