Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- general {
- # The directory for Sponge plugin configurations, relative to the
- # execution root or specified as an absolute path.
- # Note that the default: "${CANONICAL_GAME_DIR}/config"
- # is going to use the "plugins" directory in the root game directory.
- # If you wish for plugin configs to reside within a child of the configuration
- # directory, change the value to, for example, "${CANONICAL_CONFIG_DIR}/sponge/plugins".
- # Note: It is not recommended to set this to "${CANONICAL_CONFIG_DIR}/sponge", as there is
- # a possibility that plugin configurations can conflict the Sponge core configurations.
- #
- config-dir=plugins
- # Disable warning messages to server admins
- disable-warnings=true
- # If 'true', sleeping between chunk saves will be enabled, beware of memory issues.
- file-io-thread-sleep=false
- # Additional directory to search for plugins, relative to the
- # execution root or specified as an absolute path.
- # Note that the default: "${CANONICAL_MODS_DIR}/plugins"
- # is going to search for a plugins folder in the mods directory.
- # If you wish for the plugins folder to reside in the root game
- # directory, change the value to "${CANONICAL_GAME_DIR}/plugins".
- plugins-dir=plugins
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement