Solved Animals are spawning, but monsters aren't?

Discussion in 'Bukkit Help' started by Invisicow, Oct 2, 2012.

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

    Invisicow

    Hey everyone, the title says it all. I'm really not sure what's going on, but here's how my bukkit.yml looks like:

    Code:
    settings:
      allow-end: true
      warn-on-overload: false
      spawn-radius: 10
      permissions-file: permissions.yml
      update-folder: update
      ping-packet-limit: 100
      use-exact-login-location: false
      plugin-profiling: false
      connection-throttle: 4000
      query-plugins: true
      deprecated-verbose: default
    spawn-limits:
      monsters: 100
      animals: 100
      water-animals: 5
    ticks-per:
      animal-spawns: 100
      monster-spawns: 100
      autosave: 0
    auto-updater:
      enabled: true
      on-broken:
      - warn-console
      - warn-ops
      on-update:
      - warn-console
      - warn-ops
      preferred-channel: rb
      host: dl.bukkit.org
      suggest-channels: true
    database:
      username: bukkit
      isolation: SERIALIZABLE
      driver: org.sqlite.JDBC
      password: walrus
      url: jdbc:sqlite:{DIR}{NAME}.db
    These are all my plugins:
    plugins.PNG

    Does anyone know what's wrong? I'm really having a hard time with this. I tried messing around with the spawn-limits, but sometimes I just ended up having thousands of random animals getting spammed at Spawn.

    Thank you.
     
  2. Offline

    ChiefTwitchy

    Are the monsters just popping in and out of existence? Or are they just not there completely?
     
  3. Offline

    bennie3211

    set the difficulty of the server to 1 and not to 0, that is peacefull :)
     
  4. Offline

    Invisicow

    They just aren't there.

    I checked and it is on 1. :(

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

    Deleted user

    Post your server.props.
     
  6. Offline

    Invisicow

    Code:
    #Minecraft server properties
    #Tue Oct 02 23:07:38 EDT 2012
    allow-nether=true
    level-name=world
    enable-query=false
    allow-flight=false
    server-port=25565
    level-type=DEFAULT
    enable-rcon=false
    level-seed=7480933124078138035
    server-ip= [PRIVATE]
    max-build-height=256
    spawn-npcs=true
    white-list=false
    spawn-animals=true
    snooper-enabled=true
    hardcore=false
    texture-pack=
    online-mode=true
    pvp=true
    difficulty=1
    server-name=SoulBlox
    gamemode=0
    max-players=25
    spawn-monsters=true
    generate-structures=true
    view-distance=10
    motd=Soul-Sucker\!
    
     
  7. Offline

    Deleted user

    Change the monster spawn limits in your bukkit.yml to 500. If you still don't see any monsters, tell me.
     
  8. Offline

    Invisicow

    Okay thanks! I sure hope this works!

    It seems like they're only spawning at Spawn, or most of them, that is.

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

    Deleted user

    Could it be because you're only standing at spawn...?
    Try going to a different spot, far away from spawn, logging out, restarting the server, and logging back in.
     
  10. Offline

    Invisicow

    It worked!! I guess that one of these days I messed around with that file too much. Thank you so much for helping my server and I get back on track! [diamond]4U!
     
  11. Offline

    Deleted user

    Was my pleasure helping you.
    Please look underneath this thread title, and press on the button "Thread Tools". Then press "Edit Thread".
    After that, change your prefix to "Solved".
    Thank you! If you ever need any help, just post on here again or PM me if you don't get a quick response.
     
    Invisicow likes this.
Thread Status:
Not open for further replies.

Share This Page