How do you turn of mob spawning?

Discussion in 'Bukkit Help' started by Gonzxor, Jan 27, 2014.

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

    Gonzxor

    Tried everything :/.....I turned the difficulty to 0 in the config, I turned mob spawning in the config and in essentials I put a # as it says to do in front of the mob names. They still spawn. Please help -Thanks.
     
  2. Offline

    Frontgunner

    Please post a link to your plugins. And do you have multiple worlds? Are you trying to disable them in all worlds? or in just one?
     
  3. Offline

    Gonzxor

    Yea I do have multiverse but I even turned off mob spawning in the the world I dont want them spawning.

    Plugin list:

    World Edit
    Server Hub
    TntRun
    Announcer
    Multiverse-Core
    PermissionsEx
    Protocollib
    World Guard
    Essentials
    Essentials Spawn
    Libsdiguises
    Block Hunt
    Essentials Chat
    Infected

    I know I have alot but thats because we are a minigame server.
     
  4. Offline

    Frontgunner

    Gonzxor in your multiverse plugin folder open the worlds.yml find the world where you dont want things to spawn which should look like this:

    spawning:
    ==: MVSpawnSettings
    animals:
    ==: MVSpawnSubSettings
    spawn: 'true'
    spawnrate: '-1'
    exceptions: []
    monsters:
    ==: MVSpawnSubSettings
    spawn: 'true'
    spawnrate: '-1'
    exceptions: []


    set both (spawn: ' ') to false instead of true. And in your server console do NOT type /reload but instead do /mv reload and see if they spawn. Typing /reload or reloading the server and not typing /mv reload causes multiverse to undo the changes you made.
     
Thread Status:
Not open for further replies.

Share This Page