Giving Credit
This commit is contained in:
@@ -2,6 +2,10 @@ package com.massivecraft.factions.cmd.roles;
|
||||
|
||||
public class CmdDemote extends FPromoteCommand {
|
||||
|
||||
/**
|
||||
* @author FactionsUUID Team
|
||||
*/
|
||||
|
||||
public CmdDemote() {
|
||||
aliases.add("demote");
|
||||
this.relative = -1;
|
||||
|
||||
@@ -2,6 +2,10 @@ package com.massivecraft.factions.cmd.roles;
|
||||
|
||||
public class CmdPromote extends FPromoteCommand {
|
||||
|
||||
/**
|
||||
* @author FactionsUUID Team
|
||||
*/
|
||||
|
||||
public CmdPromote() {
|
||||
aliases.add("promote");
|
||||
aliases.add("promo");
|
||||
|
||||
@@ -11,6 +11,10 @@ import com.massivecraft.factions.zcore.util.TL;
|
||||
|
||||
public class FPromoteCommand extends FCommand {
|
||||
|
||||
/**
|
||||
* @author FactionsUUID Team
|
||||
*/
|
||||
|
||||
public int relative = 0;
|
||||
|
||||
public FPromoteCommand() {
|
||||
|
||||
Reference in New Issue
Block a user