Mobs not spawning, making no sense whatsoever ...

Discussion in 'Bukkit Help' started by gnftoxic, Jul 10, 2011.

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

    gnftoxic

    Alright, so basically my issue is that mobs won't spawn. I've checked my plugins, and I've checked the settings for those plugins, and it seems as if they should be spawning just fine.
    I'm currently using the latest dev build, #977

    Mods in use:
    • JSONAPI
    • MyHome
    • HeroicDeath
    • MyWarp
    • OpenInv
    • WorldGuard
    • mcbans
    • BlastPick
    • Permissions
    • LocalShops
    • BigBrother
    • WorldEdit
    • LazyRoad
    • iConomy
    • MinecraftViewer
    • VanishNoPickup
    • MultiInv
    • ChatLog (custom plugin)
    • AutoSave
    • BuddyUp
    • AssignPermissions
    • MultiVerse
    • HookShot
    • Survival (custom plugin)
    • DonationPackage (custom plugin)
    • LWC
    • Paid2Mine
    • BanList (custom plugin)
    • NoGod (custom plugin)
    • MobArena
    • NoCheat

    The only plugins I could think of that modify anything with mobs are the following plugins: DonationPackage (only handles spawning), MultiVerse, and WorldGuard.
    I've checked my MultiVerse Worlds.yml, and it appears that everything should be working just fine, however I may be wrong ...
    This is my Worlds.yml:
    Code:
    worlds:
        world:
            animals: true
            pvp: false
            alias: Survival
            blockBlacklist: ''
            worldBlacklist: ''
            spawn: 8366:64:7951:0.0:0.0
            mobs: true
            price: 0.0
            environment: NORMAL
            editWhitelist: ''
            playerBlacklist: ''
            playerWhitelist: ''
            editBlacklist: ''
        the_spawn:
            animals: false
            pvp: false
            alias: Spawn
            blockBlacklist: ''
            worldBlacklist: ''
            spawn: 67:65:-77:269.9998:8.5499935
            mobs: false
            price: 0.0
            environment: NORMAL
            editWhitelist: ''
            playerBlacklist: ''
            playerWhitelist: ''
            editBlacklist: ''
        create:
            animals: false
            pvp: false
            alias: Creative
            blockBlacklist: ''
            worldBlacklist: ''
            spawn: -297:69:595:24.600029:7.5000005
            mobs: false
            price: 0.0
            environment: NORMAL
            editWhitelist: ''
            playerBlacklist: ''
            playerWhitelist: ''
            editBlacklist: ''
        roleplay:
            animals: true
            pvp: true
            alias: Role Play
            blockBlacklist: ''
            worldBlacklist: ''
            spawn: -5:22:4:-90.61179:-2.4000227
            mobs: true
            price: 0.0
            environment: NORMAL
            editWhitelist: ''
            playerBlacklist: ''
            playerWhitelist: ''
            editBlacklist: ''
        chaos:
            animals: true
            pvp: true
            alias: ''
            blockBlacklist: ''
            worldBlacklist: ''
            spawn: 207:67:58:130.35002:89.55
            mobs: true
            price: 0.0
            environment: NORMAL
            editWhitelist: ''
            playerBlacklist: ''
            playerWhitelist: ''
            editBlacklist: ''
        Market:
            animals: false
            pvp: false
            alias: Marketplace
            blockBlacklist: ''
            worldBlacklist: ''
            spawn: 165:2:-259:90.7639:13.949803
            mobs: false
            price: 0.0
            environment: NORMAL
            editWhitelist: ''
            playerBlacklist: ''
            playerWhitelist: ''
            editBlacklist: ''
        pure_survival:
            animals: true
            pvp: false
            alias: ''
            blockBlacklist: ''
            worldBlacklist: ''
            spawn: -106:66:37:-154.65013:8.4000225
            mobs: true
            price: 0.0
            environment: NORMAL
            editWhitelist: ''
            playerBlacklist: ''
            playerWhitelist: ''
            editBlacklist: ''
        the_spawn_nether:
            animals: true
            pvp: true
            alias: ''
            blockBlacklist: ''
            worldBlacklist: ''
            spawn: 0:64:0:0.0:0.0
            mobs: true
            price: 0.0
            environment: NETHER
            editWhitelist: ''
            playerBlacklist: ''
            playerWhitelist: ''
            editBlacklist: ''
        lulz:
            animals: true
            pvp: true
            alias: ''
            blockBlacklist: ''
            worldBlacklist: ''
            spawn: -270:64:-20:0.0:0.0
            mobs: true
            price: 0.0
            environment: SKYLANDS
            editWhitelist: ''
            playerBlacklist: ''
            playerWhitelist: ''
            editBlacklist: ''
    
    I've looked into all the worldguard settings and it doesn't appear that there's anything that would cause the mobs to just not spawn.
    In my server.properties, it appears that mobs and animals are on, pvp off. That shouldn't disable mobs, but I could be wrong :p

    I would appreciate any help that I can get, I just don't understand what's happening here.
     
  2. Offline

    DustinLK

    im having the exact same problem i hope somone will help us
     
  3. Offline

    emericask8ur

    Check your server properties and make sure monsters are on
     
    pivotgamer84 likes this.
Thread Status:
Not open for further replies.

Share This Page