Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- properties:
- #whether permissions should be enabled
- permissions: true
- #whether permission should default to ops or not
- permissions-op: false
- #time between lottery drawings
- time-after-draws: 168
- #should broadcast the buy message out
- should-broadcast-buy: true
- #time between reminder messages
- reminder-message-time: 360
- #whether to enable the reminder message or not
- reminder-message-enable: true
- #used to remind players of the lotteries
- reminder-message: '&eDont forget to check your lotteries. Type "/lottery list" to list the lotteries.'
- #used when a player attempts to buy a ticket from a sign
- sign-message: '&eName: <name><newline>&eTicket Cost: <ticketcost>'
- #used when a player buys a ticket
- buy-message: '&e<player> has bought <ticket> ticket(s) for lottery: <lottery>'
- #used when a player logs. can also have multiple lotteries if desired -> 'MAIN, MAIN2, MAIN3.', ect...
- #if you don't want there to be any lotteries set this as ''
- main-lotteries: 'WEEKLY'
- #delay between update checks
- update-delay: 60
- #used to format money through messages and signs
- money-format: '$<money>'
- signs:
- normal:
- line1: <name>
- line2: <time>
- line3: <reward>
- drawing:
- line3: <reward>
- line2: Drawing...
- line1: <name>
- over:
- line1: <name>
- line2: HAS BEEN WON!
- line3: <winner>
Advertisement
Add Comment
Please, Sign In to add comment