Update NPCCommands.java

This commit is contained in:
fullwall 2014-06-27 14:44:46 -07:00
parent 33b224a882
commit 8366b977ed

View File

@ -1135,8 +1135,8 @@ public class NPCCommands {
usage = "scoreboard [objective] [criteria] --team [team] --score [score] --display [slot]",
desc = "Sets an NPC's scoreboard",
modifiers = { "scoreboard" },
min = 1,
max = 2,
min = 3,
max = 3,
permission = "citizens.npc.scoreboard")
@Requirements(selected = true, ownership = true, types = EntityType.PLAYER)
public void scoreboard(CommandContext args, CommandSender sender, NPC npc) {