assets.grandeconomy.lang.en_us.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of GrandEconomy Show documentation
Show all versions of GrandEconomy Show documentation
A server-side economy mod/api for Minecraft.
{
"grandeconomy.killed_balance": "You were killed, your balance is now: %s",
"grandeconomy.killer_balance": "You just killed someone, your balance is now: %s",
"commands.grandeconomy.common.console": "%s can only be used by players.",
"commands.grandeconomy.common.balance": "Balance: %s",
"commands.grandeconomy.common.insufficient_credit": "You don't have enough %s to do that.",
"commands.grandeconomy.balance.usage": "/balance",
"commands.grandeconomy.balance.description": "Shows your current account balance.",
"commands.grandeconomy.reload.usage": "/gereload.",
"commands.grandeconomy.reload.description": "Reloads config from the config file.",
"commands.grandeconomy.reload.reloaded": "Grand Economy config reloaded!",
"commands.grandeconomy.convert.usage": "/convert",
"commands.grandeconomy.convert.description": "Converts what you're holding into currency.",
"commands.grandeconomy.convert.success": "You have exchanged %s %s for %s each, earning a total of %s. Your balance is now %s.",
"commands.grandeconomy.convert.failure": "The item you are holding has no value.",
"commands.grandeconomy.pay.usage": "/pay ",
"commands.grandeconomy.pay.description": "Pay a player money from your account.",
"commands.grandeconomy.pay.negative": "You cannot pay someone negative amount.",
"commands.grandeconomy.pay.paid": "You sent %s to %s.",
"commands.grandeconomy.pay.recieved": "You received %s from %s.",
"commands.grandeconomy.wallet.add.usage": "/wallet give|add ",
"commands.grandeconomy.wallet.add.description": "The admin command to put money in a player's account.",
"commands.grandeconomy.wallet.take.usage": "/wallet take ",
"commands.grandeconomy.wallet.take.description": "The admin command to take money from a player's account.",
"commands.grandeconomy.wallet.set.usage": "/wallet set ",
"commands.grandeconomy.wallet.set.description": "The admin command set the balance of a player's account.",
"commands.grandeconomy.wallet.balance.usage": "/wallet balance ",
"commands.grandeconomy.wallet.balance.description": "The admin command to see the balance of a player's account.",
"commands.grandeconomy.wallet.given": "%s added to %s balance",
"commands.grandeconomy.wallet.taken": "%s taken from %s balance",
"commands.grandeconomy.wallet.set": "%s balance set to %s",
"commands.grandeconomy.wallet.balance": "%s balance: %s",
"commands.grandeconomy.wallet.negative": "You cannot do this because it would set the balance of %s below zero.",
"commands.grandeconomy.gehelp.usage": "/gehelp [page]",
"commands.grandeconomy.gehelp.description": "The Grand Economy help command.",
"commands.grandeconomy.gehelp.format": "%s: %s",
"text.config.grandeconomy.title": "Grand Economy Config",
"text.config.grandeconomy.global": "Global Settings",
"text.config.grandeconomy.global.desc": "Settings that work regardless of bridging.",
"text.config.grandeconomy.option.showBalanceOnJoin": "Show Balance On Join",
"text.config.grandeconomy.option.pvpMoneyTransferPercent": "PVP Money Transfer (Percent)",
"text.config.grandeconomy.option.pvpMoneyTransferPercent.desc": "Percent of money to transfer to a player's killer.",
"text.config.grandeconomy.option.pvpMoneyTransferFlat": "PVP Money Transfer (Flat)",
"text.config.grandeconomy.option.pvpMoneyTransferFlat.desc": "Flat amount of money to transfer to a player's killer.",
"text.config.grandeconomy.economyHandling": "Economy Handling",
"text.config.grandeconomy.economyHandling.desc": "Settings for working with other economies.",
"text.config.grandeconomy.option.economyHandler": "Economy Handler",
"text.config.grandeconomy.option.economyHandler.desc[0]": "Grand Economy and all mods using it will use the selected mod's economy.",
"text.config.grandeconomy.option.economyHandler.desc[1]": "This will default to Grand Economy's built-in economy if you choose one that is not loaded.",
"text.config.grandeconomy.option.economyHandler.err": "Invalid economy handler chosen.",
"text.config.grandeconomy.option.enforceNonNegativeBalance": "Enforce Non-Negative Balance",
"text.config.grandeconomy.option.enforceNonNegativeBalance.desc[0]": "Makes sure account balances cannot go below zero.",
"text.config.grandeconomy.option.enforceNonNegativeBalance.desc[1]": "Useful if the bridged economy doesn't properly prevent negative balances.",
"text.config.grandeconomy.nativeEconomy": "Native Economy",
"text.config.grandeconomy.nativeEconomy.desc": "Settings for the built-in economy.",
"text.config.grandeconomy.option.currencyNameSingular": "Currency Name (Singular)",
"text.config.grandeconomy.option.currencyNameMultiple": "Currency Name (Plural)",
"text.config.grandeconomy.option.decimalFormattingLanguageTag": "Decimal Format Language Tag",
"text.config.grandeconomy.option.startBalance": "Start Balance",
"text.config.grandeconomy.option.basicIncome": "Basic Income",
"text.config.grandeconomy.option.basicIncome.desc": "Give each player currency every day they log in.",
"text.config.grandeconomy.option.basicIncomeAmount": "Basic Income Amount",
"text.config.grandeconomy.option.basicIncomeAmount.desc": "Amount to be given to a player each day.",
"text.config.grandeconomy.option.maxIncomeSavingsDays": "Max Basic Income Savings (in days)",
"text.config.grandeconomy.option.maxIncomeSavingsDays.desc[0]": "The max number of days since last login",
"text.config.grandeconomy.option.maxIncomeSavingsDays.desc[1]": "the player will be paid basic income for."
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy