More Credit
This commit is contained in:
@@ -9,6 +9,10 @@ import com.massivecraft.factions.zcore.util.TL;
|
||||
|
||||
public class CmdPoints extends FCommand {
|
||||
|
||||
/**
|
||||
* @author Driftay
|
||||
*/
|
||||
|
||||
public CmdPointsRemove cmdPointsRemove = new CmdPointsRemove();
|
||||
public CmdPointsSet cmdPointsSet = new CmdPointsSet();
|
||||
public CmdPointsAdd cmdPointsAdd = new CmdPointsAdd();
|
||||
|
||||
@@ -11,6 +11,10 @@ import com.massivecraft.factions.zcore.util.TL;
|
||||
|
||||
public class CmdPointsAdd extends FCommand {
|
||||
|
||||
/**
|
||||
* @author Driftay
|
||||
*/
|
||||
|
||||
public CmdPointsAdd() {
|
||||
super();
|
||||
this.aliases.add("add");
|
||||
|
||||
@@ -11,6 +11,10 @@ import com.massivecraft.factions.zcore.util.TL;
|
||||
|
||||
public class CmdPointsRemove extends FCommand {
|
||||
|
||||
/**
|
||||
* @author Driftay
|
||||
*/
|
||||
|
||||
public CmdPointsRemove() {
|
||||
super();
|
||||
this.aliases.add("remove");
|
||||
|
||||
@@ -11,6 +11,10 @@ import com.massivecraft.factions.zcore.util.TL;
|
||||
|
||||
public class CmdPointsSet extends FCommand {
|
||||
|
||||
/**
|
||||
* @author Driftay
|
||||
*/
|
||||
|
||||
public CmdPointsSet() {
|
||||
super();
|
||||
this.aliases.add("set");
|
||||
|
||||
Reference in New Issue
Block a user