Advertisement
Guest User

Untitled

a guest
Dec 14th, 2012
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.55 KB | None | 0 0
  1.  
  2. flatfile: false
  3. #MySQL configuration
  4. Username: scott
  5. Password: '<password is here>'
  6. URL: jdbc:mysql://localhost/<database is here>
  7. language: en_us.yml
  8.  
  9. #If you want the plugin to control the time.
  10. time:
  11.   enabled: true
  12.   days: 30
  13.  
  14. VIPConfig:
  15.   defaultGroup: 'VIP'
  16.   fallbackGroup: 'dafault'
  17.   groups:
  18.     VIP:
  19.       identification:
  20.         startAt: 1
  21.         match: ' '
  22.       xp: 30
  23.       items:
  24.        - 264 10
  25.       money: 0
  26.       commands:
  27.         enabled: true
  28.         list:
  29.          - say $player is now an VIP player!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement