Configuration

The price symbols is what kind of currency your server uses. You can put a symbol like $ in the front or behind the amount of money of the mob/egg.

You can disable boss mobs by putting true/false in the enable_boss_mobs section.

Mob is the amount the mob costs, and egg is the amount an egg costs.

#
# MobShop Configuration
# Here you configure the prices that a mob costs!
#

# Price Symbols
price:
    front: '$'
    back: ''

# Primed TNT
# Detonation time is in seconds
primed_tnt:
    detonation: 3
    cost: 500

# Boss Mobs

enable_boss_mobs: true

elder_guardian:
    mob: 2250

wither:
    mob: 2500

ender_dragon:
     mob: 2000

# Neutral Mobs

cave_spider:
    egg: 220
    mob: 200

enderman:
    egg: 220
    mob: 200

spider:
    egg: 220
    mob: 200

zombie_pigman:
    egg: 270
    mob: 250

# Passive Mobs

pig:
    egg: 170
    mob: 150

sheep:
    egg: 170
    mob: 150

bat:
    egg: 120
    mob: 100

mooshroom:
    egg: 220
    mob: 200

squid:
    egg: 220
    mob: 200

villager:
    egg: 270
    mob: 250

rabbit:
    egg: 120
    mob: 100

chicken:
    egg: 170
    mob: 150

cow:
    egg: 170
    mob: 150

# Tamable Mobs

horse:
    egg: 270
    mob: 250

ocelot:
    egg: 170
    mob: 150

wolf:
   egg: 170
   mob: 150

# Hostile Mobs

wither_skeleton:
   egg: 270
   mob: 250

slime:
   egg: 170
   mob: 150

endermite:
   egg: 170
   mob: 150

guardian:
   egg: 220
   mob: 200

blaze:
   egg: 270
   mob: 250

creeper:
   egg: 270
   mob: 250

ghast:
   egg: 320
   mob: 300

magma_cube:
   egg: 320
   mob: 300

silverfish:
   egg: 220
   mob: 200

skeleton:
   egg: 220
   mob: 200

slime:
   egg: 320
   mob: 300

witch:
   egg: 270
   mob: 250

zombie:
   egg: 220
   mob: 200

# Utility Mobs

snowman:
   mob: 200

iron_golem:
   mob: 300


Comments

Posts Quoted:
Reply
Clear All Quotes