Configuration

This is the current default configuration as of BukkitInstall v0.4.1 Alpha

##############################################################################
# BukkitInstall Configuration.                                               #
##############################################################################

# All databases BukkitInstall Searches. Other Plugins can add
# Plugin-databases. To set the order the plugins are searched use this list.
databases:
- BukGet                # Remove this to remove DevBukkit as a database.
- URL                   # Remove this to disable the direct download feature.

# A list of experimental features that are disabled by default.
# Add the feature-name you want to add inside the brackets. Split each name
# with a comma.
#
# Current experimental features in this version
# autoload              - Auto-Load feature of this plugin.
features: []

# This configuration option stores the configuration of plugin-directories.
# As long as you don't use multiple plugin directories or you changed the
# plugin directory location, don't change this node.
directories:

  # All directories that need to be added are stored here.
  # Current special variables:
  # {confdir} - The Configuration Directory of BukkitInstall.
  # {curdir} - The current directory Bukkit is running in.
  directories:
  - "{confdir}/../"       # Usually the default config directory.
#  - "{curdir}/plugins/"   # Enable this if you changed the plugin directory.

  # The index of the default directory in the directories.directories
  # list.
  #
  # The index starts with zero. (e.g the first element has the index 0.)
  default: 0

  # Add all indexes that should be loaded by BukkitInstall on start.
  # Separate the values with a comma.
  # This must not be the directory where Bukkit loads the plugins on startup.
  autoload: []

# Stores the configuration about the localisation.
# If no translation could be obtained, it will use an internal translation file.
localization:

  # The directory where the translations are stored are to be added here.
  # Same variables as used in "directories.directories".
  directory: "{confdir}/lang/"

  # If this is set to none, the system locale will be used.
  use: none

# Don't touch this configuration unless you know what you are doing.
optimization:

  # Switch for using the NIO-API of Java.
  # Please note that this option does only apply to download tasks in the installer.
  use-nio: false

  # This configuration sets the buffer size on I/O-Operations. (In Bytes)
  # Defaults to 16MB.
  buffer-size: 16777216

Comments

Posts Quoted:
Reply
Clear All Quotes