Solved No matter what, mobs won't spawn?

Discussion in 'Bukkit Help' started by Minecraft Adam, Apr 24, 2012.

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

    Minecraft Adam

    So I have been having this problem lately... No matter how hard I try to spawn mobs, they JUST won't spawn. For instance, even when I have spawn-monsters=true, they still won't spawn. My server difficulty is at 2. I don't know if a plugin is blocking it or if I'm just derping out, and missing something, but the mobs just won't spawn.

    Also when I try to spawn them with eggs, they won't spawn. Not even with mob-spawners! Please Help. Minecraft Adam
     
  2. Offline

    imaxorz

    Can you please post your server.properties file here, and the list of your plugins.
     
  3. Offline

    Minecraft Adam

    Here's the server.properties file and plugins:


    Code:
    #Minecraft server properties
    #Sun Apr 08 18:14:19 CDT 2012
    allow-nether=true
    level-name=world
    enable-query=false
    allow-flight=false
    server-port=25565
    level-type=DEFAULT
    enable-rcon=false
    level-seed=
    server-ip=
    max-build-height=256
    spawn-npcs=true
    white-list=false
    spawn-animals=true
    online-mode=true
    pvp=true
    difficulty=2
    server-name=Unknown Server
    gamemode=0
    max-players=10
    spawn-monsters=true
    view-distance=15
    generate-structures=true
    motd=Motd\: Whatever you want it to be.
    
    Plugins:

    WorldEdit, TimTheEnchanter, TheThuum, SpongeRestore , PluginMetrics, PermissionsEx, Modifyworld, MobDisguise, mcMMO, LWC, iConomy, godPowers, Essentials, CreeperHeal, ChestShop, ChatManager, Catacombs. (16)
     
  4. Offline

    kimb00p

    Check your Essentials config and see if you have the mobs disabled.
     
  5. Offline

    Minecraft Adam

    Where would I find that in the config?

    Someone please reply ASAP.

    Thanks

    I found the problem
    It was in Catacombs .-.

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

    Got_Youx5

    i got same problem too help me please i got bukkit

    #Minecraft server properties
    #Tue Jun 19 20:38:50 CEST 2012
    allow-nether=true
    level-name=world
    enable-query=false
    allow-flight=false
    rcon.password=
    server-port=25565
    level-type=default
    enable-rcon=true
    level-seed=
    server-ip=5.6.140.147
    max-build-height=256
    spawn-npcs=true
    debug=false
    white-list=false
    spawn-animals=true
    online-mode=false
    pvp=true
    difficulty=1
    server-name=Unknown Server
    gamemode=0
    max-players=20
    rcon.port=25575
    spawn-monsters=false
    generate-structures=true
    view-distance=10
    motd=Welcome PvP enabled

    Plugins: ChatManager Essentials EssentialsChat EssentialsGroupBridge/Manager EssentialsProtect EssentialsSpawn
    iAuction Iconomy Jail MagicCarpet mcjobs mcMMO ModAreba NibDisquise Modifyworld Movecraft Setrank SignColours SignLift SpongeRestonre supplysign Worldedit Worldguard
     
  7. Offline

    DansTooGood

    Here, you have spawn-monsters set to false.
    To change this, change:
    to:
     
  8. Offline

    chakyl

    Also change:
    Code:
    online-mode=false
    to

    Code:
    online-mode=true
     
  9. Offline

    DansTooGood

    Yes, however, this won't affect mobs spawning, only verified accounts connecting.
     
Thread Status:
Not open for further replies.

Share This Page