Advertisement
Guest User

Untitled

a guest
Aug 6th, 2017
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. # Should the chest GUI be the default gui instead of the chat gui.
  2. Chest-Is-Default=false
  3. MongoDB {
  4. DataBase=database
  5. # You can have Redis or MongoDB enabled, but not both at the moment.
  6. Enabled=true
  7. Host=localhost
  8. Password=""
  9. Port=27017
  10. User=admin
  11. }
  12. Redis {
  13. Enabled=false
  14. Host=localhost
  15. Keys {
  16. UUID-Cache="market:uuidcache"
  17. }
  18. Password=""
  19. Port=6379
  20. }
  21. # Name of the server to be used when storing data.
  22. Server=MirageCraft
  23. # Do not change this.
  24. Version=0.2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement