Advertisement
Guest User

config

a guest
Dec 18th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.51 KB | None | 0 0
  1. ###----------------------------###
  2. #     Welcome to the config      #
  3. #      Im sorry to say that      #
  4. #  we have ran out of chocolate  #
  5. ###----------------------------###
  6.  
  7. hours: 12
  8. raffle:
  9.  - raffle1
  10.   - raffle2
  11.   - raffle3
  12.  
  13. raffle1:
  14.   cost: 1000
  15.   reward: 'op %player%'
  16.   description: 'Someone will get OP!'
  17. raffle2
  18.   cost: 100
  19.   reward: 'give %player% 1 64'
  20.   description: '64 Stone'
  21. raffle3:
  22.   cost: 420
  23.   reward: 'broadcast %player% has won but there was no reward'
  24.   description: 'SIKE'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement