mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-14 22:56:24 +01:00
Allow extra arg for /npc pose
This commit is contained in:
parent
e2e4b2a0c1
commit
17c3329b19
@ -2160,7 +2160,7 @@ public class NPCCommands {
|
|||||||
flags = "ad",
|
flags = "ad",
|
||||||
modifiers = { "pose" },
|
modifiers = { "pose" },
|
||||||
min = 1,
|
min = 1,
|
||||||
max = 2,
|
max = 3,
|
||||||
permission = "citizens.npc.pose")
|
permission = "citizens.npc.pose")
|
||||||
public void pose(CommandContext args, CommandSender sender, NPC npc, @Flag("save") String save,
|
public void pose(CommandContext args, CommandSender sender, NPC npc, @Flag("save") String save,
|
||||||
@Flag("mirror") String mirror, @Flag("assume") String assume, @Flag("remove") String remove,
|
@Flag("mirror") String mirror, @Flag("assume") String assume, @Flag("remove") String remove,
|
||||||
|
Loading…
Reference in New Issue
Block a user