Config.yml Help

Config.yml Help

As of version 4.2.3, the default config file looks like this:

Creeper:
  $Warning: THE 'MINIMUM' OPTIONS ARE THE LOWEST CHANCE NUMBER YOU CAN HAVE FOR THOSE EXPLOSIONS. DO NOT CHANGE THEM!!
  Cookie:
    Enabled: true
    Chance: 80
    Minimum: 3
  Arrow:
    Enabled: true
    Chance: 10
    Minimum: 2
  Poison:
    Enabled: true
    Chance: 10
  Poision:
    Minimum: 4
  Plant:
    Enabled: true
    Chance: 15
    Minimum: 5
  Lightning:
    Enabled: true
    Chance: 15
    Minimum: 6
  Nuclear:
    Enabled: true
    Chance: 70
    Minimum: 7
  Defective:
    Enabled: true
    Chance: 75
    Minimum: 9
  Bedrock:
    Enabled: true
    Chance: 50
    Minimum: 0
  Storm:
    Enabled: true
    Chance: 80
    Minimum: 10
  Generous:
    Enabled: true
    Chance: 30
    Minimum: 11
  Hunger:
    Enabled: true
    Chance: 50
    Minimum: 13
  Experience:
    Enabled: true
    Chance: 90
    Minimum: 12
  Lava:
    Enabled: true
    Chance: 65
    Minimum: 14
  Water:
    Enabled: true
    Chance: 45
    Minimum: 15
  Cloning:
    Enabled: true
    Chance: 35
    Minimum: 16
  Super:
    Enabled: true
    Chance: 105
    Minimum: 17
  Obsidian:
    Enabled: true
    Chance: 40
    Minimum: 18
  Teleport:
    Enabled: true
    Chance: 60
    Minimum: 19
    AreaX: 2500
    AreaY: 100
    AreaZ: 2500
  Mob:
    Enabled: true
    Chance: 45
    Minimum: 20
  Speed:
    Enabled: true
    Chance: 25
    Minimum: 21
  Precious:
    Enabled: true
    Chance: 100
    Minimum: 22
  Bacon:
    Enabled: true
    Chance: 65
    Minimum: 23
  TNT:
    Enabled: true
    Chance: 40
    Minimum: 24
  Miner:
    Enabled: true
    Chance: 50
    Minimum: 25
  Magic:
    Enabled: true
    Chance: 55
    Minimum: 26
  Cube:
    Enabled: true
    Chance: 55
    Minimum: 27
    OreCubes: true
    MetalCubes: true
  Thief:
    Enabled: true
    Chance: 35
    Minimum: 28
  Glowstone:
    Enabled: true
    Chance: 30
    Minimum: 29
DoNotEditThis: true
DisabledWorlds:
- World_1
- World_2
- World_3
- World_4
- World_5
- World_6
- World_7
Updater:
  Check: true
  Notify: true

Explanation

Creeper.$Warning

Don't change the minimum options.

Creeper.*.Enabled

Whether or not the specified creeper is enabled or not.

true = Enabled (Default) false = Disabled

Creeper.*.Chance

The chance of a Creeper explosion occurring. For example, if you set the number for one of the chances to 35, the chance of the explosion would be 1 in 35.

Creeper.*.Minimum

The minimum number the chance option can be for the specified Creeper.

Creeper.Cube.OreCubes/MetalCubes

Whether or not cubes can be made of ores or metal blocks.

true = Enabled (Default) false = Disabled

Creeper.Teleport.Area*

The area a player can be teleported in. For example, if you kept the default of 2500 for AreaX, it would teleport the player anywhere on the X-axis, but only up to 2500 blocks away from the explosion location. Lower the numbers if you don't want to load unnecessary chunks.

Updater.*

Check: Checks for updates if set to true. Notify: Notifies online players when update is available if set to true.

true = Enabled (Default) false = Disabled

DoNotEditThis

Don't edit it.


Comments

Posts Quoted:
Reply
Clear All Quotes