Monsters NOT Spawning (Not server.properties)!!!

Discussion in 'Bukkit Help' started by Spinny99, Aug 1, 2013.

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

    Spinny99

    Hi everyone. This is a huge issue and is putting my server behind schedule. Recently, after doing a map wipe monsters are NOT spawning! I've triple checked my server.properties, and I have set Difficulty to 3, and spawning to true. Also, I have checked all my Multi-Verse worlds and have set ALL of them to allow monster spawning. I checked by Bukkit.yml, and set changed it as well! I have no idea what the issue is. I need help desperately. Please help me.

    Plugin List
    INFO Plugins (57): WorldBorder, UltimaStaff, VoxelSniper, SpamGuard, mcore, Vault, Multiverse-Core, MCDocs, SkyFallSpawner, RateOfXray, BanPlus, WhatIsIt, VariableTriggers, ProtocolLib, Votifier, Admin Chat, MobArena, mcMMO, NightVision, MobCatcher, AlphaChest, WorldEdit, SimpleAnnouncer, TempRank, PermissionsEx, HealthBar, Reloader, PlayerHeads, WorldGuard, ExpFly, ColoredMotd, IP-Check, OPLock, CoreProtect, NoPlugin, BKCommonLib, Lockette, PvPSoup, RandomTP, ButtonWarp, MoneyDrop, Essentials, AncientGates, CreativeControl, Sign Bank, AZRank, Enjin Minecraft Plugin, SilkSpawners, DisguiseCraft, NoLagg, ChestShop, EssentialsChat, MyHorse, EssentialsSpawn, VirtualPack, Factions, ObsidianDestroyer

    Bukkit.yml
    Code:
    # This is the main configuration file for Bukkit.
    # As you can see, there's actually not that much to configure without any plugins.
    # For a reference for any variable inside this file, check out the bukkit wiki at
    # http://wiki.bukkit.org/Bukkit.yml
    settings:
      allow-end: true
      warn-on-overload: true
      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
      shutdown-message: Server closed
      whitelist-message: Server Down For Maitenence, Check Back Later!
      log-commands: true
      command-complete: true
      spam-exclusions:
      - /skill
      filter-unsafe-ips: false
      tab-ping: false
      timeout-time: 60
      restart-on-crash: false
      restart-script-location: /path/to/server/start.sh
      bungee-proxies:
      - 127.0.0.1
      texture-resolution: 16
    spawn-limits:
      monsters: 70
      animals: 15
      water-animals: 5
      ambient: 15
    chunk-gc:
      period-in-ticks: 600
      load-threshold: 0
    ticks-per:
      animal-spawns: 1
      monster-spawns: 1
      autosave: 0
      hopper-transfer: 8
      hopper-check: 8
    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
    world-settings:
      default:
        growth-chunks-per-tick: 650
        mob-spawn-range: 4
        random-light-updates: false
        aggregate-chunkticks: 4
        item-merge-radius: 3.5
        exp-merge-radius: 3.5
        wheat-growth-modifier: 100
        cactus-growth-modifier: 100
        melon-growth-modifier: 100
        pumpkin-growth-modifier: 100
        sugar-growth-modifier: 100
        tree-growth-modifier: 100
        mushroom-growth-modifier: 100
        entity-activation-range-animals: 32
        entity-activation-range-monsters: 32
        entity-activation-range-misc: 16
        entity-tracking-range-players: 48
        entity-tracking-range-animals: 48
        entity-tracking-range-monsters: 48
        entity-tracking-range-misc: 32
        entity-tracking-range-max: 64
        info: true
      world:
        growth-chunks-per-tick: 1000
      world_nether:
        view-distance: 5
        growth-chunks-per-tick: 0
        random-light-updates: true
    orebfuscator:
      enable: false
      engine-mode: 1
      disabled-worlds:
      - world_the_end
      blocks:
      - 1
      - 5
      - 14
      - 15
      - 16
      - 21
      - 48
      - 49
      - 54
      - 56
      - 73
      - 74
      - 82
      - 129
      - 130
    config-version: 2
    
    server.properties
    Code:
    #Minecraft server properties
    #Thu Aug 01 21:14:31 MDT 2013
    generator-settings=
    allow-nether=true
    level-name=world
    enable-query=false
    allow-flight=false
    server-port=25624
    level-type=DEFAULT
    enable-rcon=false
    force-gamemode=false
    level-seed=
    server-ip=s42.hosthorde.com
    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=3
    server-name=Unknown Server
    enable-command-block=false
    gamemode=0
    max-players=50
    spawn-monsters=true
    view-distance=10
    generate-structures=true
    spawn-protection=16
    motd=Server Down For Maitenence, Check Back Soon
    
    Essentials
    Code:
    http://pastebin.com/ab8zpZ8w
    Multiverse config.yml
    Code:
    #  -------------------------------------------------------------------------  #
    # This is the MV2 Config. If you mess it up, copy the values out              #
    # delete it, and it will be regenerated. Then use the ingame interface        #
    # to add your values back via the "/mv conf" command.                        #
    # When in-game, simply type: "/mv conf ?" for help.                          #
    # A config with explanations can be found here:                              #
    # https://github.com/Multiverse/Multiverse-Core/wiki/config.yml              #
    #                                                                            #
    #                                                                            #
    #  IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !!IMPORTANT  #
    #                                                                            #
    # Do NOT delete this line from your config!!!!                                #
    # ==: com.onarandombox.MultiverseCore.MultiverseCoreConfiguration            #
    #                                                                            #
    #  IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !!IMPORTANT  #
    #  -------------------------------------------------------------------------  #
     
    multiverse-configuration:
      ==: com.onarandombox.MultiverseCore.MultiverseCoreConfiguration
      enforceaccess: 'false'
      prefixchat: 'false'
      teleportintercept: 'true'
      firstspawnoverride: 'true'
      displaypermerrors: 'true'
      globaldebug: '0'
      messagecooldown: '5000'
      version: '2.9'
      firstspawnworld: umc
      teleportcooldown: '1000'
    
    Multiverse worlds.yml
    Code:
    worlds:
      world:
        seed: -1989452280769836884
        environment: NORMAL
        type: NORMAL
        hidden: false
        alias:
          name: ''
          color: WHITE
        pvp: true
        scale: 1.0
        respawnworld: ''
        allowweather: true
        difficulty: EASY
        animals:
          spawn: true
        monsters:
          spawn: true
        entryfee:
          currency: -1
          price: 0.0
        hunger: true
        autoheal: true
        adjustspawn: true
        portalform: ALL
        gamemode: SURVIVAL
        keepspawninmemory: true
        spawn:
          x: 63.5
          y: 67.0
          z: -420.5
          pitch: 0.0
          yaw: 0.0
          world: world
        autoload: true
        bedrespawn: true
      world_nether:
        seed: -1989452280769836884
        environment: NETHER
        type: NORMAL
        hidden: false
        alias:
          name: ''
          color: WHITE
        pvp: true
        scale: 8.0
        respawnworld: ''
        allowweather: true
        difficulty: EASY
        animals:
          spawn: true
        monsters:
          spawn: true
        entryfee:
          currency: -1
          price: 0.0
        hunger: true
        autoheal: true
        adjustspawn: true
        portalform: ALL
        gamemode: SURVIVAL
        keepspawninmemory: true
        spawn:
          x: 5.5
          y: 64.0
          z: -5.5
          pitch: 0.0
          yaw: 0.0
          world: world_nether
        autoload: true
        bedrespawn: true
      world_the_end:
        seed: -1989452280769836884
        environment: THE_END
        type: NORMAL
        hidden: false
        alias:
          name: ''
          color: WHITE
        pvp: true
        scale: 1.0
        respawnworld: ''
        allowweather: true
        difficulty: EASY
        animals:
          spawn: true
        monsters:
          spawn: true
        entryfee:
          currency: -1
          price: 0.0
        hunger: true
        autoheal: true
        adjustspawn: true
        portalform: ALL
        gamemode: SURVIVAL
        keepspawninmemory: true
        spawn:
          x: 0.0
          y: 65.0
          z: 0.0
          pitch: 0.0
          yaw: 0.0
          world: world_the_end
        autoload: true
        bedrespawn: true
      Builds:
        seed: 3176989954350434990
        environment: NORMAL
        type: FLAT
        hidden: false
        alias:
          name: ''
          color: WHITE
        pvp: true
        scale: 1.0
        respawnworld: ''
        allowweather: false
        difficulty: EASY
        animals:
          spawn: true
        monsters:
          spawn: true
        entryfee:
          currency: -1
          price: 0.0
        hunger: true
        autoheal: true
        adjustspawn: true
        portalform: ALL
        gamemode: SURVIVAL
        keepspawninmemory: true
        spawn:
          x: 1155.0
          y: 4.0
          z: 246.0
          pitch: 0.0
          yaw: 0.0
          world: Builds
        autoload: true
        bedrespawn: true
      umc:
        seed: -9133241997278804896
        environment: NORMAL
        type: NORMAL
        hidden: false
        alias:
          name: ''
          color: WHITE
        pvp: true
        scale: 1.0
        respawnworld: ''
        allowweather: true
        difficulty: EASY
        animals:
          spawn: true
        monsters:
          spawn: true
        entryfee:
          currency: -1
          price: 0.0
        hunger: true
        autoheal: true
        adjustspawn: true
        portalform: ALL
        gamemode: SURVIVAL
        keepspawninmemory: true
        spawn:
          x: 40.5
          y: 64.0
          z: 210.5
          pitch: 0.0
          yaw: 0.0
          world: umc
        autoload: true
        bedrespawn: true
    




    Thanks (In advance)!
     
  2. Offline

    TnT

    Server.log?
     
  3. Offline

    xTrollxDudex

    Spinny99
    Looks like a spigot server, maybe try spigot forums?
     
  4. Offline

    Spinny99

    We're CraftBukkit. Latest version. Also, about our server logo. I'm having trouble pasting it, it's 176,000 lines of code and it crashes my browser.
     
  5. Offline

    garbagemule

    Spinny99
    It's not code, it's just a log. Stop your server, delete the log, start your server back up, and you'll have a clean server log for people to look at.

    You have a lot of plugins. The one thing you should -always- do with problems like this is to disable all of them (and no, this doesn't mean using another plugin to disable them, it means moving all the jars to a temporary directory) and see if monsters do spawn naturally. If they do, you know it's a plugin causing the problem. Then either add the plugins back in one-by-one, or use a clever binary search approach (number of restarts lowered from n to O(log_2(n)) with n being the number of plugins) to find the troublemaker. Have fun!
     
  6. Offline

    Spinny99

    Okay. Thanks for the tip. But, one question. In the bukkit.yml, what should the spawns per ticks be for both hostile and peaceful.
     
  7. Offline

    Jade

    Could you run /version and paste the output here as well?
     
  8. Offline

    jeffro1001

    try going into your Multiverse worlds.yml
    and change the difficulty to HARD
     
  9. Offline

    Jade

    Spinny99 Still waiting on your response. ;)
     
  10. Offline

    TnT

    Locked. Not enough information given, suspect running a server mod that is not made by the Bukkit team, and hence is not supported.
     
Thread Status:
Not open for further replies.

Share This Page