Configuration Guide

#Welcome to the superMob configuration settings!
#need help? Have a link. http://dev.bukkit.org/server-mods/supermobs/
#These material ID's control what a normal snake will be made out of. 
materials:
  head_alive: '89:0'
  body_alive: '100:62'
  head_dead: '123:0'
  body_dead: '35:14'

#When safemode is true, the snake will NOT dig tunnels in unprotected landscapes. 
safemode: true
#These are blocks a snake will NOT replace under any circumstances. Add chests and other furnace items to this list.
safeblocks: [23,53,54,58,61,62,63,68,93,94,116,130]
#When you enter into a snake's territory music will play. Do you want this enabled or not?
playTerritorialSoundEffects: true
drops:
  expdrops: 10
  itemdrops: [264,264,264]
  # jackpot mode means the snake will collect loot from things it comes across. When killed, it will drop everything it has collected.
  jackpot:
    chests: false
    furnaces: false
    dispensers: false
    mobdrops: true
    
#lower numbers mean faster movements. 
movespeed: 5
#range to search from when finding new targets. 
seekrange: 50
#limits number of snakes. use -1 to disable limit.
snakelimit: 10

Comments

Posts Quoted:
Reply
Clear All Quotes