Advertisement
Guest User

Untitled

a guest
Sep 1st, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.41 KB | None | 0 0
  1. ####################################################
  2. ## ##
  3. ## qEssentials ##
  4. ## Configuration ##
  5. ## ##
  6. ####################################################
  7. # Messages language. More languages you can find on github
  8. # http://github.com/xVacuum/qEssentialsReloaded
  9. # Available to download (on github): pl
  10. # Available as default: en
  11. language: en
  12. # Help page length (commands per page)
  13. help-page-length: 10
  14. # Quit/Join formats
  15. quit-format: '&7{PLAYER} &3| &cWyszedl z serwera.'
  16. join-format: '&7{PLAYER} &3| &aWszedl na serwer.'
  17. # Kick temporary ban in seconds
  18. kick-temporary-ban: 20
  19. # Disabled worlds
  20. disabled-worlds:
  21. - 'blockedworld'
  22. - 'blockedworld2'
  23. # Kill messages
  24. kill-messages-disabled: false
  25. # Database
  26. database:
  27. mysql: false
  28. host: localhost
  29. port: 3306
  30. user: root
  31. pass: password
  32. name: database
  33. ####################################################
  34. ## Database ##
  35. ####################################################
  36. # MySQL configuration.
  37. database:
  38. # Type `true` in `mysql` to enable.
  39. # `false` means the mysql function is disabled, and plugin uses SQLite (file *.db)
  40. mysql: false
  41. # MySQL port
  42. port: 3306
  43. # MySQL host (ip address or localhost if server is local)
  44. host: localhost
  45. # MySQL username
  46. user: root
  47. # Database name
  48. name: database_name
  49. ####################################################
  50. ## Helpop ##
  51. ####################################################
  52. helpop-delay: 10
  53.  
  54. ####################################################
  55. ## Teleporting ##
  56. ####################################################
  57. # Delay after command execute. In seconds.
  58. delay: 10
  59. # Spawn teleport effects
  60. teleport-spawn-effects: true
  61.  
  62. ####################################################
  63. ## Homes ##
  64. ####################################################
  65. # Default maximum amount of homes
  66. max-homes: 1
  67.  
  68. ####################################################
  69. ## Chat ##
  70. ####################################################
  71. # Default chat state
  72. chat-default-enabled: true
  73. # Default chat format
  74. chat-format: "&8[&c{HEALTH}/10.0&8] &8[&e{FOOD}/10&8] &7{PLAYER}&8: &f{MESSAGE}"
  75. # Chat slowdown (in seconds)
  76. chat-slowdown: 3
  77. # Group chat
  78. groups:
  79. default: '&7{PLAYER}&8: &f{MESSAGE}'
  80. admin: '&8[&4Admin&8] &7{PLAYER}&8: &f{MESSAGE}'
  81.  
  82. ####################################################
  83. ## First join ##
  84. ####################################################
  85. # First join message
  86. first-join-message: ' &f{PLAYER} &azagościł poraz pierwszy na serwerze ! Miłej gry !'
  87. # First-join kit
  88. first-join-kit: start
  89. ####################################################
  90. ## Kits ##
  91. ####################################################
  92. kits:[]
  93. ####################################################
  94. ## AutoMessage ##
  95. ####################################################
  96. # delay between messages in seconds
  97. automessage-delay: 60
  98. # messages
  99. automessages:[]
  100. # End of file -> Seriously... stop, this is stupid.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement