Advertisement
Guest User

Config: KaStirCore

a guest
Apr 16th, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. # +----------------------------------------------------+
  2. # < KaStirCore >
  3. # < Witaj w pliku konfiguracyjnym >
  4. # < Czytaj dokladnie opis wszytkich wartosci ;) >
  5. # +----------------------------------------------------+
  6.  
  7. # Kod ktory dostales
  8. code: ''
  9.  
  10. # Czy serwer ma sie wylaczyc w razie bledu ladowania
  11. offwhenerror: true
  12. plugins: []
  13.  
  14. # Wiadomosci dotyczace teleportacji
  15. message:
  16. teleportreq: 'Teleport request. Time: %time'
  17. teleported: Teleported
  18. teleporterror: Teleport error
  19.  
  20. # Dane do mysql. Jezeli false uzywane jest SQLite
  21. mysql:
  22. enabled: false
  23. host: 127.0.0.1
  24. port: 3306
  25. username: minecraft
  26. password: password
  27. database: database
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement