TMCZ derp..

Discussion in 'Bukkit Help' started by Mister_Fix, Dec 8, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    Mister_Fix

    soo i wanted to make a DayZ server and, TMCZ is THE BEST plugin for it, the only problem is that its is kinda bugged about the zombies, they do not spawn.
    the idea is that no aggro mobs exept zombies spawn but, NOTHING spawns.
    so if anyone got a bugfix to that that'll be great
    thanks...

    anyone??

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 30, 2016
  2. Offline

    ActimelPL

    It's only your fault in config file, i have tmcz working perfectly since 11 Nov build
     
  3. Offline

    Mister_Fix

    i double checked the config, still not working..
    show me how your config set up?
     
  4. Offline

    ActimelPL

    Remember about world name!

    Code:
    # Settings Configuration File for TMC Zombie Survival (TMCZ) plugin
    player:
      pvp:
        enabled: true
      thirst:
        enabled: true
        thirst-ticks: 420
        damage-ticks: 60
        damage-hit: 1
        full: 30
        refill: 25
        check-ticks: 35
        start: 10
        parch-1: 10
        parch-2: 7
        parch-3: 3
        parch-4: 1
        death-lvl: 1
      visibility:
        enabled: true
        ticks: 10
      health:
        start: 20
        maximum: 20
        regen: true
        food-gives: true
      bleed:
        enabled: true
        seconds: 3
        chance: 5
        damage: 1
        ticks: 200
        healer-item: 351|1|1
      infection:
        enabled: true
        duration: 15
        chance: 5
        damage: 5
        ticks: 600
        hurl: true
        healer-item: 351|1|10
      zombie:
        enabled: true
        inventory: true
      start-kit:
        enabled: true
        helmet: 298|1|-1|41
        armor: 299|1|-1|64
        leggings: 300|1|-1|58
        boots: 301|1|-1|57
        items:
        - 268|1
        - 373|1|0
        - 299|1
        - 339|1
        - 297|1
      op:
        is-god: true
      autosave:
        enabled: true
        minutes: 1
        return-to-spawn: true
    custom-spawning:
      enabled: true
      seconds: 5
      tries: 10
      world-limit: 250
      area-radius: 40
      area-limit: 10
      player-radius: 30
      max-horde-size: 6
      horde-chance: 15
    zombie:
      custom-drops:
        enabled: true
        minimum: 0
        maximum: 1
        common-chance: 10
        common-items:
        - 367|1
        - 298|1|-1|34
        - 336|1
        - 374|1
        - 282|1
        - 332|1
        - 339|1
        rare-chance: 5
        rare-items:
        - 367|1|-1|74
        - 306|1|-1|54
        - 367|1|-1|74
        - 306|1|-1|54
        - 347|1
        - 345|1
        - 300|1
        - 301|1
    items:
      limit-stacks: false
      end-grenade:
        enabled: true
        radius: 3
      harvest-melon:
        enabled: true
        tool-id: 290
      harvest-mushroom:
        enabled: true
        tool-id: 256
      break-cobweb:
        enabled: true
        tool-id: 290
        drop: true
        respawn: true
        respawn-seconds: 300
      place:
        enabled: true
        allowed-items:
        - 50|300
        - 103|60
        - 77|60
        - 69|60
        - 30|500
    world:
      name: MineZ
      protect:
        from-explode: true
        from-blocks: true
    spawn:
      teleport: true
      random: false
      zone1: -100|-100
      zone2: 100|100
      static-locations:
      - -4413|79|4039
      - -2454|63|-2534
      - -4668|65|4028
      - -4668|65|4028
      - -4668|65|4028
      - -2846|65|-2452
      - -4399|73|2223
      - -2952|78|-2402
      - -4087|86|3464
      - -4442|76|3963
    
     
Thread Status:
Not open for further replies.

Share This Page