Advertisement
Guest User

fedasfdf

a guest
Aug 28th, 2015
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. database:
  2. host: 0.0.0.0
  3. port: 0000
  4. database: database
  5. username: username
  6. password: password
  7. is-sqlite: true
  8. settings:
  9. # SQL or Local, SQL uses the database settings and Local uses the local file system
  10. storage-type: 'SQL'
  11.  
  12. unique-prefix:
  13. prefix: '&7[&cRGNetwork&7] '
  14. enabled: true
  15. rejoin-prefix:
  16. prefix: ' '
  17. enabled: false
  18.  
  19. # The info level states what should be output to the console.
  20.  
  21. # 1 = Only critical information, 2 = Errors and critical information and 3 = Information, errors and critical information
  22.  
  23. info-level: 3
  24.  
  25.  
  26. messages:
  27.  
  28. unique-player-join: '&7Welcome &c@player&7 to &cRGNetwork &e[&c#&b@unique_players&e]'
  29.  
  30. non-unique-player-join: '&'
  31.  
  32. welcome-player: ''
  33.  
  34. welcome-back-player: ''
  35.  
  36. list-players: ''
  37.  
  38. unique-title:
  39. main: '&7Welcome &c@player&7 to &cRGNetwork &e[&c#&b@unique_players&e]'
  40. subline: ''
  41.  
  42. rejoin-title:
  43. main: ''
  44. subline: ''
  45.  
  46. commands:
  47.  
  48. welcome:
  49. enabled: true
  50.  
  51. welcomeback:
  52. enabled: true
  53.  
  54. uniqueplayers:
  55. enabled: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement