Add deprecation commands for home/warps
This commit is contained in:
parent
216dd14bf8
commit
573177915a
@ -74,6 +74,9 @@ public class CmdFactions extends FactionsCommand
|
|||||||
this.addChild(new MassiveCommandDeprecated(this.cmdFactionsFlag, "open"));
|
this.addChild(new MassiveCommandDeprecated(this.cmdFactionsFlag, "open"));
|
||||||
this.addChild(new MassiveCommandDeprecated(this.cmdFactionsFaction, "show", "who"));
|
this.addChild(new MassiveCommandDeprecated(this.cmdFactionsFaction, "show", "who"));
|
||||||
this.addChild(new MassiveCommandDeprecated(this.cmdFactionsRank, "leader", "owner", "officer", "moderator", "demote", "promote"));
|
this.addChild(new MassiveCommandDeprecated(this.cmdFactionsRank, "leader", "owner", "officer", "moderator", "demote", "promote"));
|
||||||
|
this.addChild(new MassiveCommandDeprecated(this.cmdFactionsWarp, "home"));
|
||||||
|
this.addChild(new MassiveCommandDeprecated(this.cmdFactionsWarp.cmdFactionWarpAdd, "sethome"));
|
||||||
|
this.addChild(new MassiveCommandDeprecated(this.cmdFactionsWarp.cmdFactionWarpRemove, "unsethome"));
|
||||||
}
|
}
|
||||||
|
|
||||||
// -------------------------------------------- //
|
// -------------------------------------------- //
|
||||||
|
Loading…
Reference in New Issue
Block a user