# config properties # properties: # whether to broadcast out the buy message or not # look for 'lottery.mess.buy' in 'lang.properties' to edit the message buy-enable: true # delay between lottery savings, x minutes: can also use '/lottery save' to force save lotteries save-delay: 15 # enable lottery savings save-enable: true # delay between update checks, x minutes: can also use '/lottery update' to check on updates update-delay: 60 # enable the update checks update-enable: false # the delay that takes place between a lottery drawing and when it announces the winner, x seconds draw-delay: 3 # the delay that people have to wait after buying a ticket from a lottery # NOTE: this is the delay between a lottery NOT all lotteries buy-delay: 30 # delay between reminder messages, look for 'lottery.mess.reminder' in 'lang.properties' to edit the message reminder-message-delay: 10 # enable the reminder message reminder-message-enable: true # whether item rewards should drop on the ground near players or # should it go in their inventory, applies to economies should-drop: true # whether rewards should be allowed drop if there is no room for them # if false and there is no room for them it will create a lottery claim for the player drop-reward: false # whether to log lottery savings or not should-log: false # whether players should be allowed to buy tickets during the lottery drawing buy-during-draw: false # the line separator used in the 'lang.properties' line-separator: '' # the format used for money, must contain '' in format money-format: '$' # sign tag used for lottery signs, can have color codes sign-tag: '&a[Lottery+]' # prefix used in chat, can have color codes chat-prefix: '&e[LotteryPlus] - ' # the lottery that will be used when a user doesn't specify one in the buy command main-lottery: 'MAIN' # the lotteries that the user will be notified about when a player joins the server # ex: 'MAIN1 MAIN2 MAIN3', ect... # look for 'lottery.mess.main' in the 'lang.properties' to edit the message main-lotteries: '' # the default filter used in '/lottery list ' default-filter: '' # various sign formats used in different states of a lottery # # - name of the lottery # - cost of a ticket for the lottery # - reward of the lottery #