Skip to content

Instantly share code, notes, and snippets.

@xaviablaza-zz
Created July 12, 2012 09:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xaviablaza-zz/3096982 to your computer and use it in GitHub Desktop.
Save xaviablaza-zz/3096982 to your computer and use it in GitHub Desktop.
DeathInsurance Sample configuration
# DeathInsurance Configuration File
Insurances:
# Set attributes for each individual insurance
Zombie:
Price: 100
# Specify the price to purchase the above insurance
Retrievable: true
# Set whether items should be retrievable from this type of death
Skeleton:
Price: 100
Retrievable: true
Creeper:
Price: 100
Retrievable: true
Spider:
Price: 100
Retrievable: true
Cavespider:
# Death from a CaveSpider attack; not CaveSpider poison.
# See the Poison insurance if you want to configure this
Price: 100
Retrievable: true
Enderman:
Price: 100
Retrievable: true
Wolf:
Price: 100
Retrievable: true
Slime:
Price: 100
Retrievable: true
Spiderjockey:
Price: 100
Retrievable: true
Pigzombie:
Price: 100
Retrievable: true
Blaze:
Price: 100
Retrievable: true
Ghast:
Price: 100
Retrievable: true
Magmacube:
Price: 100
Retrievable: true
Silverfish:
Price: 100
Retrievable: true
Giant:
Price: 100
Retrievable: true
Enderdragon:
Price: 100
Retrievable: true
Player:
Price: 100
Retrievable: true
TNT:
Price: 100
Retrievable: true
Cactus:
Price: 100
Retrievable: true
Drowning:
Price: 100
Retrievable: true
Falling:
Price: 100
Retrievable: true
Burn:
# Being killed by sustained fire or contact with fire
Price: 100
Retrievable: true
Lava:
# Being killed by lava effects
Price: 100
Retrievable: true
Lightning:
Price: 100
Retrievable: true
Poison:
Price: 100
Retrievable: true
Starvation:
Price: 100
Retrievable: true
Suffocation:
# Being killed by falling sand or gravel, thus not being able to breathe
Price: 100
Retrievable: true
Suicide:
# Being killed by using the /kill command
Price: 100
Retrievable: true
Void:
# Being killed by falling into the void
# Items are non-retrievable, as they fall as well
Price: 100
InsuranceGroups:
# Create groups of insurances for a player to purchase at once
Nether Monster:
# Will be named "Nether Monster Insurance" in-game
Price: 500
- Pigzombie
- Blaze
- Ghast
- Magmacube
Undead:
Price: 550
- Zombie
- Skeleton
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment