mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-12-25 18:47:40 +01:00
fix "/npc cat" flags
This commit is contained in:
parent
4f4e7dd68d
commit
05471766b7
@ -72,6 +72,7 @@ public class Commands {
|
|||||||
modifiers = { "cat" },
|
modifiers = { "cat" },
|
||||||
min = 1,
|
min = 1,
|
||||||
max = 1,
|
max = 1,
|
||||||
|
flags = "sn",
|
||||||
permission = "citizens.npc.cat")
|
permission = "citizens.npc.cat")
|
||||||
@Requirements(selected = true, ownership = true, types = EntityType.CAT)
|
@Requirements(selected = true, ownership = true, types = EntityType.CAT)
|
||||||
public void cat(CommandContext args, CommandSender sender, NPC npc) throws CommandException {
|
public void cat(CommandContext args, CommandSender sender, NPC npc) throws CommandException {
|
||||||
|
Loading…
Reference in New Issue
Block a user