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