1.2.0 Dev
Added an option for players to confirm when an alias costs. (Per alias adjustable)
This commit is contained in:
@@ -13,6 +13,7 @@ public class SubAliasObject {
|
||||
public String permissionMSG;
|
||||
|
||||
public Boolean costEnable;
|
||||
public Boolean costConfirm;
|
||||
public Double costPrice;
|
||||
public Boolean costAllowBypass;
|
||||
|
||||
@@ -48,6 +49,7 @@ public class SubAliasObject {
|
||||
String permissionMSG,
|
||||
|
||||
Boolean costEnable,
|
||||
Boolean costConfirm,
|
||||
Double costPrice,
|
||||
Boolean costAllowBypass,
|
||||
|
||||
@@ -82,6 +84,7 @@ public class SubAliasObject {
|
||||
this.permissionMSG = permissionMSG;
|
||||
|
||||
this.costEnable = costEnable;
|
||||
this.costConfirm = costConfirm;
|
||||
this.costPrice = costPrice;
|
||||
this.costAllowBypass = costAllowBypass;
|
||||
|
||||
|
Reference in New Issue
Block a user