Initial Release Commit
Standard Feature Placement.
This commit is contained in:
@@ -107,6 +107,9 @@ public class FCmdRoot extends FCommand {
|
||||
public CmdSetBanner cmdSetBanner = new CmdSetBanner();
|
||||
public CmdStrike cmdStrike = new CmdStrike();
|
||||
public CmdSetStrikes cmdSetStrikes = new CmdSetStrikes();
|
||||
public CmdKickAlt cmdAltKick = new CmdKickAlt();
|
||||
public CmdInviteAlt cmdAltInvite = new CmdInviteAlt();
|
||||
|
||||
|
||||
|
||||
public FCmdRoot() {
|
||||
@@ -221,6 +224,11 @@ public class FCmdRoot extends FCommand {
|
||||
this.addSubCommand(this.cmdChest);
|
||||
this.addSubCommand(this.cmdSetBanner);
|
||||
|
||||
if(SavageFactions.plugin.getConfig().getBoolean("f-alts.Enabled")){
|
||||
this.addSubCommand(this.cmdAltInvite);
|
||||
this.addSubCommand(this.cmdAltKick);
|
||||
}
|
||||
|
||||
if (SavageFactions.plugin.getConfig().getBoolean("f-grace.Enabled")) {
|
||||
this.addSubCommand(this.cmdGrace);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user