Fixes #1429 Removes duplicate aliases.

This commit is contained in:
MattBDev 2016-11-20 22:29:14 -05:00
parent 77281017d4
commit e126054053
2 changed files with 0 additions and 2 deletions

View File

@ -18,7 +18,6 @@ import java.util.UUID;
@CommandDeclaration(
command = "add",
aliases = {"a"},
description = "Allow a user to build while you are online",
usage = "/plot add <player>",
category = CommandCategory.SETTINGS,

View File

@ -17,7 +17,6 @@ import java.util.Set;
@CommandDeclaration(
command = "buy",
aliases = {"b"},
description = "Buy the plot you are standing on",
usage = "/plot buy",
permission = "plots.buy",