Configuration

Many options can be changed using the configuration. The default configuration, with explanations, is provided below.

# EasyJetpack configuration file
# Version v1.3
# View http://dev.bukkit.org/bukkit-plugins/easyjetpack/ for more information

# Jetpacks are all built-in Jetpacks
jetpacks:
    # Traditional, or 'puff' Jetpack
    traditional:
        # Is this Jetpack enabled?
        enabled: true
        # The name of the Material used.
        # These names can be found at
        # http://jd.bukkit.org/rb/apidocs/org/bukkit/Material.html
        material: GOLD_CHESTPLATE
        # Is durability enabled on this Jetpack?
        durability: true
        # Is the Jetpack craftable?
        craftable: true
        # Is the Jetpack repairable?
        antianvil: true
    burst:
        # Is this Jetpack enabled?
        enabled: true
        # The name of the Material used.
        # These names can be found at
        # http://jd.bukkit.org/rb/apidocs/org/bukkit/Material.html
        material: GOLD_CHESTPLATE
        # Is durability enabled on this Jetpack?
        durability: true
        # Is the Jetpack craftable?
        craftable: true
        # Is the Jetpack repairable?
        antianvil: true
    teleport:
        # Is this Jetpack enabled?
        enabled: true
        # The name of the Material used.
        # These names can be found at
        # http://jd.bukkit.org/rb/apidocs/org/bukkit/Material.html
        material: CHAINMAIL_CHESTPLATE
        # Is durability enabled on this Jetpack?
        durability: true
        # Is the Jetpack craftable?
        craftable: true
        # Is the Jetpack repairable?
        antianvil: true
    hover:
        # Is this Jetpack enabled?
        enabled: true
        # The name of the Material used.
        # These names can be found at
        # http://jd.bukkit.org/rb/apidocs/org/bukkit/Material.html
        material: CHAINMAIL_CHESTPLATE
        # Is the Jetpack craftable?
        craftable: true
        # Is the Jetpack repairable?
        antianvil: true
    boots:
        # Are these fallboots enabled?
        enabled: true
        # The name of the Material used.
        # These names can be found at
        # http://jd.bukkit.org/rb/apidocs/org/bukkit/Material.html
        material: LEATHER_BOOTS
        # Is durability enabled on these boots?
        durability: true
        # Are the boots craftable?
        craftable: true
        # Do the boots need a Jetpack to function?
        jetpackrequired: false
        # Is the Jetpack repairable?
        antianvil: true
fuel:
    # Is fuel usage enabled?
    enabled: true
    # The name of the Material used.
    # These names can be found at
    # http://jd.bukkit.org/rb/apidocs/org/bukkit/Material.html
    material: COAL
    # Durability of the Material (-1 for any), for example:
    # to match coal and charcoal, use -1. To match coal only, 0, and
    # charcoal, 1.
    durability: -1

Comments

Posts Quoted:
Reply
Clear All Quotes