From 189910b59c80b1ccb018acb0f6a777dd492ce4e6 Mon Sep 17 00:00:00 2001 From: ImranDoet <20133663+ImranDoet@users.noreply.github.com> Date: Wed, 24 Jun 2020 22:14:44 +0200 Subject: [PATCH] Add find minimum lang to en.yml --- AreaShop/src/main/resources/lang/EN.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/AreaShop/src/main/resources/lang/EN.yml b/AreaShop/src/main/resources/lang/EN.yml index fb3b2b4..d49a5da 100644 --- a/AreaShop/src/main/resources/lang/EN.yml +++ b/AreaShop/src/main/resources/lang/EN.yml @@ -369,13 +369,17 @@ setteleport-notInside: "The location has to be inside the region." setteleport-reset: "Teleport location of %lang:region% has been reset." find-help: "/as find [maxprice] [group]." +findminimum-help: "/as findminimum [minprice] [group]." find-noPermission: "You don't have permission to search regions and teleport to them." find-success: "Found a %0% region: %lang:region%, while searching with a max price of your balance: %1%%2%." find-successMax: "Found a %0% region: %lang:region%, while searching with a max price of %1%%2%." +find-successMin: "Found a %0% region: %lang:region%, while searching with a min price of %1%%2%." find-wrongMaxPrice: "The specified maximum price is not a correct number: %0%." +find-wrongMinPrice: "The specified minimum price is not a correct number: %0%." find-wrongGroup: "The specified group does not exist: %0%." find-noneFound: "No %0% region found while searching with a max price of your balance: %1%%2%." find-noneFoundMax: "No %0% region found while searching with a max price of %1%%2%." +find-noneFoundMin: "No %0% region found while searching with a min price of %1%%2%." find-onlyInGroup: ", only searched for regions in group: %0%." groupadd-help: "/as groupadd [region], if no region specified all regions from your WorldEdit selection are used."