# Use this properties file to edit the messages. # You can also use color codes and declare new lines by # using the "line-separator" defined in the config logger.enabled=enabled. logger.disabled=disabled. logger.vault.notfound=Permission system not found from Vault or Vault is not installed.Defaulting to Bukkit's permission system. logger.config.defaults=Config file not found. Writing defaults. logger.lottery.num= lotterie(s) have been loaded. logger.lottery.save.force=lotteries saved. logger.lottery.saving.force=Force saving lotteries... logger.exception.sleep=exception caught in sleep() logger.exception.itemstack=Failed to load item stack from '' logger.exception.file.load=Failed to load: logger.exception.file.save=Failed to save: plugin.error.guiopened=&cGui Creator is already opened. plugin.headliner=&6--------------------------------------------------- plugin.update-available=&cNew version available: Current version: , Latest version: . plugin.command.headliner=&e--------[ &6Commands (/)&e]-------- plugin.command.exception=&6Exception caught while executing this command. plugin.command.error.notfound=&cDid not recognize '' as a command. plugin.command.error.access=&cYou do not have access to this command. plugin.command.list-winners.headliner=&e--------[&6Recent Winners&e]-------- plugin.command.list-winners.token=&e. plugin.command.main=&e- / &a- &6scroll through commands in pages plugin.command.atp=&e- / [addtopot/atp] &a- &6add money to a lotteries pot. plugin.command.atp.mess=&e &ehas been added to &6's &epot. plugin.command.buy=&e- / buy &a- &6buy tickets for a lottery. plugin.command.buy.main=&e- / buy &a- &6buy tickets for the main lottery. plugin.command.claim=&e- / claim &a- &6claim rewards from lotteries you have won. plugin.command.config=&e- / config reload &a- &6reload config and lang.properties. plugin.command.config.version=Version reloaded. plugin.command.create=&e- / create &a- &6create a lottery section in the 'lotteries.yml'. plugin.command.draw=&e- / draw &a- &6force draw a lottery. plugin.command.gui=&e- / guic &a- &6open the gui. plugin.command.gui-creator=&e- / guic &a- &6open a new creator in the gui. plugin.command.info=&e- / info &a- &6get info about a lottery. plugin.command.info.headliner=&e--------[&6Lottery Info: &e]-------- plugin.command.list=&e- / list &a- &6list lotteries. plugin.command.list.filter=&e- / list &a- &6list lotteries using a filter. plugin.command.load1=&e- / load &a- &6load a lottery from the 'lotteries.yml'. plugin.command.load2=&e- / load &a- &6load all unloaded lotteries from the 'lotteries.yml'. plugin.command.reloadall=&e- / reloadall &a- &6reload all lotteries. plugin.command.reload=&e- / reload &a- &6reload a lottery. plugin.command.reward=&e- / reward &a- &6reward a player tickets. plugin.command.reward.error.yourself=&cYou cannot reward yourself. plugin.command.reward.error.toomany=&cCannot reward this many tickets. plugin.command.reward.mess=&6 &ehas been rewarded &6 ticket(s) &efor &6. plugin.command.reward.player.mess=You have been rewarded &6 ticket(s) &efor &6. plugin.command.save=&e- / save &a- &6force save lotteries. plugin.command.save.mess=&eLotteries have been saved. plugin.command.unload=&e- / unload &a- &6unload a lottery. plugin.command.update=&e- / update &a- &6check for updates. plugin.command.version=&e- / version &a- &6get plugin version. plugin.command.version.mess=Current version you are running is v. plugin.command.winners=&e- / winners &a- &6view recent winners of lotteries. plugin.gui.title=Lottery+ GUI plugin.gui.options=Options plugin.gui.button.remove=Remove plugin.gui.button.add=Add plugin.gui.button.create=Create plugin.gui.border.options=Options plugin.gui.border.properties=Properties plugin.gui.textfield.value=Type your values here. plugin.gui.dialog.lottery-section-created=A section was created for . plugin.gui.dialog.lottery-name=Type the name of the lottery properties you want to open or create. plugin.gui.dialog.lottery-rename=Type the name of the new lottery to rename it. plugin.gui.dialog.confirm.reset=Are you sure you want reset the current settings? There is no going back. plugin.gui.dialog.confirm.remove=Are you sure you want remove the current settings? There is no going back. plugin.gui.dialog.error.type=Value is of wrong type. plugin.gui.dialog.error.types=One of these values is of a wrong type. plugin.gui.menu.help=Help plugin.gui.menu.options=Options plugin.gui.menu.exit=Exit plugin.gui.menu.remove=Remove plugin.gui.menu.open=Open/Create plugin.gui.menu.reset=Reset plugin.gui.menu.rename=Rename plugin.gui.menu.tutorial=Tutorial plugin.gui.menu.ticket=Ticket plugin.gui.menu.website=Plugin Website plugin.gui.menu.skins=Skins plugin.error.no-update=&cNo updates available. plugin.error.permission=&cYou do not have permission. plugin.exception.config.load=&eException caught while loading config: '' plugin.exception.config.save=&eException caught while saving config: '' plugin.exception.vault.economy=Economy system not found from Vault. config.description.aliases=The aliases that can be used in place of the lottery name. config.description.buy-tickets=This controls whether players should be allowed to buy tickets. config.description.clear-pot=Whether to clear the pot after a failed drawing. config.description.clear-rewards=Whether to clear the rewards after a failed drawing. config.description.cooldown=How much time is subtracted after a player buys tickets, x seconds. config.description.item-rewards=The item rewards to add to this lottery. Look at config to see how to define them. config.description.keep-tickets=Whether to keep the tickets after a failed drawing. config.description.material-id=The ID of the material for the economy if 'use-vault' is false. For data values, add a colen then that data value. Ex: '351:2' config.description.material-name=The name of the material for the economy if 'use-vault' is false. config.description.max-tickets=The maximum # of tickets a player can buy, set to 0 for no limit. config.description.max-players=The maximum # of players that can be in a lottery, set to 0 for no limit. config.description.min-players=The minimum # of players that must be in a lottery. config.description.pot=The starting pot of the lottery. config.description.pot-tax=The percentage of the pot winnings that is taxed. config.description.repeat=This controls whether the lottery should continue after a winning is drawn. config.description.reset-add-cooldown=The cooldown that is added after a lottery is reset as a result of not enough players. config.description.reset-add-item-rewards=The item rewards that are added after a lottery is reset as a result of not enough players. config.description.reset-add-max-players=The amount that is increased to 'max-players' after a lottery is reset as a result of not enough players. config.description.reset-add-max-tickets=The amount that is increased to 'max-tickets' after a lottery is reset as a result of not enough players. config.description.reset-add-min-players=The amount that is increased to 'min-players' after a lottery is reset as a result of not enough players. config.description.reset-add-pot=The amount that is increased to 'pot' after a lottery is reset as a result of not enough players. config.description.reset-add-pot-tax=The amount that is increased to 'pot-tax' after a lottery is reset as a result of not enough players. config.description.reset-add-ticket-cost=The amount that is increased to 'ticket-cost' after a lottery is reset as a result of not enough players. config.description.reset-add-ticket-tax=The amount that is increased to 'ticket-tax' after a lottery is reset as a result of not enough players. config.description.reset-add-time=The amount that is increased to 'time' after a lottery is reset as a result of not enough players. config.description.reset-add-warmup=The amount that is increased to 'warmup' after a lottery is reset as a result of not enough players. config.description.seed=The seed used for the random generator. config.description.tax-account=The account that receives the funds taxed from 'ticket-tax'. config.description.ticket-cost=The ticket cost for the lottery. config.description.ticket-limit=The amount of tickets that is created, set to 0 for no limit. config.description.ticket-tax=The percentage of the 'ticket-cost' that is taxed. config.description.time=The time between drawings of the lottery, x hours. Can have decimal (2.5 = 2 hours, 30 minutes). config.description.towny=The towns from Towny that can buy from this lottery. config.description.use-pot=Whether the lottery should have a pot. config.description.use-timer=Whether the lottery should have a timer. config.description.use-vault=Whether the lottery should use vault as an economy. See 'material-id' and 'material-name'. config.description.votifier-reward=The amount of tickets that is rewarded to a player that votes for your server. config.description.warmup=The amount of time that is added to the lottery timer, x seconds. config.description.warning-times=The times at which players are warned about this lottery. See config to see how to define. config.description.win-again=Whether a player can win the lottery twice in a row. config.description.worlds=The worlds that can buy from this lottery. lottery.claim.notify=&eYou have recently won some lotteries! Type '/lottery claim' to claim your rewards! lottery.section.created=&eSection created for &6, &eyou can then load this lottery using '/lottery load ' when you are done setting the values. lottery.section.loaded=&6 &ehas been loaded. lottery.unloaded=&6 &ehas been unloaded. lottery.unloaded-removed=&6 &ehas been unloaded and removed. lottery.reload=&6 &ehas been reloaded. lottery.info.time=&e- Time Left: