Advertisement
lLuffy

Untitled

Mar 27th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. general {
  2. # The directory for Sponge plugin configurations, relative to the
  3. # execution root or specified as an absolute path.
  4. # Note that the default: "${CANONICAL_GAME_DIR}/config"
  5. # is going to use the "plugins" directory in the root game directory.
  6. # If you wish for plugin configs to reside within a child of the configuration
  7. # directory, change the value to, for example, "${CANONICAL_CONFIG_DIR}/sponge/plugins".
  8. # Note: It is not recommended to set this to "${CANONICAL_CONFIG_DIR}/sponge", as there is
  9. # a possibility that plugin configurations can conflict the Sponge core configurations.
  10. #
  11. config-dir=plugins
  12. # Disable warning messages to server admins
  13. disable-warnings=true
  14. # If 'true', sleeping between chunk saves will be enabled, beware of memory issues.
  15. file-io-thread-sleep=false
  16. # Additional directory to search for plugins, relative to the
  17. # execution root or specified as an absolute path.
  18. # Note that the default: "${CANONICAL_MODS_DIR}/plugins"
  19. # is going to search for a plugins folder in the mods directory.
  20. # If you wish for the plugins folder to reside in the root game
  21. # directory, change the value to "${CANONICAL_GAME_DIR}/plugins".
  22. plugins-dir=plugins
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement