Configuration

# Life, Bukkit Plugin Configuration File by FadeKivi

# Enable Death Signs (permission: life.deathsign)

placesignondeath: true

# Does a player need the permission "life.canbreaksign" to break a sign?

permissionneededtobreak: false

# Pay players for removing old signs? (permission: life.payoncleanup)
# To use this function, you need the vault bukkit plugin
# Download vault at: http://dev.bukkit.org/bukkit-plugins/vault/

paysigncleanup: false

# Enable this to replace snow,carpet and slabs with a sign, else signs wont be placed on them.

replacehalfblocks: true

# Broadcast Message if a player finds someones sign?

broadcastonfind: true

# How much you want to pay the players for removing old signs
# Use any number or (level) for the victims level on death, this will prevent feeding

signworth: (level)

# Drop a sign if a death sign is destroyed?

dropnewsign: false

# Remove old sign so that every player only has one active sign at the time
# If you set this to false, the signs will stay on your server until you destroy them

removeoldsigns: true

# Change the sign title to anything you like or use (date) to display the date

deathsigntitle: (date)

# Set this to the % of XP you want a player to lose on death
# Don't forget to setup the permissions (life.keepxp.set)
# Players with permission life.keepxp.all will never lose xp
# 50 = 50%, 0 = no loss, 100 = loses everything, etc

playerlosesxpondeath: 100

# Enable this if you want player to pay money on death
# To use this function, you need the vault bukkit plugin
# Download vault at: http://dev.bukkit.org/bukkit-plugins/vault/

playerpayondeath: false

# If playerpayondeath is true, then you can set the amount of money you want them to lose
# Only fix amount atm. Players with permission: live.dontpayondeath don't lose any money

playerpayamount: 100

# Charge money for using /lifeback, set playerpaylifeback to any amount or 0 to
# disable this function. Requires Vault Plugin! Players with permission life.lifebackfree don't pay.

playerpaylifeback: 0

# Disable the plugin in worlds. (No signs, no money loss). A list seperated by , (comma). Set to "disableinworlds: none" to disable this.

disableinworlds: world1,world2,world3

# Enable / Disable signs if killer is a mob (true = enabled, false = disabled)

Creeper: true
Zombie: true
Wolf: true
Ghast: true
Spider: true
CaveSpider: true
Slime: true
Blaze: true
Bat: true
Silverfish: true
Witch: true
PigZombie: true
MagmaCube: true
Enderman: true
Wither: true
Golem: true
Skeleton: true

# Enable / Disable signs if killer is a player (true = enabled, false = disabled)

Player: true

# Enable / Disable signs by DamageCause (true = enabled, false = disabled)

# Damage caused by being in the area when a block explodes. (TNT)
BLOCK_EXPLOSION: true

# Damage caused when an entity contacts a block such as a Cactus.
CONTACT: true

# Custom damage.
CUSTOM: true

# Damage caused by running out of air while in water.
DROWNING: true

# Damage caused when an entity attacks another entity.
ENTITY_ATTACK: true

# Damage caused by being in the area when an entity, such as a Creeper, explodes.
ENTITY_EXPLOSION: true

# Damage caused when an entity falls a distance greater than 3 blocks.
FALL: true

# Damage caused by being hit by a falling block which deals damage.
FALLING_BLOCK: true

# Damage caused by direct exposure to fire.
FIRE: true

# Damage caused due to burns caused by fire.
FIRE_TICK: true

# Damage caused by direct exposure to lava.
LAVA: true

# Damage caused by being struck by lightning.
LIGHTNING: true

# Damage caused by being hit by a damage potion or spell.
MAGIC: true

# Damage caused due to an ongoing poison effect.
POISON: true

# Damage caused when attacked by a projectile.
PROJECTILE: true

# Damage caused by starving due to having an empty hunger bar.
STARVATION: true

# Damage caused by being put in a block.
SUFFOCATION: true

# Damage caused by committing suicide using the command "/kill".
# SUICIDE not working with essentials for some reason
SUICIDE: true

# Damage caused in retaliation to another attack by the Thorns enchantment.
THORNS: true

# Damage caused by falling into the void.
# Maybe i should just remove this one
VOID: false


Comments

Posts Quoted:
Reply
Clear All Quotes