main/Configuration/old/default

Paste into ExperienceMod/config.yml:

multiplier: 1

# Set this to TRUE to completely remove the default experience drop
default rewards disabled: false

# Default experience type (can be set to VIRTUAL and CURRENCY)
reward type: experience

# The item to drop when awarding currency. Remove it if you want to give 
# currency directly.
economy drop: slime ball

# The value of each currency item.
economy drop worth: 1

# When using the VIRTUAL reward type, experience will only be granted 
# automatically for actions that can be directly traced to the player. Mobs 
# that die from traps will instead drop experience orbs if there are other 
#players within this radius:
virtual scan radius: 20

# The default channel to use. If you're not using HeroChat, any channel will do.
default channels: [global]

# Mobs can be selected by name|death_case|[spawner]|[baby]|[tamed]:
mobs:
  enderman:
    first: 1
    last: 10
  # Matches all mobs that have spawned from a monster spawner
  ?|spawner: 0
  # Disable XP from mobs that are killed with splash potions
  #?|magic: 0

# Generic rewards
player:
  fishing success: [3, 5]
  fishing failure: 0

 # Select items using name|durability
 # Select potions with potion|potion type|level|[extended]|[splash]
 #
 #  Trigger/action     Description
 #   block source       Block mined without silk touch. 
 #   bonus                 Block mined.
 #   smelting result    Smelted items.
 #   crafting result      Crafted items.
 #   brewing result      Brewed potions.
 #   placing result       Placed blocks.
items:
  coal ore:
    block source: 5
  lapis ore:
    block source: 15
  glowing redstone ore, redstone ore:
    block source: 20
  diamond ore:
    block source: 
      default: 150 # Give the default reward type
      message: '{player} got one DIAMOND and {experience} exp!'
      channels: [global]
  mob spawner:
    bonus:
      first: 250
      last: 1000
  coal|0:
    smelting result: 5
  coal|1:
    smelting result: 1
  wool dye|4:
    smelting result: 15
  redstone:
    smelting result: 20
  diamond:
    smelting result: 150
  iron ingot:
    smelting result: 10
  gold ingot:
    smelting result: 40
  stone:
    smelting result: 1
  diamond axe:
    crafting result: 150
  diamond boots:
    crafting result: 200
  diamond chestplate:
    crafting result: 400
  diamond helmet:
    crafting result: 250
  diamond hoe:
    crafting result: 100
  diamond leggings:
    crafting result: 350
  diamond pickaxe:
    crafting result: 150
  diamond spade:
    crafting result: 50
  diamond sword:
    crafting result: 100
  enchantment table:
    crafting result: 100
  jukebox:
    crafting result: 50
  potion|regen|1:
    brewing result: 50
  potion|fire resistance|1:
    brewing result: 60
  potion|instant damage|1:
    brewing result: 75
  potion|instant heal|1:
    brewing result: 75
  potion|poison|1:
    brewing result: 20
  potion|speed|1:
    brewing result: 20
  potion|weakness|1:
    brewing result: 20
  potion|strength|1:
    brewing result: 50

Comments

Posts Quoted:
Reply
Clear All Quotes