Advertisement
Hydevelopment

HyCounter Config.yml

Apr 20th, 2015
496
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. database:
  2.  
  3. host: 0.0.0.0
  4.  
  5. port: 0000
  6.  
  7. database: database
  8.  
  9. username: username
  10.  
  11. password: password
  12.  
  13. is-sqlite: true
  14.  
  15. settings:
  16.  
  17. # SQL or Local, SQL uses the database settings and Local uses the local file system
  18.  
  19. storage-type: 'SQL'
  20.  
  21.  
  22.  
  23. unique-prefix:
  24.  
  25. prefix: '&7[&cHyCounter&7] '
  26.  
  27. enabled: true
  28.  
  29. rejoin-prefix:
  30.  
  31. prefix: '&7[&cHyCounter&7] '
  32.  
  33. enabled: true
  34.  
  35.  
  36.  
  37. # The info level states what should be output to the console.
  38.  
  39.  
  40.  
  41. # 1 = Only critical information, 2 = Errors and critical information and 3 = Information, errors and critical information
  42.  
  43.  
  44.  
  45. info-level: 3
  46.  
  47.  
  48.  
  49.  
  50.  
  51. messages:
  52.  
  53.  
  54.  
  55. unique-player-join: '&7Welcome &c@player&7! You are user &c@unique_players'
  56.  
  57.  
  58.  
  59. non-unique-player-join: '&7Welcome back &c@player&7!'
  60.  
  61.  
  62.  
  63. welcome-player: 'Welcome @new_player!'
  64.  
  65.  
  66.  
  67. welcome-back-player: 'Welcome back @new_player!'
  68.  
  69.  
  70.  
  71. list-players: '&7There are &c@unique_players &7unique players!'
  72.  
  73.  
  74.  
  75. unique-title:
  76.  
  77. main: '&7Welcome &c@player&7!'
  78.  
  79. subline: '&7You are user &c@unique_players'
  80.  
  81.  
  82.  
  83. rejoin-title:
  84.  
  85. main: '&7Welcome back &c@player&7!'
  86.  
  87. subline: '&7Hope you enjoy your stay!'
  88.  
  89.  
  90.  
  91. commands:
  92.  
  93.  
  94.  
  95. welcome:
  96.  
  97. enabled: true
  98.  
  99.  
  100.  
  101. welcomeback:
  102.  
  103. enabled: true
  104.  
  105.  
  106.  
  107. uniqueplayers:
  108.  
  109. enabled: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement