mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-26 04:35:50 +01:00
Fix /npc villager
This commit is contained in:
parent
7e58db8be5
commit
530e175094
@ -375,8 +375,8 @@ public class Commands {
|
|||||||
@Command(
|
@Command(
|
||||||
aliases = { "npc" },
|
aliases = { "npc" },
|
||||||
usage = "villager (--level level) (--type type) (--profession profession)",
|
usage = "villager (--level level) (--type type) (--profession profession)",
|
||||||
desc = "Sets phantom modifiers",
|
desc = "Sets villager modifiers",
|
||||||
modifiers = { "phantom" },
|
modifiers = { "villager" },
|
||||||
min = 1,
|
min = 1,
|
||||||
max = 1,
|
max = 1,
|
||||||
permission = "citizens.npc.villager")
|
permission = "citizens.npc.villager")
|
||||||
|
Loading…
Reference in New Issue
Block a user