config/CactiConfig

#http://dev.bukkit.org/server-mods/supermobs/pages/config/cacti-config/
stats:
  startingHP: 500
attacks:
  sandwave:
    enable: true
    depth: 3
    #if a zero is rolled, it will do a sandwave.
    probability: 100
    #from 3 to this number.
    range: 13
  spore:
    enable: true
    params1: true
  sandsnake:
    enable: true
    spawnEveryXSeconds: 200
    limitPerCactiKing: 3
    #remember. sandsnakes are not the main opponent. They are only distractions from the main cacti. Give your players a chance to kill the snakes.
    movespeed: 12
spawning:
  #How high rage level should be before killing a cacti inside a desert biome will result in spawning a King cacti.
  rageLimit: 50
  #Should King Cacti be limited to desert biomes only? Or should they be able to spawn anywhere, 
  #even when users are trying to farm cacti in their own homes? personally I think a king cacti spawning in the artic is a dumb idea. 
  #but it is your decision, not mine.
  limitSpawningToDesertBiomesOnly: true
  decreaseGlobalRageLevelOverTime: true
  #decreases rage level by 30 every X seconds.
  decreaseEveryXSeconds: 60
  #Select how much rage will increase or decrease on each action.
  ragelevel:
    inDesertBiome: 5
    outsideDesertBiome: 1
    replantInDesertBiome: -1
    replantOutsideDesertBiome: -2
    #at what rage levels should the cacti warn people? Make this number higher than the rageLimit to disable it.
    warnings: 45
    warningmsg: '§cCacti Rage level is getting very close to the limit. Replant some cacti!'
onDeath:
  #if this is set to true, the cacti will cinematically explode out cacti blocks when it dies. 
  explode: true
  drops:
    #This is a jackpot. If a player is killed while targeted, their items will be taken by the king cacti.
    # if they manage to kill the cacti, they get thier items back.
    dropKilledPlayerItems: true
    #the ID of the item you are dropping.
    baseDrops: [81,264]
    #The amount (in same order) of the item you are dropping.
    dropAmount: [64,6]
    #amount of exp bottles to drop.
    expDrops: 5

Comments

Posts Quoted:
Reply
Clear All Quotes