Changes in the Standard Config
minor code changes / bug fixes
started for cooldown
This commit is contained in:
2024-06-15 02:32:10 +02:00
parent 9aede116ac
commit d25b704ff1
14 changed files with 108 additions and 339 deletions

View File

@@ -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;