Config

# Configuration File For Proximity Mines. Created By, kmecpp

# +++++++++++++++++++++++++++++#
#                     Players                    #
# +++++++++++++++++++++++++++++#

# This value changes whether or not players will be able to blow themselves up with their own proximity mines
explode-owned: true

# This value changes whether or not players will be given potion effect "warnings" about their own proximity mine
warn-owned: true

# +++++++++++++++++++++++++++++#
#                  Explosives                  #
# +++++++++++++++++++++++++++++#

# What should the explosion size be for proximity mines
# Scale:  1-3 = small, 4 = normal, 5-12 = large, 15-30 = very large, >50 looks stupid :P

explosion-size-tier-1: 5
explosion-size-tier-2: 10
explosion-size-tier-3: 15

explosion-size-shrapnel: 5
explosion-size-incendiary: 8
explosion-size-chemical: 5

# This value changes the density of the fire given off by incendiary explosives set it to true if you want denser fire or false for a more loosely arranged blaze

use-dense-fire: true

# Give a small warning to someone about to step on a proximity mine by giving them a potion effect?
# [Warning] This can be slightly more hardware intensive

give-warning-tier-1: true
give-warning-tier-2: true
give-warning-tier-3: true

give-warning-shrapnel: true
give-warning-incendiary: true
give-warning-chemical: true

# Set the damage modifier to a value between -8 and 8 to change how much damage a player receives from a proximity mine
# Leave the values at 0 for the default damage amount

damage-modifier-tier-1: 0
damage-modifier-tier-2: 0
damage-modifier-tier-3: 0

damage-modifier-shrapnel: 0
damage-modifier-incendiary: 0
damage-modifier-chemcial: 0

# This value changes the length of time the effects from chemical explosives will last (in seconds)
chemical-effect-length: 25

# This value changes the amount of damage the poison from the chemical explosives do
poison-damage: 1

# These values enable/disable the potion effects for chemical proximity mines
enable-slowness: true
enable-nausea: true
enable-weakness: true
enable-blindness: true
enable-poison: true

# +++++++++++++++++++++++++++++#
#                     Metrics                    #
# +++++++++++++++++++++++++++++#

# Plugin Metrics Configuration
# Enabling this will send statistics about the plugin to http://mcstats.org, everything that is collected can be seen on the website.

enable-metrics: true


Comments

Posts Quoted:
Reply
Clear All Quotes