Skip to content

Commit

Permalink
Easy command update
Browse files Browse the repository at this point in the history
Makes command easier
  • Loading branch information
BalloonChamp committed Dec 20, 2015
1 parent 0ed4948 commit a60bc3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/bukkit/command/defaults/GiveCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ public class GiveCommand extends VanillaCommand {
}

public GiveCommand() {
super("give");
super("i");
this.description = "Gives the specified player a certain amount of items";
this.usageMessage = "/give <player> <item> [amount [data]]";
this.usageMessage = "/i <player> <item> [amount [data]]";
this.setPermission("bukkit.command.give");
}

Expand Down

0 comments on commit a60bc3f

Please sign in to comment.