Guest User

Untitled

a guest
Jul 6th, 2012
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.52 KB | None | 0 0
  1. properties:
  2.     #whether permissions should be enabled
  3.     permissions: true
  4.    
  5.     #whether permission should default to ops or not
  6.     permissions-op: false
  7.    
  8.     #time between lottery drawings
  9.     time-after-draws: 168
  10.    
  11.     #should broadcast the buy message out
  12.     should-broadcast-buy: true
  13.    
  14.     #time between reminder messages
  15.     reminder-message-time: 360
  16.    
  17.     #whether to enable the reminder message or not
  18.     reminder-message-enable: true
  19.    
  20.     #used to remind players of the lotteries
  21.     reminder-message: '&eDont forget to check your lotteries. Type "/lottery list" to list the lotteries.'
  22.    
  23.     #used when a player attempts to buy a ticket from a sign
  24.     sign-message: '&eName: <name><newline>&eTicket Cost: <ticketcost>'
  25.    
  26.     #used when a player buys a ticket
  27.     buy-message: '&e<player> has bought <ticket> ticket(s) for lottery: <lottery>'
  28.    
  29.     #used when a player logs. can also have multiple lotteries if desired -> 'MAIN, MAIN2, MAIN3.', ect...
  30.     #if you don't want there to be any lotteries set this as ''
  31.     main-lotteries: 'WEEKLY'
  32.    
  33.     #delay between update checks
  34.     update-delay: 60
  35.    
  36.     #used to format money through messages and signs
  37.     money-format: '$<money>'
  38.    
  39. signs:
  40.     normal:
  41.         line1: <name>
  42.         line2: <time>
  43.         line3: <reward>
  44.     drawing:
  45.         line3: <reward>
  46.         line2: Drawing...
  47.         line1: <name>
  48.     over:
  49.         line1: <name>
  50.         line2: HAS BEEN WON!
  51.         line3: <winner>
Advertisement
Add Comment
Please, Sign In to add comment