From aeb201c2219cf1a4f9db65a71df7b094a3be26e1 Mon Sep 17 00:00:00 2001 From: Andrew Wong <42793301+md5sha256@users.noreply.github.com> Date: Mon, 26 Feb 2024 01:32:35 +1100 Subject: [PATCH] Update minimessage lang, fix double minimessage conversions --- .../java/me/wiefferink/areashop/AreaShop.java | 4 +- AreaShop/src/main/resources/config.yml | 3 + AreaShop/src/main/resources/lang/EN-MM.yml | 1260 ++++++++++------- 3 files changed, 719 insertions(+), 548 deletions(-) diff --git a/AreaShop/src/main/java/me/wiefferink/areashop/AreaShop.java b/AreaShop/src/main/java/me/wiefferink/areashop/AreaShop.java index d35975d2..3834f8d3 100644 --- a/AreaShop/src/main/java/me/wiefferink/areashop/AreaShop.java +++ b/AreaShop/src/main/java/me/wiefferink/areashop/AreaShop.java @@ -456,11 +456,11 @@ private void performLanguageMigrations() { for (File file : langFiles) { String name = file.getName(); String langName = name.substring(0, name.length() - 4); - File toMigrate = new File(existingLanguages, langName + "-MM.yml"); - if (toMigrate.exists()) { + if (langName.endsWith("-MM")) { debug("Skipping migration for " + langName + " as it already exists."); continue; } + File toMigrate = new File(existingLanguages, langName + "-MM.yml"); try { LanguageConverter.performConversion(file, toMigrate); } catch (IOException ex) { diff --git a/AreaShop/src/main/resources/config.yml b/AreaShop/src/main/resources/config.yml index 5062d873..0a417dfc 100644 --- a/AreaShop/src/main/resources/config.yml +++ b/AreaShop/src/main/resources/config.yml @@ -18,6 +18,9 @@ chatPrefix: # WorldGuard doesn't support MiniMessage, so when setting WorldGuard Greetings, this prefix is used instead. (Bukkit color codes) wgPrefix: '&2[AreaShop] &r' +# Whether languages should be migrated to MiniMessage +migrateLanguages: false + # The language file that should be used, check the 'lang' folder for build-in languages (use the filename without .yml here). # More information can be found here: https://github.com/NLthijs48/AreaShop/wiki/Language-support. # NOTE: If you want to use MiniMessage, make sure you're using mmLanguage below. diff --git a/AreaShop/src/main/resources/lang/EN-MM.yml b/AreaShop/src/main/resources/lang/EN-MM.yml index 653b1897..c85a0995 100644 --- a/AreaShop/src/main/resources/lang/EN-MM.yml +++ b/AreaShop/src/main/resources/lang/EN-MM.yml @@ -1,4 +1,4 @@ -# ╔═════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════ +# ╔═════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════ # ║ Language file of the AreaShop plugin created by NLThijs48, Github can be found at https://github.com/NLthijs48/AreaShop # ║ English language file, plugin version 2.5.0 # ║ @@ -9,558 +9,726 @@ # ║ 4: Change the messages in the new file to your liking # ║ 5: Use `/as reload`or reload/restart your server to see the changes # ╚═════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════ -action: "<%0%>" - -button: "<%0%>" - -command: - - "\\'>%0%" - -helpCommand: - - "\\'>%0% - " - -region: "%lang:tRegion|%region%|%" - -tRegion: - - "%lang:action|Region information|%'>%0%" - -player: "%lang:tPlayer|%player%|%" - -tPlayer: - - "%lang:action|Regions of player %0%|%'>%0%" - -landlord: - - "%landlord%" - -total-maximum: "You can't rent and buy more than %0% region(s) in total (you already have %1% in group '%2%')." - -confirm-yes: " Click to %lang:command|Confirm|%0%|%, or repeat the command." - -general-notReady: "AreaShop has not fully loaded yet, please wait." -general-noWorld: "You cannot do that, the world of %lang:region% is currently unavailable (world '%world%')." -general-noRegion: "You cannot do that, the WorldGuard region is currently unavailable (region %lang:region%)." -general-noEconomy: "There is no Economy plugin installed or it is not setup correctly, notify the server owner about this." -general-cancelled: "%0%" - -cmd-notValid: "That command is not valid, use '/as help' for info." -cmd-onlyByPlayer: "This command can only be run by a player." -cmd-weOnlyByPlayer: "Using a WorldEdit selection is only possible as a player, specify the region name as extra argument." -cmd-noSelection: "You don't have a WorldEdit selection." -cmd-noRegionsFound: "No regions registered in AreaShop are found in your selection." -cmd-noWERegionsFound: "No WorldEdit regions intersecting your selection are found." -cmd-notRegistered: "Region '%0%' is not available in AreaShop." -cmd-noRegion: "'%0%' is not a valid WorldGuard region." -cmd-noRegionsAtLocation: "No regions found at your location, specify the region as argument." -cmd-moreRegionsAtLocation: "More than one region has been found at your location, specify the region as argument." -cmd-automaticRegionOnlyByPlayer: "Automatically determining the region is only possible for players, specify the region as argument." - -help-header: "Help page, commands that you can execute." -help-noPermission: "You do not have permission to view the help page." -help-alias: "Command aliases: /areashop, /as." -help-help: "%lang:helpCommand|/as help|% Shows this help page." -help-info: "%lang:helpCommand|/as info|% Get info about current regions." -help-rent: "%lang:helpCommand|/as rent|% Rent a region or extend your current rent." -help-buy: "%lang:helpCommand|/as buy|% Buy a region." -help-unrent: "%lang:helpCommand|/as unrent|% Unrent a region." -help-sell: "%lang:helpCommand|/as sell|% Sell a region." -help-reload: "%lang:helpCommand|/as reload|% Reload all files and update the regions." -help-setrestore: "%lang:helpCommand|/as setrestore|% Set restoring on/off and choose profile." -help-setprice: "%lang:helpCommand|/as setprice|% Change the price of a region." -help-setduration: "%lang:helpCommand|/as setduration|% Change the duration of a rent region." -help-teleport: "%lang:helpCommand|/as tp|% Teleport to a rent/buy region." -help-setteleport: "%lang:helpCommand|/as settp|% Set teleport position for a region." -help-find: "%lang:helpCommand|/as find|% Find an empty buy or rent." -help-groupadd: "%lang:helpCommand|/as groupadd|% Add a region to a group." -help-groupdel: "%lang:helpCommand|/as groupdel|% Delete a region from a group." -help-grouplist: "%lang:helpCommand|/as grouplist|% Display all groups currently registered." -help-groupinfo: "%lang:helpCommand|/as groupinfo|% Display information about a group." -help-schemevent: "%lang:helpCommand|/as schemevent|% Trigger a schematic event for a region." -help-add: "%lang:helpCommand|/as add|% Register a region as rent or buy." -help-del: "%lang:helpCommand|/as del|% Delete a registered region from AreaShop." -help-addsign: "%lang:helpCommand|/as addsign|% Add a sign to an existing region." -help-delsign: "%lang:helpCommand|/as delsign|% Delete the sign you are looking at." -help-me: "%lang:helpCommand|/as me|% Check which regions you have (+expiration)." -help-setowner: "%lang:helpCommand|/as setowner|% Set region owner or extend the rent." -help-resell: "%lang:helpCommand|/as resell|% Put a region into resell mode." -help-stopResell: "%lang:helpCommand|/as stopresell|% Put a region back into sold mode." -help-addFriend: "%lang:helpCommand|/as addfriend|% Add a friend to a region." -help-delFriend: "%lang:helpCommand|/as delfriend|% Delete a friend from a region." -help-linksigns: "%lang:helpCommand|/as linksigns|% Use bulk sign linking mode." -help-stack: "%lang:helpCommand|/as stack|% Create multiple regions and add them." -help-setlandlord: "%lang:helpCommand|/as setlandlord|% Set the landlord of a region." -help-import: "%lang:helpCommand|/as import|% Import region from RegionForSale." - -rent-help: "/as rent [region], the region you stand in will be used if not specified." -rent-noPermission: "You don't have permission to rent a region." -rent-maximum: "You can't rent more than %0% region(s) (you already have %1% in group '%2%')." -rent-maximumExtend: "You can't extend this rent because you have more than %0% region(s) (you already have %1% in group '%2%')." -rent-payError: "Something went wrong with paying, try again later." -rent-rented: "You rented %lang:region% until %until%, you can extend your rent by rightclicking the sign again or using /as rent." -rent-extended: "You extended your rent of %lang:region% until %until%." -rent-extendedToMax: "You extended your rent of %lang:region% until %until% (which is the maximum rental time of %maxrenttime%)." -rent-lowMoneyExtend: "You don't have enough money to extend the rent (you have %0% and you need %price%)." -rent-lowMoneyRent: "You don't have enough money to rent %lang:region% (you have %0% and you need %price%)." -rent-someoneElse: "Someone else already rented %lang:region%." -rent-notRentable: "Region '%0%' is not available for renting (not registered in AreaShop or it is a buy region)." -rent-maxExtends: "You cannot extend this rent anymore (the maximum is %maxextends% times), however after the rent is over you can rent %lang:region% again." -rent-maxRentTime: "You cannot rent %lang:region% more time in advance, the maximum time is %maxrenttime% and you have currently rented it for %timeleft%." -rent-restrictedToWorld: "You need to be in the '%world%' world to rent %lang:region% (you are in '%0%')." -rent-restrictedToRegion: "You need to be inside %lang:region% to rent it." -rent-expireWarning: "Your region %lang:region% has %timeleft% left, be sure to extend it if you want to keep it." -rent-expiringSoon: "Your region %lang:tRegion|%0%|% has %1% left, be sure to extend it if you want to keep it." -rent-alreadyAtFull: "%lang:region% is already at or above the maximum rental time, you cannot extend it yet." - -buy-help: "/as buy [region], the region you stand in will be used if not specified." -buy-noPermission: "You don't have permission to buy a region." -buy-noPermissionResell: "You don't have permission to buy a region in resell mode." -buy-noPermissionNoResell: "You don't have permission to buy a region that is not in resell mode." -buy-notBuyable: "Region '%0%' is not available for buying (not registered in AreaShop or it is a rental region)." -buy-maximum: "You can't buy more than %0% region(s) (you already have %1% in group '%2%')." -buy-payError: "Something went wrong with paying, try again later." -buy-succes: "You successfully bought %lang:region%." -buy-successResale: "You successfully bought %lang:region% from %lang:tPlayer|%0%|%." -buy-successSeller: "Your region %lang:region% has been sold to %lang:player% for %0%." -buy-lowMoney: "You don't have enough money to buy %lang:region% (you have %0% and you need %price%)." -buy-lowMoneyResell: "You don't have enough money to buy %lang:region% (you have %0% and you need %resellprice%)." -buy-yours: "You already own %lang:region%." -buy-someoneElse: "Someone else already bought %lang:region%." -buy-restrictedToWorld: "You need to be in the '%world%' world to buy %lang:region% (you are in '%0%')." -buy-restrictedToRegion: "You need to be inside %lang:region% to buy it." - -unrent-help: "/as unrent [region], the region you stand in will be used if not specified." -unrent-noPermission: "You don't have permission to unrent a region." -unrent-noPermissionOther: "You don't have permission to unrent another region." -unrent-notRegistered: "The region can't be unrented because it is not registered for renting." -unrent-notRented: "The region can't be unrented because it is not rented." -unrent-unrented: "%lang:region% of %lang:player% has been unrented." -unrent-expired: "Your rent of %lang:region% has expired." - -sell-help: "/as sell [region], the region you stand in will be used if not specified." -sell-notRegistered: "The region can't be sold because it is not registered for buying." -sell-notBought: "The region can't be sold because it is not someone's property." -sell-sold: "%lang:region% of %lang:player% has been sold." -sell-noPermission: "You don't have permission to sell a region." -sell-noPermissionOther: "You don't have permission to sell another region." -sell-disabled: "Selling has been disabled for this region." - -reload-reloading: "Reloaded all configuration and region files." -reload-updateStart: "" -reload-updateComplete: "" -reload-noPermission: "You don't have permission to reload the config files." -reload-updateCommandChanged: "'/as updaterents' and '/as updatebuys' have been removed, '/as reload' will also update the regions now so use that command instead." + + +action: \<%0%> + +button: \<%0%> + +command: %0% + +helpCommand: %0% + - + +region: '%lang:tRegion|%region%|%' + +tRegion: |- + %0% + +player: '%lang:tPlayer|%player%|%' + +tPlayer: |- + %0% + +landlord: |- + %landlord% + +total-maximum: You can't rent and buy more than %0% region(s) in total (you already + have %1% in group '%2%'). + +confirm-yes: ' Click to %lang:command|Confirm|%0%|%, or repeat + the command.' + +general-notReady: AreaShop has not fully loaded yet, please wait. +general-noWorld: You cannot do that, the world of %lang:region% is currently unavailable + (world '%world%'). +general-noRegion: You cannot do that, the WorldGuard region is currently unavailable + (region %lang:region%). +general-noEconomy: There is no Economy plugin installed or it is not setup correctly, + notify the server owner about this. +general-cancelled: '%0%' + +cmd-notValid: That command is not valid, use '/as help' for info. +cmd-onlyByPlayer: This command can only be run by a player. +cmd-weOnlyByPlayer: Using a WorldEdit selection is only possible as a player, specify + the region name as extra argument. +cmd-noSelection: You don't have a WorldEdit selection. +cmd-noRegionsFound: No regions registered in AreaShop are found in your selection. +cmd-noWERegionsFound: No WorldEdit regions intersecting your selection are found. +cmd-notRegistered: Region '%0%' is not available in AreaShop. +cmd-noRegion: '''%0%'' is not a valid WorldGuard region.' +cmd-noRegionsAtLocation: No regions found at your location, specify the region as + argument. +cmd-moreRegionsAtLocation: More than one region has been found at your location, specify + the region as argument. +cmd-automaticRegionOnlyByPlayer: Automatically determining the region is only possible + for players, specify the region as argument. + +help-header: Help page, commands that you can execute. +help-noPermission: You do not have permission to view the help page. +help-alias: 'Command aliases: /areashop, /as.' +help-help: '%lang:helpCommand|/as help|% Shows this help page.' +help-info: '%lang:helpCommand|/as info|% Get info about current regions.' +help-rent: '%lang:helpCommand|/as rent|% Rent a region or extend your current rent.' +help-buy: '%lang:helpCommand|/as buy|% Buy a region.' +help-unrent: '%lang:helpCommand|/as unrent|% Unrent a region.' +help-sell: '%lang:helpCommand|/as sell|% Sell a region.' +help-reload: '%lang:helpCommand|/as reload|% Reload all files and update the regions.' +help-setrestore: '%lang:helpCommand|/as setrestore|% Set restoring on/off and choose + profile.' +help-setprice: '%lang:helpCommand|/as setprice|% Change the price of a region.' +help-setduration: '%lang:helpCommand|/as setduration|% Change the duration of a rent + region.' +help-settransfer: '%lang:helpCommand|/as settransfer|% Set transfer on/off.' +help-teleport: '%lang:helpCommand|/as tp|% Teleport to a rent/buy region.' +help-setteleport: '%lang:helpCommand|/as settp|% Set teleport position for a region.' +help-find: '%lang:helpCommand|/as find|% Find an empty buy or rent.' +help-groupadd: '%lang:helpCommand|/as groupadd|% Add a region to a group.' +help-groupdel: '%lang:helpCommand|/as groupdel|% Delete a region from a group.' +help-grouplist: '%lang:helpCommand|/as grouplist|% Display all groups currently registered.' +help-groupinfo: '%lang:helpCommand|/as groupinfo|% Display information about a group.' +help-schemevent: '%lang:helpCommand|/as schemevent|% Trigger a schematic event for + a region.' +help-add: '%lang:helpCommand|/as add|% Register a region as rent or buy.' +help-del: '%lang:helpCommand|/as del|% Delete a registered region from AreaShop.' +help-addsign: '%lang:helpCommand|/as addsign|% Add a sign to an existing region.' +help-delsign: '%lang:helpCommand|/as delsign|% Delete the sign you are looking at.' +help-me: '%lang:helpCommand|/as me|% Check which regions you have (+expiration).' +help-setowner: '%lang:helpCommand|/as setowner|% Set region owner or extend the rent.' +help-resell: '%lang:helpCommand|/as resell|% Put a region into resell mode.' +help-stopResell: '%lang:helpCommand|/as stopresell|% Put a region back into sold mode.' +help-addFriend: '%lang:helpCommand|/as addfriend|% Add a friend to a region.' +help-delFriend: '%lang:helpCommand|/as delfriend|% Delete a friend from a region.' +help-linksigns: '%lang:helpCommand|/as linksigns|% Use bulk sign linking mode.' +help-stack: '%lang:helpCommand|/as stack|% Create multiple regions and add them.' +help-setlandlord: '%lang:helpCommand|/as setlandlord|% Set the landlord of a region.' +help-import: '%lang:helpCommand|/as import|% Import region from RegionForSale.' +help-transfer: '%lang:helpCommand|/as transfer|% Transfer a region to another player.' +help-togglehome: '%lang:helpcommand|/as toogglehome|% Toggle whether players can set + homes in a region.' + +rent-help: /as rent [region], the region you stand in will be used if not specified. +rent-noPermission: You don't have permission to rent a region. +rent-maximum: You can't rent more than %0% region(s) (you already have %1% in group + '%2%'). +rent-maximumExtend: You can't extend this rent because you have more than %0% region(s) + (you already have %1% in group '%2%'). +rent-payError: Something went wrong with paying, try again later. +rent-rented: You rented %lang:region% until %until%, you can extend your rent by rightclicking + the sign again or using /as rent. +rent-extended: You extended your rent of %lang:region% until %until%. +rent-extendedToMax: You extended your rent of %lang:region% until %until% (which is + the maximum rental time of %maxrenttime%). +rent-lowMoneyExtend: You don't have enough money to extend the rent (you have %0% + and you need %price%). +rent-lowMoneyRent: You don't have enough money to rent %lang:region% (you have %0% + and you need %price%). +rent-someoneElse: Someone else already rented %lang:region%. +rent-notRentable: Region '%0%' is not available for renting (not registered in AreaShop + or it is a buy region). +rent-maxExtends: You cannot extend this rent anymore (the maximum is %maxextends% + times), however after the rent is over you can rent %lang:region% again. +rent-maxRentTime: You cannot rent %lang:region% more time in advance, the maximum + time is %maxrenttime% and you have currently rented it for %timeleft%. +rent-restrictedToWorld: You need to be in the '%world%' world to rent %lang:region% + (you are in '%0%'). +rent-restrictedToRegion: You need to be inside %lang:region% to rent it. +rent-expireWarning: Your region %lang:region% has %timeleft% left, be sure to extend + it if you want to keep it. +rent-expiringSoon: Your region %lang:tRegion|%0%|% has %1% left, be sure to extend + it if you want to keep it. +rent-alreadyAtFull: '%lang:region% is already at or above the maximum rental time, + you cannot extend it yet.' + +buy-help: /as buy [region], the region you stand in will be used if not specified. +buy-noPermission: You don't have permission to buy a region. +buy-noPermissionResell: You don't have permission to buy a region in resell mode. +buy-noPermissionNoResell: You don't have permission to buy a region that is not in + resell mode. +buy-notBuyable: Region '%0%' is not available for buying (not registered in AreaShop + or it is a rental region). +buy-maximum: You can't buy more than %0% region(s) (you already have %1% in group + '%2%'). +buy-payError: Something went wrong with paying, try again later. +buy-succes: You successfully bought %lang:region%. +buy-successResale: You successfully bought %lang:region% from %lang:tPlayer|%0%|%. +buy-successSeller: Your region %lang:region% has been sold to %lang:player% for %0%. +buy-lowMoney: You don't have enough money to buy %lang:region% (you have %0% and you + need %price%). +buy-lowMoneyResell: You don't have enough money to buy %lang:region% (you have %0% + and you need %resellprice%). +buy-yours: You already own %lang:region%. +buy-someoneElse: Someone else already bought %lang:region%. +buy-restrictedToWorld: You need to be in the '%world%' world to buy %lang:region% + (you are in '%0%'). +buy-restrictedToRegion: You need to be inside %lang:region% to buy it. + +unrent-help: /as unrent [region], the region you stand in will be used if not specified. +unrent-noPermission: You don't have permission to unrent a region. +unrent-noPermissionOther: You don't have permission to unrent another region. +unrent-notRegistered: The region can't be unrented because it is not registered for + renting. +unrent-notRented: The region can't be unrented because it is not rented. +unrent-unrented: '%lang:region% of %lang:player% has been unrented.' +unrent-expired: Your rent of %lang:region% has expired. + +sell-help: /as sell [region], the region you stand in will be used if not specified. +sell-notRegistered: The region can't be sold because it is not registered for buying. +sell-notBought: The region can't be sold because it is not someone's property. +sell-sold: '%lang:region% of %lang:player% has been sold.' +sell-noPermission: You don't have permission to sell a region. +sell-noPermissionOther: You don't have permission to sell another region. +sell-disabled: Selling has been disabled for this region. + +transfer-help: /as transfer \ [region], the region you stand in will be used + if not specified. +transfer-noPermission: You don't have permission to transfer a region. +transfer-disabled: Transferring has been disabled for this region. +transfer-transferred-owner: '%lang:region% has been transferred and is now owned by + %0%.' +transfer-transferred-tenant: '%lang:region% has been transferred and is now occupied + by %0%.' +transfer-noPlayer: 'Unknown player: %0%' +transfer-notCurrentTenant: You are not the current tenant of this region. +transfer-transferSelf: You cannot transfer a region to yourself. + +togglehome-noPermission: You do not have permission to toggle sethome access. +togglehome-noPermissionOther: You do not have permission to toggle sethome access + of others. +togglehome-unknownAccessType: 'Unknown HomeAccessType: %0%' +togglehome-success: Access type changed to %0%! +togglehome-help: /areashop togglehome \ \ +togglehome-sethomeDenied: You cannot set a home in this region. + +reload-reloading: Reloaded all configuration and region files. +reload-updateStart: [] +reload-updateComplete: [] +reload-noPermission: You don't have permission to reload the config files. +reload-updateCommandChanged: '''/as updaterents'' and ''/as updatebuys'' have been + removed, ''/as reload'' will also update the regions now so use that command instead.' info-help: - - "/as info" - - " %lang:command|all|/as info all|%" - - " %lang:command|rented|/as info rented|% [group] [page]" - - " %lang:command|forrent|/as info forrent|% [group] [page]" - - " %lang:command|sold|/as info sold|% [group] [page]" - - " %lang:command|forsale|/as info forsale|% [group] [page]" - - " %lang:command|reselling|/as info reselling|% [group] [page]" - - " %lang:command|nogroup|/as info nogroup [page]|%" - - " %lang:command|region|/as info region|% " -info-noPermission: "You don't have permission to get information about regions." -info-allHeader: "All regions%0%:" -info-rentedHeader: "Rented regions%0%:" -info-forrentHeader: "For rent regions%0%:" -info-forsaleHeader: "For sale regions%0%:" -info-soldHeader: "Sold regions%0%:" -info-resellingHeader: "Reselling regions%0%:" -info-nogroupHeader: "Regions without group%0%:" -info-limitedToGroup: " (limited to group %0%)" -info-nogroupNone: "There are no regions without a group." -info-noFiltergroup: "Group '%0%' does not exist and therefore cannot be used to limit the results." -info-noRegions: "No regions have been found." -info-wrongPage: "%0% is not a correct page number." -info-entryForrent: " %lang:region%: For rent for %price% per %duration%." -info-entryRented: " %lang:region%: Rented to %lang:player%." -info-entryForsale: " %lang:region%: For sale for %price%." -info-entrySold: " %lang:region%: Sold to %lang:player%." -info-entryReselling: " %lang:region%: Sold to %lang:player% (reselling)." -info-pageStatus: - - "Page %0%/%1%" -info-pagePrevious: - - " ◄Previous " -info-pageNoPrevious: - - " ◄Previous " -info-pageNext: - - " Next► " -info-pageNoNext: - - " Next► " -info-playerHelp: "/as info player [name]." -info-playerRents: "Regions rented by %lang:tPlayer|%0%|%: %1%" -info-playerNoRents: "%lang:tPlayer|%0%|% has not rented a region." -info-playerBuys: "Regions bought by %lang:tPlayer|%0%|%: %1%." -info-playerNoBuys: "%lang:tPlayer|%0%|% has not bought a region." -info-regionHelp: "/as info region [name], the region you stand in will be used if not specified." -info-regionHeaderRent: "Information about %lang:region%:" -info-regionHeaderBuy: "Information about %lang:region%:" -info-regionFooterRent: "" -info-regionFooterBuy: "" -info-regionRented: " Rented by %lang:player% until: %until%." -info-regionBought: " Bought by %lang:player%." -info-regionReselling: " Bought by %lang:player%, currently reselling." -info-regionExtending: - - " " - - "%lang:action|Extend rent of %region%|%'>Extend for" - - ": %price% per %duration%." -info-regionCanBeRented: - - " " - - "%lang:action|Rent %region%|%'>Rent for" - - ": %price% per %duration%." -info-regionCanBeBought: - - " " - - "%lang:action|Buy %region%|%'>Buy for" - - ": %price%." -info-regionReselPrice: " Resell price: %resellprice% (you can buy it from %lang:player%)." -info-regionFriends: " Added friends: %0%." -info-friend: "%lang:tPlayer|%0%|%" -info-friendRemove: - - "%lang:info-friend|%0%|%" - - "%lang:action|Remove %0% as friend|%'>" -info-regionMoneyBackBuy: - - " Selling payback: %moneyback% (%moneybackpercent%% of the price)." -info-regionMoneyBackBuyClick: - - " " - - "%lang:action|Sell %region%|%'>Selling payback" - - ": %moneyback% (%moneybackpercent%% of the price)." -info-regionMoneyBackRent: - - " Unrenting payback: %moneyback% (%moneybackpercent%% of the remaining time)." -info-regionMoneyBackRentClick: - - " " - - "%lang:action|Unrent %region%|%'>Unrenting payback" - - ": %moneyback% (%moneybackpercent%% of the remaining time)." -info-regionMaxExtends: " Maximum number of extensions: %maxextends% time(s)." -info-regionNoExtending: " Rent cannot be extended." -info-regionExtendsLeft: " Extensions left: %extendsleft% time(s) out of %maxextends%." -info-regionMaxRentTime: " In advance renting: %maxrenttime% at maximum." -info-prefix: " " -info-regionTeleport: - - "Go to the region" -info-setRegionTeleport: - - "%lang:action|Set teleport location|%'>set teleport location" -info-regionSigns: " Connected signs: %0%." -info-regionSignLocation: "(%0%, %1%, %2%, %3%)" -info-regionGroups: " Assigned groups: %0%." -info-regionInactiveUnrent: " Auto unrent after: %inactivetime% of inactivity by the player." -info-regionInactiveSell: " Auto sell after: %inactivetime% of inactivity by the player." -info-regionRestrictedRegionRent: " You must be inside %lang:region% to rent it." -info-regionRestrictedWorldRent: " You need to be inside world '%world%' to rent %lang:region%." -info-regionRestrictedRegionBuy: " You must be inside %lang:region% to buy it." -info-regionRestrictedWorldBuy: " You need to be inside world '%world%' to buy %lang:region%." -info-regionRestoringRent: " Restoring is enabled (region will reset at unrent)." -info-regionRestoringBuy: " Restoring is enabled (region will reset at sell)." -info-regionLandlord: " Landlord: %lang:landlord% (receives the money)." -info-regionNotExisting: "The specified region is not registered: %0%." - -setrestore-help: "/as setrestore [region] [true|false|general] [profile]." -setrestore-noPermission: "You don't have permission to change the restore settings." -setrestore-notRegistered: "The specified region is not registered: %0%." -setrestore-invalidSetting: "'%0%' is not a valid state, should be true, false or general." -setrestore-success: "Successfully set the restore setting of %lang:region% to '%0%'." -setrestore-successProfile: "Successfully set the restore setting of %lang:region% to '%0%' and the profile to '%1%'." - -setprice-noPermission: "You don't have permission to change the price of a region." -setprice-help: "/as setprice [price] [region], the region you stand in will be used if not specified." -setprice-notRegistered: "The specified region is not registered: %0%." -setprice-wrongPrice: "'%0%' is not a valid price." -setprice-successRent: "Price of region %lang:region% changed to %price% per %duration%." -setprice-successBuy: "Price of region %lang:region% changed to %price%." -setprice-successRemoved: "Price of %lang:region% has been removed, it will now use the price from a group or the default.yml file, new price: %price%." -setprice-noLandlord: "You don't have permission to change the price because you are not the landlord of %lang:region%." - -setduration-noPermission: "You don't have permission to change the duration of a rent." -setduration-help: "/as setduration [amount] [identifier] [region], the region you stand in will be used if not specified." -setduration-notRegistered: "%0% is not registered for renting." -setduration-wrongAmount: "'%0%' is not a valid amount, use a whole number." -setduration-wrongFormat: "'%0%' is not a proper timeformat, check the documentation on Bukkit." -setduration-success: "Duration of region %lang:region% changed to '%duration%'." -setduration-noLandlord: "You don't have permission to change the duration because you are not the landlord of %lang:region%." -setduration-successRemoved: "Duration of %lang:region% has been removed, it will now use the duration from a group or the default.yml file, new duration: %duration%." - -setup-noRegion: "You did not specify a region on the second line." -setup-alreadyRentSign: "The region you specified is already added to AreaShop as a rent region, add signs with on the first line or '/as addsign'." -setup-alreadyOtherWorld: "The region you specified is already added to AreaShop in another world, regions from different worlds still need different names." -setup-alreadyBuySign: "The region you specified is already added to AreaShop as a buy region, add signs with on the first line or '/as addsign'." -setup-noDuration: "You did not specify how long the region can be rented, do this on the third line." -setup-wrongDuration: "The time specified is not in the correct format, example: 1 day." -setup-noPrice: "You did not specify the price on the fourth line." -setup-wrongPrice: "You did not specify the price correctly, use numbers only." -setup-rentSuccess: "Renting of region %lang:region% is setup correctly." -setup-buySuccess: "Buying of region %lang:region% is setup correctly." -setup-noPermissionRent: "You don't have permission for setting up rental regions." -setup-noPermissionBuy: "You don't have permission for setting up buy regions." -setup-couldNotDetect: "Found multiple regions with the same priority and/or parent/child relation, specify one on the second line (2 of the regions that were found: %lang:tRegion|%0%|% and %lang:tRegion|%1%|%)." -setup-blacklisted: "%0% is on the blacklist and cannot be added to AreaShop." -setup-noPermission: "You cannot add the region '%0%', you are not an owner/member or don't have the permission for it." - -destroy-noPermissionRent: "You don't have permission for deregistering a rental region." -destroy-noPermissionBuy: "You don't have permission for deregistering a buy region." -destroy-successRent: "%lang:region% successfully deregistered as rental region." -destroy-successBuy: "%lang:region% successfully deregistered as buy region." - -teleport-help: "/as tp [region] [sign]." -teleport-noRentOrBuy: "The specified region is not registered: %0%." -teleport-noPermission: "You don't have permission to teleport to your region." -teleport-noPermissionOther: "You don't have permission to teleport to regions you do not own." -teleport-noPermissionSign: "You don't have permission to teleport to the sign of your region." -teleport-noPermissionOtherSign: "You don't have permission to teleport to signs of regions you do not own." -teleport-noPermissionFriend: "You don't have permission to teleport to regions you are added to as a friend." -teleport-noPermissionFriendSign: "You don't have permission to teleport to the sign of regions you are added to as a friend." -teleport-noPermissionAvailable: "You don't have permission to teleport to available regions." -teleport-noPermissionAvailableSign: "You don't have permission to teleport to the sign of available regions." -teleport-success: "You teleported to %lang:region%." -teleport-successSign: "You teleported to the sign of %lang:region%." -teleport-noSafe: "No safe position found in %lang:region%, no spots in the region left or maximum tries exceeded (%0%/%1%)." -teleport-blocked: "You can't teleport because the position is outside the region, and you are forced to teleport inside." -teleport-changedToSign: "You only have permission to teleport to the sign and not inside the region, teleporting to sign." -teleport-changedToNoSign: "No sign available to teleport to, trying to teleport inside the region instead." -teleport-wrongWorld: "You need to be in world '%world%' to teleport to %lang:region%, but you are in world '%0%'." - -setteleport-help: "/as settp [region] [reset], the region you stand in will be used if not specified." -setteleport-noPermission: "You don't have permission to set the teleport location." -setteleport-noPermissionOther: "You don't have permission to set the teleport location for a region you do not own." -setteleport-noRentOrBuy: "The specified region is not registered: %0%." -setteleport-success: "Teleport location of %lang:region% set." -setteleport-notInside: "The location has to be inside the region." -setteleport-reset: "Teleport location of %lang:region% has been reset." - -find-help: "/as find [buy|rent] [maxprice] [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-wrongMaxPrice: "The specified maximum 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-onlyInGroup: ", only searched for regions in group: %0%." - -groupadd-help: "/as groupadd [group] [region], if no region specified all regions from your WorldEdit selection are used." -groupadd-noPermission: "You don't have permission to add regions to groups." -groupadd-success: "Region %lang:region% has been added to group '%0%', this group now has %1% member(s)." -groupadd-failed: "Region %lang:region% is already a member of group '%0%'." -groupadd-weSuccess: "Added to group %0%: %1%." -groupadd-weFailed: "Were already in group %0%: %1%." - -groupdel-help: "/as groupdel [group] [region], if no region specified all regions from your WorldEdit selection are used." -groupdel-noPermission: "You don't have permission to remove regions from groups." -groupdel-wrongGroup: "Group %0% not found, check '/as grouplist' for registered groups." -groupdel-success: "Region %lang:region% has been removed from group '%0%', this group now has %1% member(s)." -groupdel-failed: "Region %lang:region% is not a member of group '%0%'." -groupdel-weSuccess: "Removed from group %0%: %1%." -groupdel-weFailed: "Were not in group %0% anyway: %1%." - -grouplist-noPermission: "You don't have permission to display the registered groups." -grouplist-noGroups: "There are currently no groups registered." -grouplist-success: "The following groups are registered: %0%." - -groupinfo-help: "/as groupinfo [group]." -groupinfo-noPermission: "You don't have permission to display information about a group." -groupinfo-noGroup: "There is no group registered with the name '%0%', use /as grouplist to check groups." -groupinfo-members: "The following regions are member of group %0%: %1%." -groupinfo-noMembers: "Group %0% does not have any members." - -schemevent-help: "/as schemevent [region] [created|deleted|rented|unrented|bought|sold]." -schemevent-wrongEvent: "The specified event '%0%' does not exist, use one of the following: %1%." -schemevent-success: "Event '%0%' has successfully been triggered for region %lang:region%." -schemevent-noPermission: "You don't have permission to trigger schematic events." - -add-help: "/as add [rent|buy] [region] [world]." -add-noPermission: "You don't have permission to add a region to AreaShop." -add-success: "Added as %0%: %1%." -add-failed: "Already registered: %0%." -add-failedOtherWorld: "Already registered from another world: %0%." -add-blacklisted: "On the blacklist: %0%." -add-rentCancelled: "Rent cancelled: %0%." -add-buyCancelled: "Buy cancelled: %0%." -add-addCancelled: "Add cancelled: %0%." -add-specifyWorld: "Specify the world of the region when using from console." -add-incorrectWorld: "World '%0%' not found, try again (case-sensitive)." -add-noPermissionRegions: "No permission to add: %0%." -add-noPermissionOwnerMember: "You either are not a member/owner of these regions or have no permission to add your regions." - -del-noPermission: "You don't have permission to remove regions." -del-success: "Removed regions: %0%." -del-failed: "No permission to remove or not registered: %0%." -del-cancelled: "Delete cancelled: %0%." - -addsign-help: "/as addsign [region] [profile]." -addsign-noSign: "You are not looking at a sign." -addsign-noRegions: "No region found around the sign position." -addSign-notRegistered: "The specified region is not registered in AreaShop: %0% (it first needs to be added to AreaShop before a sign can be added)." -addsign-couldNotDetect: "Found multiple regions around the sign, specify region as extra argument (2 of the regions that were found: %lang:tRegion|%0%|% and %lang:tRegion|%1%|%)." -addsign-couldNotDetectSign: "Found multiple regions around the sign, specify region on the second line (2 of the regions that were found: %lang:tRegion|%0%|% and %lang:tRegion|%1%|%)." -addsign-wrongProfile: "The specified profile does not exist, use one of the following (check config): %0%." -addsign-profile: - - "%lang:action|Use this profile|%'>%0%" -addsign-success: "The sign has been added to %lang:region%." -addsign-successProfile: "The sign has been added to %lang:region% with profile %0%." -addsign-alreadyRegistered: "That sign is already registered for region %lang:region%." -addsign-noPermission: "You don't have permission to add a sign." - -delsign-noSign: "You are not looking at a sign." -delsign-noPermission: "You don't have permission to delete a sign." -delsign-noRegion: "That sign does not belong to an AreaShop region." -delsign-success: "The sign has been removed from region %lang:region%." - -me-noPermission: "You don't have permission to check which regions you have." -me-header: "Regions of %lang:tPlayer|%0%|%:" -me-notAPlayer: "You are not a player so you can't have any regions." -me-rentLine: - - " %lang:region% (" - - "%timeleft% left" - - ")." -me-buyLine: " %lang:region%." -me-friendLine: - - " %lang:region% (" - - "owned by %lang:player%" - - ")." -me-nothing: "%lang:tPlayer|%0%|% has not rented or bought regions and is not added as friend to one." -me-noPlayer: "%0% cannot be found, probably never joined the server." -me-clickHint: "Click a region name to see details." - -setowner-help: "/as setowner [player] [region], the region you stand in will be used if not specified." -setowner-noPermission: "You don't have permission to set the owner of a region." -setowner-noPermissionRent: "You don't have permission to set the owner of rent regions." -setowner-noPermissionBuy: "You don't have permission to set the owner of buy regions." -setowner-notRegistered: "The specified region is not registered, owner cannot be set." -setowner-noPlayer: "Could not get the UUID of the specified player: %0%." -setowner-succesRent: "Owner of %lang:region% successfully changed to %lang:player%, rented until %until% (%timeleft% left)." -setowner-succesRentExtend: "Owner was already %lang:player%, rent extended with '%duration%', now rented until %until% (%timeleft% left)." -setowner-succesBuy: "Owner of %lang:region% successfully changed to %lang:player%." - -resell-help: "/as resell [price] [region], the region you stand in will be used if not specified." -resell-wrongPrice: "'%0%' is not a valid price." -resell-notRegistered: "The specified region is not registered: %0%." -resell-notBought: "You can't resell %lang:region% because it is not sold yet." -resell-success: "%lang:region% is successfully put into reselling mode for %resellprice%." -resell-noPermission: "You don't have permission to set your region in reselling mode." -resell-noPermissionOther: "You don't have permission to set regions in reselling mode." -resell-disabled: "Reselling has been disabled for this region." - -stopresell-help: "/as stopresell [region], the region you stand in will be used if not specified." -stopresell-notRegistered: "The specified region is not registered: %0%." -stopresell-notResell: "You can't stop reselling %lang:region% because it is not in resell mode." -stopresell-success: "%lang:region% is successfully put back into sold mode." -stopresell-noPermission: "You don't have permission to set your region back to sold mode." -stopresell-noPermissionOther: "You don't have permission to set regions back to sold mode." - -addfriend-help: "/as addfriend [player] [region], the region you stand in will be used if not specified." -addfriend-noPermissionOther: "You don't have permission to add friends to regions that are not yours." -addfriend-noPermission: "You don't have permission to add friends to your region." -addfriend-successOther: "%lang:tPlayer|%0%|% has been added as friend to region %lang:region%." -addfriend-success: "%lang:tPlayer|%0%|% has been added as friend to your region %lang:region%." -addfriend-alreadyAdded: "%lang:tPlayer|%0%|% is already added as friend to %lang:region%." -addfriend-self: "Adding the owner of the region as friend would be pointless." -addfriend-noOwner: "You cannot add friends to a region without owner." -addfriend-notVisited: "You cannot add %0% because he did not visit the server yet." - -delfriend-help: "/as delfriend [player] [region], the region you stand in will be used if not specified." -delfriend-noPermissionOther: "You don't have permission to delete friends from regions that are not yours." -delfriend-noPermission: "You don't have permission to delete friends from your region." -delfriend-successOther: "%lang:tPlayer|%0%|% has been deleted as friend from region %lang:region%." -delfriend-success: "%lang:tPlayer|%0%|% has been deleted as friend from your region %lang:region%." -delfriend-notAdded: "%lang:tPlayer|%0%|% is not added as friend to %lang:region%." -delfriend-noOwner: "You cannot remove friends from a region without owner." - -linksigns-multipleRegions: "Found multiple regions: %0%." -linksigns-multipleRegionsAdvice: "Click another time to try again or use '/as linksigns' to stop." -linksigns-noRegions: "No AreaShop regions found in the direction of your cursor, make sure the region is added to AreaShop (maximum range 100 blocks)." -linksigns-regionFound: "Region %lang:region% has been found, now point to a sign and leftclick to link it." -linksigns-signFound: "Found a sign at (%0%, %1%, %2%), now point towards a region and rightclick to link it" -linksigns-noSign: "No sign found in the direction of your cursor, make sure you have a direct sight to a sign and click again (maximum range 100 blocks)." -linksigns-alreadyRegistered: "That sign is already registered for region %lang:region%, click again to select another sign." -linksigns-first: "You have entered sign linking mode." -linksigns-next: "Leftclick to select a sign, rightclick to select a region, use /as linksigns to stop." -linksigns-noPermission: "You don't have permission to enter bulk sign linking mode." -linksigns-stopped: "Exited sign linking mode." + - /as info + - ' %lang:command|all|/as info all|%' + - ' %lang:command|rented|/as info rented|% [group] [page]' + - ' %lang:command|forrent|/as info forrent|% [group] [page]' + - ' %lang:command|sold|/as info sold|% [group] [page]' + - ' %lang:command|forsale|/as info forsale|% [group] [page]' + - ' %lang:command|reselling|/as info reselling|% [group] [page]' + - ' %lang:command|nogroup|/as info nogroup [page]|%' + - ' %lang:command|region|/as info region|% [region]' +info-noPermission: You don't have permission to get information about regions. +info-allHeader: 'All regions%0%:' +info-rentedHeader: 'Rented regions%0%:' +info-forrentHeader: 'For rent regions%0%:' +info-forsaleHeader: 'For sale regions%0%:' +info-soldHeader: 'Sold regions%0%:' +info-resellingHeader: 'Reselling regions%0%:' +info-nogroupHeader: 'Regions without group%0%:' +info-limitedToGroup: ' (limited to group %0%)' +info-nogroupNone: There are no regions without a group. +info-noFiltergroup: Group '%0%' does not exist and therefore cannot be used to limit + the results. +info-noRegions: No regions have been found. +info-wrongPage: '%0% is not a correct page number.' +info-entryForrent: ' %lang:region%: For + rent for %price% per %duration%.' +info-entryRented: ' %lang:region%: Rented + to %lang:player%.' +info-entryForsale: ' %lang:region%: For + sale for %price%.' +info-entrySold: ' %lang:region%: Sold + to %lang:player%.' +info-entryReselling: ' %lang:region%: Sold + to %lang:player% (reselling).' +info-pageStatus: Page %0%/%1% +info-pagePrevious: ' ◄Previous ' +info-pageNoPrevious: ' ◄Previous ' +info-pageNext: Next► +info-pageNoNext: Next► +info-playerHelp: /as info player \. +info-playerRents: 'Regions rented by %lang:tPlayer|%0%|%: %1%' +info-playerNoRents: '%lang:tPlayer|%0%|% has not rented a region.' +info-playerBuys: 'Regions bought by %lang:tPlayer|%0%|%: %1%.' +info-playerNoBuys: '%lang:tPlayer|%0%|% has not bought a region.' +info-regionHelp: /as info region [name], the region you stand in will be used if not + specified. +info-regionHeaderRent: 'Information about %lang:region%:' +info-regionHeaderBuy: 'Information about %lang:region%:' +info-regionFooterRent: [] +info-regionFooterBuy: [] +info-regionRented: ' Rented by %lang:player% + until: %until%.' +info-regionBought: Bought by %lang:player%. +info-regionReselling: Bought by %lang:player%, + currently reselling. +info-regionExtending: |- + Extend for: %price% per %duration%. +info-regionCanBeRented: |- + Rent for: %price% per %duration%. +info-regionCanBeBought: |- + Buy for: %price%. +info-regionReselPrice: ' Resell price: %resellprice% + (you can buy it from %lang:player%).' +info-regionFriends: ' Added friends: %0%.' +info-friend: '%lang:tPlayer|%0%|%' +info-friendRemove: |- + %lang:info-friend|%0%|%✕ +info-regionMoneyBackBuy: ' Selling payback: + %moneyback% (%moneybackpercent%% of the price).' +info-regionMoneyBackBuyClick: |- + Selling payback: %moneyback% (%moneybackpercent%% of the price). +info-regionMoneyBackRent: ' Unrenting payback: + %moneyback% (%moneybackpercent%% of the remaining time).' +info-regionMoneyBackRentClick: |- + Unrenting payback: %moneyback% (%moneybackpercent%% of the remaining time). +info-regionMaxExtends: ' Maximum number of + extensions: %maxextends% time(s).' +info-regionNoExtending: Rent cannot be extended. +info-regionExtendsLeft: ' Extensions left: + %extendsleft% time(s) out of %maxextends%.' +info-regionMaxRentTime: ' In advance renting: + %maxrenttime% at maximum.' +info-prefix: ' ' +info-regionTeleport: Go to the region +info-setRegionTeleport: |- + set teleport location +info-regionSigns: ' Connected signs: %0%.' +info-regionSignLocation: (%0%, %1%, %2%, %3%) +info-regionGroups: ' Assigned groups: %0%.' +info-regionInactiveUnrent: ' Auto unrent after: + %inactivetime% of inactivity by the player.' +info-regionInactiveSell: ' Auto sell after: + %inactivetime% of inactivity by the player.' +info-regionRestrictedRegionRent: You must + be inside %lang:region% to rent it. +info-regionRestrictedWorldRent: You need to + be inside world '%world%' to rent %lang:region%. +info-regionRestrictedRegionBuy: You must be + inside %lang:region% to buy it. +info-regionRestrictedWorldBuy: You need to + be inside world '%world%' to buy %lang:region%. +info-regionRestoringRent: Restoring is enabled + (region will reset at unrent). +info-regionRestoringBuy: Restoring is enabled + (region will reset at sell). +info-regionLandlord: ' Landlord: %lang:landlord% + (receives the money).' +info-regionNotExisting: 'The specified region is not registered: %0%.' + +setrestore-help: /as setrestore \ \ [profile]. +setrestore-noPermission: You don't have permission to change the restore settings. +setrestore-notRegistered: 'The specified region is not registered: %0%.' +setrestore-invalidSetting: '''%0%'' is not a valid state, should be true, false or + general.' +setrestore-success: Successfully set the restore setting of %lang:region% to '%0%'. +setrestore-successProfile: Successfully set the restore setting of %lang:region% to + '%0%' and the profile to '%1%'. + +settransfer-help: /as settransfer \ \. +settransfer-noPermission: You don't have permission to change the transfer settings. +settransfer-notRegistered: 'The specified region is not registered: %0%.' +settransfer-invalidSetting: '''%0%'' is not a valid state, should be true, false or + general.' +settransfer-success: Successfully set the transfer setting of %lang:region% to '%0%'. + +setprice-noPermission: You don't have permission to change the price of a region. +setprice-help: /as setprice \ [region], the region you stand in will be used + if not specified. +setprice-notRegistered: 'The specified region is not registered: %0%.' +setprice-wrongPrice: '''%0%'' is not a valid price.' +setprice-successRent: Price of region %lang:region% changed to %price% per %duration%. +setprice-successBuy: Price of region %lang:region% changed to %price%. +setprice-successRemoved: 'Price of %lang:region% has been removed, it will now use + the price from a group or the default.yml file, new price: %price%.' +setprice-noLandlord: You don't have permission to change the price because you are + not the landlord of %lang:region%. + +setduration-noPermission: You don't have permission to change the duration of a rent. +setduration-help: /as setduration \ \ [region], the region you + stand in will be used if not specified. +setduration-notRegistered: '%0% is not registered for renting.' +setduration-wrongAmount: '''%0%'' is not a valid amount, use a whole number.' +setduration-wrongFormat: '''%0%'' is not a proper timeformat, check the documentation + on Bukkit.' +setduration-success: Duration of region %lang:region% changed to '%duration%'. +setduration-noLandlord: You don't have permission to change the duration because you + are not the landlord of %lang:region%. +setduration-successRemoved: 'Duration of %lang:region% has been removed, it will now + use the duration from a group or the default.yml file, new duration: %duration%.' + +setup-noRegion: You did not specify a region on the second line. +setup-alreadyRentSign: The region you specified is already added to AreaShop as a + rent region, add signs with [as] on the first line or '/as addsign'. +setup-alreadyOtherWorld: The region you specified is already added to AreaShop in + another world, regions from different worlds still need different names. +setup-alreadyBuySign: The region you specified is already added to AreaShop as a buy + region, add signs with [as] on the first line or '/as addsign'. +setup-noDuration: You did not specify how long the region can be rented, do this on + the third line. +setup-wrongDuration: 'The time specified is not in the correct format, example: 1 + day.' +setup-noPrice: You did not specify the price on the fourth line. +setup-wrongPrice: You did not specify the price correctly, use numbers only. +setup-rentSuccess: Renting of region %lang:region% is setup correctly. +setup-buySuccess: Buying of region %lang:region% is setup correctly. +setup-noPermissionRent: You don't have permission for setting up rental regions. +setup-noPermissionBuy: You don't have permission for setting up buy regions. +setup-couldNotDetect: 'Found multiple regions with the same priority and/or parent/child + relation, specify one on the second line (2 of the regions that were found: %lang:tRegion|%0%|% + and %lang:tRegion|%1%|%).' +setup-blacklisted: '%0% is on the blacklist and cannot be added to AreaShop.' +setup-noPermission: You cannot add the region '%0%', you are not an owner/member or + don't have the permission for it. + +destroy-noPermissionRent: You don't have permission for deregistering a rental region. +destroy-noPermissionBuy: You don't have permission for deregistering a buy region. +destroy-successRent: '%lang:region% successfully deregistered as rental region.' +destroy-successBuy: '%lang:region% successfully deregistered as buy region.' + +teleport-help: /as tp \ [sign]. +teleport-noRentOrBuy: 'The specified region is not registered: %0%.' +teleport-noPermission: You don't have permission to teleport to your region. +teleport-noPermissionOther: You don't have permission to teleport to regions you do + not own. +teleport-noPermissionSign: You don't have permission to teleport to the sign of your + region. +teleport-noPermissionOtherSign: You don't have permission to teleport to signs of + regions you do not own. +teleport-noPermissionFriend: You don't have permission to teleport to regions you + are added to as a friend. +teleport-noPermissionFriendSign: You don't have permission to teleport to the sign + of regions you are added to as a friend. +teleport-noPermissionAvailable: You don't have permission to teleport to available + regions. +teleport-noPermissionAvailableSign: You don't have permission to teleport to the sign + of available regions. +teleport-success: You teleported to %lang:region%. +teleport-successSign: You teleported to the sign of %lang:region%. +teleport-noSafe: No safe position found in %lang:region%, no spots in the region left + or maximum tries exceeded (%0%/%1%). +teleport-blocked: You can't teleport because the position is outside the region, and + you are forced to teleport inside. +teleport-changedToSign: You only have permission to teleport to the sign and not inside + the region, teleporting to sign. +teleport-changedToNoSign: No sign available to teleport to, trying to teleport inside + the region instead. +teleport-wrongWorld: You need to be in world '%world%' to teleport to %lang:region%, + but you are in world '%0%'. + +setteleport-help: /as settp [region] , the region you stand in will be used if not + specified. +setteleport-noPermission: You don't have permission to set the teleport location. +setteleport-noPermissionOther: You don't have permission to set the teleport location + for a region you do not own. +setteleport-noRentOrBuy: 'The specified region is not registered: %0%.' +setteleport-success: Teleport location of %lang:region% set. +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]. + +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-wrongMaxPrice: 'The specified maximum 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-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. +groupadd-noPermission: You don't have permission to add regions to groups. +groupadd-success: Region %lang:region% has been added to group '%0%', this group now + has %1% member(s). +groupadd-failed: Region %lang:region% is already a member of group '%0%'. +groupadd-weSuccess: 'Added to group %0%: %1%.' +groupadd-weFailed: 'Were already in group %0%: %1%.' + +groupdel-help: /as groupdel \ [region], if no region specified all regions + from your WorldEdit selection are used. +groupdel-noPermission: You don't have permission to remove regions from groups. +groupdel-wrongGroup: Group %0% not found, check '/as grouplist' for registered groups. +groupdel-success: Region %lang:region% has been removed from group '%0%', this group + now has %1% member(s). +groupdel-failed: Region %lang:region% is not a member of group '%0%'. +groupdel-weSuccess: 'Removed from group %0%: %1%.' +groupdel-weFailed: 'Were not in group %0% anyway: %1%.' + +grouplist-noPermission: You don't have permission to display the registered groups. +grouplist-noGroups: There are currently no groups registered. +grouplist-success: 'The following groups are registered: %0%.' + +groupinfo-help: /as groupinfo \. +groupinfo-noPermission: You don't have permission to display information about a group. +groupinfo-noGroup: There is no group registered with the name '%0%', use /as grouplist + to check groups. +groupinfo-members: 'The following regions are member of group %0%: %1%.' +groupinfo-noMembers: Group %0% does not have any members. + +schemevent-help: /as schemevent \ \. +schemevent-wrongEvent: 'The specified event ''%0%'' does not exist, use one of the + following: %1%.' +schemevent-success: Event '%0%' has successfully been triggered for region %lang:region%. +schemevent-noPermission: You don't have permission to trigger schematic events. + +add-help: /as add \ [region] [world]. +add-noPermission: You don't have permission to add a region to AreaShop. +add-success: 'Added as %0%: %1%.' +add-failed: 'Already registered: %0%.' +add-failedOtherWorld: 'Already registered from another world: %0%.' +add-blacklisted: 'On the blacklist: %0%.' +add-rentCancelled: 'Rent cancelled: %0%.' +add-buyCancelled: 'Buy cancelled: %0%.' +add-addCancelled: 'Add cancelled: %0%.' +add-specifyWorld: Specify the world of the region when using from console. +add-incorrectWorld: World '%0%' not found, try again (case-sensitive). +add-noPermissionRegions: 'No permission to add: %0%.' +add-noPermissionOwnerMember: You either are not a member/owner of these regions + or have no permission to add your regions. + +del-noPermission: You don't have permission to remove regions. +del-success: 'Removed regions: %0%.' +del-failed: 'No permission to remove or not registered: %0%.' +del-cancelled: 'Delete cancelled: %0%.' + +addsign-help: /as addsign [region] [profile]. +addsign-noSign: You are not looking at a sign. +addsign-noRegions: No region found around the sign position. +addSign-notRegistered: 'The specified region is not registered in AreaShop: %0% (it + first needs to be added to AreaShop before a sign can be added).' +addsign-couldNotDetect: 'Found multiple regions around the sign, specify region as + extra argument (2 of the regions that were found: %lang:tRegion|%0%|% and %lang:tRegion|%1%|%).' +addsign-couldNotDetectSign: 'Found multiple regions around the sign, specify region + on the second line (2 of the regions that were found: %lang:tRegion|%0%|% and + %lang:tRegion|%1%|%).' +addsign-wrongProfile: 'The specified profile does not exist, use one of the following + (check config): %0%.' +addsign-profile: |- + %0% +addsign-success: The sign has been added to %lang:region%. +addsign-successProfile: The sign has been added to %lang:region% with profile %0%. +addsign-alreadyRegistered: That sign is already registered for region %lang:region%. +addsign-noPermission: You don't have permission to add a sign. +delsign-noSign: You are not looking at a sign. +delsign-noPermission: You don't have permission to delete a sign. +delsign-noRegion: That sign does not belong to an AreaShop region. +delsign-success: The sign has been removed from region %lang:region%. + +me-noPermission: You don't have permission to check which regions you have. +me-header: 'Regions of %lang:tPlayer|%0%|%:' +me-notAPlayer: You are not a player so you can't have any regions. +me-rentLine: %lang:region% (%timeleft% left). +me-buyLine: %lang:region%. +me-friendLine: %lang:region% (owned by %lang:player%). +me-nothing: '%lang:tPlayer|%0%|% has not rented or bought regions and is not added + as friend to one.' +me-noPlayer: '%0% cannot be found, probably never joined the server.' +me-clickHint: Click a region name to see details. + +setowner-help: /as setowner \ [region], the region you stand in will be used + if not specified. +setowner-noPermission: You don't have permission to set the owner of a region. +setowner-noPermissionRent: You don't have permission to set the owner of rent regions. +setowner-noPermissionBuy: You don't have permission to set the owner of buy regions. +setowner-notRegistered: The specified region is not registered, owner cannot be set. +setowner-noPlayer: 'Could not get the UUID of the specified player: %0%.' +setowner-succesRent: Owner of %lang:region% successfully changed to %lang:player%, + rented until %until% (%timeleft% left). +setowner-succesRentExtend: Owner was already %lang:player%, rent extended with '%duration%', + now rented until %until% (%timeleft% left). +setowner-succesBuy: Owner of %lang:region% successfully changed to %lang:player%. + +resell-help: /as resell \ [region], the region you stand in will be used if + not specified. +resell-wrongPrice: '''%0%'' is not a valid price.' +resell-notRegistered: 'The specified region is not registered: %0%.' +resell-notBought: You can't resell %lang:region% because it is not sold yet. +resell-success: '%lang:region% is successfully put into reselling mode for %resellprice%.' +resell-noPermission: You don't have permission to set your region in reselling mode. +resell-noPermissionOther: You don't have permission to set regions in reselling mode. +resell-disabled: Reselling has been disabled for this region. + +stopresell-help: /as stopresell [region], the region you stand in will be used if + not specified. +stopresell-notRegistered: 'The specified region is not registered: %0%.' +stopresell-notResell: You can't stop reselling %lang:region% because it is not in + resell mode. +stopresell-success: '%lang:region% is successfully put back into sold mode.' +stopresell-noPermission: You don't have permission to set your region back to sold + mode. +stopresell-noPermissionOther: You don't have permission to set regions back to sold + mode. + +addfriend-help: /as addfriend \ [region], the region you stand in will be + used if not specified. +addfriend-noPermissionOther: You don't have permission to add friends to regions that + are not yours. +addfriend-noPermission: You don't have permission to add friends to your region. +addfriend-successOther: '%lang:tPlayer|%0%|% has been added as friend to region %lang:region%.' +addfriend-success: '%lang:tPlayer|%0%|% has been added as friend to your region %lang:region%.' +addfriend-alreadyAdded: '%lang:tPlayer|%0%|% is already added as friend to %lang:region%.' +addfriend-self: Adding the owner of the region as friend would be pointless. +addfriend-noOwner: You cannot add friends to a region without owner. +addfriend-notVisited: You cannot add %0% because he did not visit the server yet. + +delfriend-help: /as delfriend \ [region], the region you stand in will be + used if not specified. +delfriend-noPermissionOther: You don't have permission to delete friends from regions + that are not yours. +delfriend-noPermission: You don't have permission to delete friends from your region. +delfriend-successOther: '%lang:tPlayer|%0%|% has been deleted as friend from region + %lang:region%.' +delfriend-success: '%lang:tPlayer|%0%|% has been deleted as friend from your region + %lang:region%.' +delfriend-notAdded: '%lang:tPlayer|%0%|% is not added as friend to %lang:region%.' +delfriend-noOwner: You cannot remove friends from a region without owner. + +linksigns-multipleRegions: 'Found multiple regions: %0%.' +linksigns-multipleRegionsAdvice: Click another time to try again or use '/as linksigns' + to stop. +linksigns-noRegions: No AreaShop regions found in the direction of your cursor, make + sure the region is added to AreaShop (maximum range 100 blocks). +linksigns-regionFound: Region %lang:region% has been found, now point to a sign and + leftclick to link it. +linksigns-signFound: Found a sign at (%0%, %1%, %2%), now point towards a region and + rightclick to link it +linksigns-noSign: No sign found in the direction of your cursor, make sure you have + a direct sight to a sign and click again (maximum range 100 blocks). +linksigns-alreadyRegistered: That sign is already registered for region %lang:region%, + click again to select another sign. +linksigns-first: You have entered sign linking mode. +linksigns-next: Leftclick to select a sign, rightclick to select a region, use + /as linksigns to stop. +linksigns-noPermission: You don't have permission to enter bulk sign linking mode. +linksigns-stopped: Exited sign linking mode. stack-help: - - "/as stack [amount] [gap] [name] [rent|buy] [group]." - - " [amount] Number of regions that will be created." - - " [gap] Blocks distance between the regions." - - " [name] Name of the regions (number will be behind it)." - - " [rent|buy] Make then rent or buy regions." - - " [group] A group to add the created regions to." - - " The regions will be created in the direction you are facing." -stack-accepted: "Starting to create %0% %1% regions with %2% blocks in between, names start with %3% and have a number behind them.%4%" -stack-addToGroup: " Created regions will be added to the group '%0%'." -stack-noPermission: "You don't have permission to create and add regions to AreaShop in bulk." -stack-wrongAmount: "'%0%' is not a correct amount of regions." -stack-wrongGap: "'%0%' is not a correct number for the number of blocks gap between regions." -stack-noSelection: "You don't have a selection that indicates where the first region should be created." -stack-addStart: "Adding %0% regions at %1% per second." -stack-addComplete: "Added %0% regions%1%." -stack-tooHigh: ", %0% regions skipped because they were above Y=256" -stack-tooLow: ", %0% regions skipped because they were below Y=0" -stack-unclearDirection: "Please look clearly in the north, east, south, west, up or down direction, currently detected %0%." - -setlandlord-help: "/as setlandlord [player] [region], the region you stand in will be used if not specified." -setlandlord-noPermission: "You don't have permission to set the landlord for a region." -setlandlord-success: "%lang:landlord% has successfully been set as landlord of %lang:region%." - -message-help: "/as message [player] [message...]" -message-noPermission: "You do not have permission to send AreaShop messages." -message-notOnline: "%0% is not online." - -import-help: "/as import RegionForSale" -import-wrongSource: "Specify from where you want to import data, options: RegionForSale." -import-noPluginFolder: "Could not find the %0% folder, are you sure you are importing from the correct source?" -import-noWorldsFolder: "There is no 'plugins/RegionForSale/worlds' folder, therefore nothing could be imported." -import-confirm: "Are you sure you want to import all regions from RegionForSale?" -import-start: "Starting import of RegionForSale data:" -import-doWorld: "► World %0%:" -import-noBukkitWorld: "Could not find world in Bukkit." -import-noRegionManager: "Could not get RegionManager from WorldGuard, are regions enabled in this world?" -import-noRegions: "No regions.yml file found." -import-loadRegionsFailed: "Could not load regions.yml at: %0%" -import-invalidRegionSection: "Invalid section in regions.yml: %0%." -import-noWorldGuardRegion: "WorldGuard region not found: %0%." -import-noWorldGuardRegionParent: "WorldGuard region for parent region not found: %0%." -import-buyAndRent: "%0% can be bought and rented, only adding as buy in AreaShop (cannot be both)." -import-noBuyAndNoRent: "%0% cannot be bought and cannot be rented, skipping import." -import-imported: "%lang:tRegion|%0%|% imported." -import-loadWorldConfigFailed: "Loading world-specific config.yml failed: %0%." -import-improperParentRegion: "Parent region %0% does not have readable settings." -import-alreadyAdded: "Region '%0%' has already been added." -import-alreadyAddedOtherWorld: "Region '%0%' has already been added in world %1%, regions in different worlds cannot have the same name in AreaShop." -import-invalidSignLocation: "Failed to import a sign of region '%0%', invalid location: '%1%'." -import-signAlreadyAdded: "Skipped adding sign at location '%1%' to region '%0%', it is already added to region '%2%'." -import-moneyBackFailed: "Failed to parse buy price '%0%' and sell price '%1%' to set the money back percentage." + - /as stack \ \ \ \ [group]. + - ' \ Number of regions that will be created.' + - ' \ Blocks distance between the regions.' + - ' \ Name of the regions (number will be behind it).' + - ' \ Make then rent or buy regions.' + - ' [group] A group to add the created regions to.' + - ' The regions will be created in the direction you are facing.' +stack-accepted: Starting to create %0% %1% regions with %2% blocks in between, names + start with %3% and have a number behind them.%4% +stack-addToGroup: ' Created regions will be added to the group ''%0%''.' +stack-noPermission: You don't have permission to create and add regions to AreaShop + in bulk. +stack-wrongAmount: '''%0%'' is not a correct amount of regions.' +stack-wrongGap: '''%0%'' is not a correct number for the number of blocks gap between + regions.' +stack-noSelection: You don't have a selection that indicates where the first region + should be created. +stack-addStart: Adding %0% regions at %1% per second. +stack-addComplete: Added %0% regions%1%. +stack-tooHigh: ', %0% regions skipped because they were above Y=256' +stack-tooLow: ', %0% regions skipped because they were below Y=0' +stack-unclearDirection: Please look clearly in the north, east, south, west, up or + down direction, currently detected %0%. + +setlandlord-help: /as setlandlord \ [region], the region you stand in will + be used if not specified. +setlandlord-noPermission: You don't have permission to set the landlord for a region. +setlandlord-success: '%lang:landlord% has successfully been set as landlord of %lang:region%.' + +message-help: /as message \ \ +message-noPermission: You do not have permission to send AreaShop messages. +message-notOnline: '%0% is not online.' + +import-help: /as import RegionForSale +import-wrongSource: 'Specify from where you want to import data, options: RegionForSale.' +import-noPluginFolder: Could not find the %0% folder, are you sure you are importing + from the correct source? +import-noWorldsFolder: There is no 'plugins/RegionForSale/worlds' folder, therefore + nothing could be imported. +import-confirm: Are you sure you want to import all regions from RegionForSale? +import-start: 'Starting import of RegionForSale data:' +import-doWorld: '► World %0%:' +import-noBukkitWorld: Could not find world in Bukkit. +import-noRegionManager: Could not get RegionManager from WorldGuard, are regions + enabled in this world? +import-noRegions: No regions.yml file found. +import-loadRegionsFailed: 'Could not load regions.yml at: %0%' +import-invalidRegionSection: 'Invalid section in regions.yml: %0%.' +import-noWorldGuardRegion: 'WorldGuard region not found: %0%.' +import-noWorldGuardRegionParent: 'WorldGuard region for parent region not found: + %0%.' +import-buyAndRent: %0% can be bought and rented, only adding as buy in AreaShop + (cannot be both). +import-noBuyAndNoRent: %0% cannot be bought and cannot be rented, skipping import. +import-imported: %lang:tRegion|%0%|% imported. +import-loadWorldConfigFailed: 'Loading world-specific config.yml failed: %0%.' +import-improperParentRegion: Parent region %0% does not have readable settings. +import-alreadyAdded: Region '%0%' has already been added. +import-alreadyAddedOtherWorld: Region '%0%' has already been added in world %1%, + regions in different worlds cannot have the same name in AreaShop. +import-invalidSignLocation: 'Failed to import a sign of region ''%0%'', invalid + location: ''%1%''.' +import-signAlreadyAdded: Skipped adding sign at location '%1%' to region '%0%', + it is already added to region '%2%'. +import-moneyBackFailed: Failed to parse buy price '%0%' and sell price '%1%' + to set the money back percentage. confirm-rent: - - "%lang:prefix%Are you sure you want to rent %lang:tRegion|%0%|%?" - - " %lang:button|Click to rent %0%|%" + - '%lang:prefix%Are you sure you want to rent %lang:tRegion|%0%|%?' + - + %lang:button|Click to rent %0%|% confirm-extend: - - "%lang:prefix%Are you sure you want to extend %lang:tRegion|%0%|%?" - - " %lang:button|Click to extend %0%|%" + - '%lang:prefix%Are you sure you want to extend %lang:tRegion|%0%|%?' + - + %lang:button|Click to extend %0%|% confirm-unrent: - - "%lang:prefix%Are you sure you want to stop renting %lang:tRegion|%0%|%?" - - " %lang:button|Click to unrent %0%|%" + - '%lang:prefix%Are you sure you want to stop renting %lang:tRegion|%0%|%?' + - %lang:button|Click to stop renting + %0%|% confirm-buy: - - "%lang:prefix%Are you sure you want to buy %lang:tRegion|%0%|%?" - - " %lang:button|Click to buy %0%|%" + - '%lang:prefix%Are you sure you want to buy %lang:tRegion|%0%|%?' + - + %lang:button|Click to buy %0%|% confirm-sell: - - "%lang:prefix%Are you sure you want to sell %lang:tRegion|%0%|%?" - - " %lang:button|Click to sell %0%|%" - - " %lang:button|Click to sell %0%|%" - -timeleft-years: "%0% years" -timeleft-months: "%0% months" -timeleft-days: "%0% days" -timeleft-hours: "%0% hours" -timeleft-minutes: "%0% minutes" -timeleft-second: "%0% second" -timeleft-seconds: "%0% seconds" -timeleft-ended: "Expired" - -greeting-forrent: "%region% can be rented for %price% per %duration%." -greeting-rented: "%region% is rented by %player% until %until%." -greeting-forsale: "%region% can be bought for %price%." -greeting-bought: "%region% is bought by %player%." -greeting-resale: "%region% can be bought for %resellprice% from %player%." - -update-playerNotify: - - "Update from AreaShop V%0% to AreaShop V%1% available, get the latest version at " - - "Github" - - " (and leave a review)." + - '%lang:prefix%Are you sure you want to sell %lang:tRegion|%0%|%?' + - + %lang:button|Click to sell %0%|% + +timeleft-years: '%0% years' +timeleft-months: '%0% months' +timeleft-days: '%0% days' +timeleft-hours: '%0% hours' +timeleft-minutes: '%0% minutes' +timeleft-second: '%0% second' +timeleft-seconds: '%0% seconds' +timeleft-ended: Expired + +greeting-forrent: '%region% can be rented for %price% per %duration%.' +greeting-rented: '%region% is rented by %player% until %until%.' +greeting-forsale: '%region% can be bought for %price%.' +greeting-bought: '%region% is bought by %player%.' +greeting-resale: '%region% can be bought for %resellprice% from %player%.' + +update-playerNotify: Update from AreaShop V%0% to AreaShop V%1% available, + get the latest version at Github + (and leave a review).