Advertisement
Guest User

Untitled

a guest
Jun 14th, 2018
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. # This is the global configuration file for Akarin.
  2. # Some options may impact gameplay, so use with caution,
  3. # and make sure you know what each option does before configuring.
  4. #
  5. # Akarin forums: https://akarin.io/
  6.  
  7. config-version: 1
  8. alternative:
  9. legacy-versioning-compat: false
  10. legacy-world-timings-required: false
  11. allow-spawner-modify: true
  12. gc-before-stuck-restart: true
  13. core:
  14. players-per-chunk-io-thread: 50
  15. always-silent-async-timing: false
  16. world-time-update-interval: 1s
  17. keep-alive-packet-send-interval: 15s
  18. async-lighting:
  19. executor-threads: 2
  20. use-work-stealing: false
  21. enable: true
  22. thread-safe:
  23. async-catcher:
  24. enable: false
  25. throw-on-caught: true
  26. enable-mock-plugins: false
  27. mock-package-name-contains:
  28. - me.konsolas.aac
  29. keep-alive-response-timeout: 30s
  30. enable-panda-redstone-wire: true
  31. enable-real-time-ticking: false
  32. messages:
  33. disconnect:
  34. ban-expires: 'Your ban will be removed on '
  35. player-quit-server: §e%s left the game
  36. kick-player-timeout-keep-alive: Timed out
  37. ban-player-ip: Your IP address is banned from this server!
  38. kick-player: Kicked by an operator.
  39. ban-player-name: You are banned from this server!
  40. kick-player-duplicate-login: You logged in from another location
  41. ban-reason: 'Reason: '
  42. connect:
  43. renamed-player-join-server: §e%s (formerly known as %s) joined the game
  44. player-join-server: §e%s joined the game
  45. bootstrap:
  46. extra-local-address: []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement