Update src/me/EtienneDx/RealEstate/Config.java

Co-authored-by: EtienneDx <32039535+EtienneDx@users.noreply.github.com>
This commit is contained in:
Dmitry Rendov 2020-05-14 07:50:49 +03:00 committed by Dmitry Rendov
parent 7a91bac6ee
commit 104b130d28

View File

@ -134,11 +134,12 @@ public class Config extends AnnotationConfig
HashMap<String, CustomizableMessage> defaults = new HashMap<String, CustomizableMessage>(); HashMap<String, CustomizableMessage> defaults = new HashMap<String, CustomizableMessage>();
// initialize defaults // initialize defaults
this.addDefault(defaults, Messages.NoTransactionFound, "No transaction found at your location!", null); this.addDefault(defaults, Messages.NoTransactionFound, "$cNo transaction found at your location!", null);
this.addDefault(defaults, Messages.PageMustBePositive, "Page must be a positive option!", null); this.addDefault(defaults, Messages.PageMustBePositive, "$cPage must be a positive option!", null);
this.addDefault(defaults, Messages.PageNotExists, "This page does not exist!", null); this.addDefault(defaults, Messages.PageNotExists, "$cThis page does not exist!", null);
this.addDefault(defaults, Messages.RenewRentNow, "Automatic renew is now $a{0} $bfor this {1}", "0: the status; 1: a claim type"); this.addDefault(defaults, Messages.RenewRentNow, "$bAutomatic renew is now $a{0} $bfor this {1}", "0: the status; 1: a claim type");
this.addDefault(defaults, Messages.RenewRentCurrently, "Automatic renew is currently $a{0} $bfor this {1}", "0: the status; 1: a claim type"); this.addDefault(defaults, Messages.RenewRentCurrently, "$bAutomatic renew is currently $a{0} $bfor this {1}", "0: the status; 1: a claim type");
// load the config file // load the config file