1.5 dev
Changes in the Standard Config minor code changes / bug fixes started for cooldown
This commit is contained in:
@@ -12,6 +12,9 @@ public class SubAliasObject {
|
||||
public String permission;
|
||||
public String permissionMSG;
|
||||
|
||||
public Integer cooldownGlobal;
|
||||
public Integer cooldownPlayer;
|
||||
|
||||
public Boolean costEnable;
|
||||
public Boolean costConfirm;
|
||||
public Double costPrice;
|
||||
@@ -48,6 +51,9 @@ public class SubAliasObject {
|
||||
String permission,
|
||||
String permissionMSG,
|
||||
|
||||
Integer cooldownGlobal,
|
||||
Integer cooldownPlayer,
|
||||
|
||||
Boolean costEnable,
|
||||
Boolean costConfirm,
|
||||
Double costPrice,
|
||||
@@ -83,6 +89,9 @@ public class SubAliasObject {
|
||||
this.permission = permission;
|
||||
this.permissionMSG = permissionMSG;
|
||||
|
||||
this.cooldownGlobal = cooldownGlobal;
|
||||
this.cooldownPlayer = cooldownPlayer;
|
||||
|
||||
this.costEnable = costEnable;
|
||||
this.costConfirm = costConfirm;
|
||||
this.costPrice = costPrice;
|
||||
|
Reference in New Issue
Block a user