spawn-monsters=false

Discussion in 'Bukkit Help' started by mishramtg, Oct 6, 2011.

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

    mishramtg

    Ok, I have spent the better part of the morning getting bukkit and worldedit working properly.

    Now I get to what i feel should be the simplest part of it and I can't find an answer to the problem.

    I used an easy installer for bukkit, I have a folder called "CraftBukkit" with all the server info in it.

    There is a file called "server.properties" which from what I can gather, is where the server is getting its properties information from.

    I edited it, making "spawn-monsters=false" and I reset the server, but still there are monsters everywhere. I am playing simply to build, and can't work on a large project of mine for fear of creepers everywhere.

    This is the exact info in the server properties file:
    Code:
    #Minecraft server properties
    #Thu Oct 06 08:15:30 EDT 2011
    level-name=world
    allow-nether=true
    view-distance=10
    spawn-monsters=false
    online-mode=true
    difficulty=1
    gamemode=0
    spawn-animals=true
    max-players=20
    server-ip=
    pvp=false
    level-seed=
    server-port=25565
    allow-flight=false
    white-list=false
    motd=A Minecraft Server
    If anyone could help me with this I would greatly appreciate it. I'm pretty confident its something small that I'm just over looking, but who knows. Definitely not me, I have no idea what I'm doing here.
     
  2. Offline

    paunk

    it means those monsters spawned BEFORE u set spawn monsters = false

    just wait and they will disapear
     
  3. Offline

    Zaros

    Have to restart the server for any changes made to server.properties or bukkit.yml.
     
  4. Offline

    mishramtg

    oh the problem was the computer was turned off and drivers were out of date. thanks.
     
Thread Status:
Not open for further replies.

Share This Page