Reformat language file.

This commit is contained in:
Brianna 2019-11-04 16:59:06 -05:00
parent 78a6d575fb
commit 8b5a957388

View File

@ -1,46 +1,58 @@
#General Messages # General Messages
general.nametag.prefix = "&8[&6EpicFarming&8]" general:
general.nametag.farm = "&eLevel %level% &fFarm" nametag:
general.nametag.lore = "" prefix: '&8[&6EpicFarming&8]'
general.interface.next = "Next" farm: '&eLevel %level% &fFarm'
general.interface.previous = "Previous" lore: ''
general.interface.unlocked = "Unlocked" interface:
general.interface.on = "On" next: Next
general.interface.off = "Off" previous: Previous
general.interface.both = "Both" unlocked: Unlocked
general.interface.crops = "Crops" 'on': 'On'
general.interface.livestock = "Livestock" 'off': 'Off'
both: Both
crops: Crops
livestock: Livestock
#Interface Messages # Interface Messages
interface.button.upgradewithxp = "&aUpgrade with XP" interface:
interface.button.upgradewithxplore = "&7Cost: &a%cost% Levels" button:
interface.button.upgradewitheconomy = "&aUpgrade with ECO" upgradewithxp: '&aUpgrade with XP'
interface.button.upgradewitheconomylore = "&7Cost: &a$%cost%" upgradewithxplore: '&7Cost: &a%cost% Levels'
interface.button.level = "&6Next Level &7%level%" upgradewitheconomy: '&aUpgrade with ECO'
interface.button.radius = "&7Radius: &6%radius%" upgradewitheconomylore: '&7Cost: &a$%cost%'
interface.button.speed = "&7Speed: &6%speed%x" level: '&6Next Level &7%level%'
interface.button.autocollect = "&7Auto Collect: &6%status%" radius: '&7Radius: &6%radius%'
interface.button.autoreplant = "&7Auto Replant: &6%status%" speed: '&7Speed: &6%speed%x'
interface.button.autobreeding = "&7Auto Breeding: &6%status%" autocollect: '&7Auto Collect: &6%status%'
interface.button.autobutcher = "&7Auto Butcher: &6%status%" autoreplant: '&7Auto Replant: &6%status%'
interface.button.pages = "&7Pages: &6%amount%" autobreeding: '&7Auto Breeding: &6%status%'
interface.button.boostedstats = "&a&lCurrently boosted!|&7Yield rate multiplied by &6%amount%x&7.|&7Expires in &6%time%&7." autobutcher: '&7Auto Butcher: &6%status%'
interface.button.farmtype = "&7Farm type: &6%type%" pages: '&7Pages: &6%amount%'
interface.button.farmtypelore = "&7Click to switch your farm type." boostedstats: '&a&lCurrently boosted!|&7Yield rate multiplied by &6%amount%x&7.|&7Expires in &6%time%&7.'
interface.button.functiontoggle = "&7Click to toggle this function." farmtype: '&7Farm type: &6%type%'
farmtypelore: '&7Click to switch your farm type.'
functiontoggle: '&7Click to toggle this function.'
#Command Messages # Command Messages
command.give.success = "&7You have been given a &6level %level% &7farm item." command:
give:
success: '&7You have been given a &6level %level% &7farm item.'
#Event Messages # Event Messages
event.general.nopermission = "&cYou do not have permission to do that." event:
event.upgrade.cannotafford = "&cYou cannot afford this upgrade." general:
event.upgrade.success = "&7You successfully upgraded this farm to &6level %level%&7!" nopermission: '&cYou do not have permission to do that.'
event.upgrade.maxed = "&6This farm is maxed out." upgrade:
event.upgrade.successmaxed = "&7You maxed out this farm at &6%level%x&7." cannotafford: '&cYou cannot afford this upgrade.'
event.limit.hit = "&7You can only have &6%limit% &7farms at a single time." success: '&7You successfully upgraded this farm to &6level %level%&7!'
event.warning.noauto = "&6Warning: &cThis item does not get farmed automatically" maxed: '&6This farm is maxed out.'
successmaxed: '&7You maxed out this farm at &6%level%x&7.'
limit:
hit: '&7You can only have &6%limit% &7farms at a single time.'
warning:
noauto: '&6Warning: &cThis item does not get farmed automatically'