Guest User

Untitled

a guest
Jan 20th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. #
  2. # MAIN:
  3. # pot: 10000.00 - starting pot
  4. # time: 3 - time between drawings (x hours)
  5. # ticket-cost: 100.00 - cost of a ticket
  6. # repeat: true - whether lottery should repeat
  7. # max-tickets: 10 - max tickets a player can buy
  8. # min-players: 2 - min players for lottery to draw
  9. # max-players: 10 - max players that can be in the lottery
  10.  
  11. lotteries:
  12. MAIN:
  13. ticket-cost: 100.0
  14. pot: 5000.0
  15. time: 24
  16. timer-running: true
  17. repeat: true
  18. item-only: false
  19. max-tickets: 10
  20. max-players: -1
  21. min-players: 2
  22. max-tickets-draw: -1
  23. ticket-tax: 0.0
  24. pot-tax: 0.0
  25. cooldown: 0
  26. signs:
  27. signs:
  28. sign1:
  29. world: world137
  30. x: 250
  31. y: 65
  32. z: 2141
  33. sign2:
  34. world: world137
  35. x: 258
  36. y: 65
  37. z: 2141
  38. sign3:
  39. world: world137
  40. x: 259
  41. y: 75
  42. z: 2237
  43. sign4:
  44. world: world137
  45. x: 249
  46. y: 75
  47. z: 2237
  48. saves:
  49. MAIN:
  50. signs:
  51. sign1:
  52. world: world137
  53. x: 250
  54. y: 65
  55. z: 2141
  56. sign2:
  57. world: world137
  58. x: 258
  59. y: 65
  60. z: 2141
  61. sign3:
  62. world: world137
  63. x: 259
  64. y: 75
  65. z: 2237
  66. sign4:
  67. world: world137
  68. x: 249
  69. y: 75
  70. z: 2237
  71. repeat: true
  72. cooldown: 0
  73. timer-running: true
  74. pot: 6000.0
  75. past-winner: minerboy6666
  76. min-players: 2
  77. save-time: 56658
  78. ticket-cost: 100.0
  79. pot-tax: 0.0
  80. max-players: -1
  81. ticket-tax: 0.0
  82. item-only: false
  83. reset-time: 86400
  84. players:
  85. Zyracis: 10
  86. max-tickets-draw: -1
  87. max-tickets: 10
Add Comment
Please, Sign In to add comment