add titles for buy now, starting bid, increment, and time (to be used in new listing gui)

Took 35 seconds
This commit is contained in:
Kiran Hart 2022-11-16 20:12:36 -05:00
parent 735086e9fa
commit b965aaf3e9
No known key found for this signature in database
GPG Key ID: 5F36C7BC79D3EBC3

View File

@ -79,6 +79,19 @@ public class LocaleSettings {
languageNodes.put("pricing.bidmusthigherthanprevious", "&cYour bid must be higher than &4%current_bid%");
languageNodes.put("pricing.minitemprice", "&cThe minimum price for this item must be &a$%price%");
languageNodes.put("titles.buy now price.title", "&eBuy Out Price");
languageNodes.put("titles.buy now price.subtitle", "&fEnter new buyout price in chat");
languageNodes.put("titles.starting bid price.title", "&eStarting Bid Price");
languageNodes.put("titles.starting bid price.subtitle", "&fEnter new starting bid in chat");
languageNodes.put("titles.bid increment price.title", "&eBid Increment Price");
languageNodes.put("titles.bid increment price.subtitle", "&fEnter new bid increment in chat");
languageNodes.put("titles.listing time.title", "&eListing Time");
languageNodes.put("titles.listing time.subtitle", "&fEnter new listing time in chat");
languageNodes.put("prompts.enter new buy now price", "&aPlease enter the new buy now price in chat:");
languageNodes.put("prompts.enter new starting bid", "&aPlease enter the new starting bid in chat:");
languageNodes.put("prompts.enter new bid increment", "&aPlease enter the new bid increment in chat:");